/* hide sub-sections titles */
div.title{display:none !important;}
/* Nav items */
#nav a{font-size:large;}
#nav>ul>li>a{font-weight:bold;}
#nav>ul>li>a.selected::before{
	content: "< ";
}
#nav>ul>li>a.selected::after{
	content: " >";
}
/* logo */
#nav li#logoNav{
	background-image: url('/bis-usus-logo-trans-300px.png');
	background-repeat: no-repeat;
	background-position: center top;
	height:225px;
	white-space: nowrap;
	overflow: hidden;
	position: sticky;
    top: 0;
    background-color: #f2ca3a;
}
#nav li#logoNav h1{height:100%;}
#nav li#logoNav a{display:block; padding:0; width:100%; height:100%; color: transparent;}
#nav {
    padding: inherit;
    margin: 20px 0;
}

@media (max-width: 720px) {
    #nav {
        margin: 0;
    }
    #nav li#logoNav {
        height: auto;
        position: relative;
    }
}

/* logo should only fill half of the header width on small screens */
@media only screen and (max-width: 720px) {
	#nav li#logoNav h1{width:50%;}
	#nav li#logoNav{
		background-image: url('/bis-usus-logo-trans-160px.png');
		background-position: 20px 0;
	}
	table td{display:block !important;}
	table.fixedGrid tr td{padding-right:6px;}
}
/* table padding */
table.fixedGrid tr td{padding-right:20px;}
table.fixedGrid tr td:last-child{padding-right:6px;}
/* table spacing (cell borders) */
/*table.fixedGrid{
	background:#ccc;
}
table.fixedGrid tr{background-color: #fff;}*/
