header { 
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0px;
}
header ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
/*
header ul li{
    display: inline-block;
}
*/
a:hover{
    cursor: pointer !important;opacity: 0.9;
}
.ui-widget-content {
    background: rgba(255, 255, 255, 0.92) !important;
}
.ui-widget {
    font-family: 'Lato', sans-serif !important; 
    font-size: 0.8em !important;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid rgba(255, 255, 255, 0) !important;
	background: rgb(0, 66, 142) none repeat scroll 0% 0% !important;
	font-weight: normal;
	color: #ffffff;
}