#top_navbar {
	font-size: 90% !important;
    line-height: 1 !important;
}

header .dropdown-toggle:after
{
	display: none;
}

@media (max-width: 992px)
{
	#bottomPanel
	{
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		box-shadow: 0 -.5rem 1rem rgba(0,0,0,.15)!important;
		z-index:18;
	}
}