﻿div.top-header{
	margin-left:5px; width:98%; border-radius:10px;padding:5px; background-color:#ecece9;position:fixed; top:0px;
}

@media all and (max-width:1450px){
	span.hide-on-small{
		display:none;
	}
	div.top-header{
		margin-left:5px; margin-right:5px; width:auto;
	}
}

@media all and (min-width:1451px){
	span.hide-on-wide{
		display:none;
	}
}
