@charset "utf-8";
@font-face { font-family: "Didot"; 
src: url("/site/css/font/DidotRegular.ttf") format("truetype") ;
font-weight: normal;    font-style: normal;
}
@font-face { font-family: "Didot-i"; 
src: url("/site/css/font/didot-htf-l06-light-ital.ttf") format("opentype") ;
font-weight: normal;    font-style:italic;
}
#footHB {position:fixed;bottom:0px;background:#e0ded8;padding:6px;font-size:10px;width:100% }
#FixedTableHead {height:80vh;overflow:auto}
H3 {margin:10px 0px 20px}
.well {background:#fefefe}
.tab-content{border:solid 1px #ddd;border-top:none;padding:15px}
.navbar-brand>img {display:inline-block
}
.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: none; 
    background: #e7e7e7;border:solid 1px #fff;vertical-align:middle}

.well h4 {margin-top:0px }
body {
	_background:#fafafa;_font-family:Georgia, "Times New Roman", Times, serif
}
.cke_textarea_inline {min-height:10vh;padding:10px }

@media (min-width: 1200px)
{
.container {
    width: 85vw!important;
}
}

@media (min-width: 992px)
{
.container {
    width: 95vw!important;
}
}
.text-alert a {color:#F00!important; }