
.nav-link.active  {
	font-weight:bold !important;
}


.btn-green {
	background-color:#b4ff00;
	color:#333;
	font-weight:bold;
}

#header {
	overflow-x:hidden;
	max-width:100%;
}

#container {
	width:100%;
	max-width:960px;
	
	
	margin:0 auto !important;
	
	display:block;
}

#ToastMessage {
	position:fixed !important;
	top:1rem;
	right:1rem;
}

#searchInput {
	background-color:#fff !important;
	border:1px solid #666 !important;
	margin:1rem 0 !important;
	font-size:.8rem !important;
	padding:.2rem !important;
}

/* Small screens */
@media only screen and (max-width: 1000px) {

#ToastMessage, #ToastMessage * {
	position:fixed !important;
	top:1rem;
	right:1rem;
	font-size:.8rem !important;
	max-width:80% !important;
}
	
	/* Font-size in tables smaller */
	table, table * {
		font-size:0.8rem;
		margin:0;
		padding:0;
	}
}