/* -------------------- */
/* ---- Overwrites ---- */
/* -------------------- */

.nav-coloured {
	background-color: #F6EEE9;
}
.navbar-link.active {
	color: #1c7e9c;
}

.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
	color: #FFF;
	background-color: #1c7e9c;
	border-color: #1c7e9c;
}


th,
td {
	padding: 11px 15px;
	text-align: left;
	border-bottom: 1px solid #E1E1E1;
}
/*
tbody,tr,td {
	padding: 5px;
	border: 1px solid;
}
*/


.int_padding {
	padding: 5px;
}

.td-right {
	text-align: right;
}



 .navbar-link {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .2rem;
	margin-right: 10px;
	text-decoration: none;
	line-height: 6.5rem;
	color: #222;
}

.navbar-item {
  position: relative;
  float: left;
  margin-left: 10px;
}

.msg_success {
	color: #00dd00;
}
