<style>
.highlight { background-color: yellow; }
.landing-page-header ul{ position: static; width:100%; }
.vl { border-right: 2px solid #333; }
.hide { display:none; }
.scrollDown { height:150px; overflow-y: scroll; }
/* use class to have a little animation */
.hide-col {
	width: 0px !important;
	height: 0px !important;
	display: block !important;
	overflow: hidden !important;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
}
section { min-height: 100px; }
.custom-button { /* fontawesome buttons */ margin-top: 10px;
	display: block;
	padding: 10px 20px; font-size: 16px; font-weight: bold;
	cursor: pointer;
	border: none; border-radius: 5px; background-color: #ad6800;
	color: #fff;
	transition: background-color 0.3s ease;
}

.custom-button:hover {
    background-color: #874d00;
} /* end of fontawesome */
.inLineText { float: left ; clear: left; display:inline-grid; font-size: 1em;}
.textSm {font-weight: normal; line-height: 15px; font-size: 13px; color: red; }
</style>
