#ControlBar, #ControlBar *, .actionMenu * { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }
.navbar-brand {padding:0px;}
.navbar-inverse {background-color:#39393C;}
.navbar-default {background-color: #f8f8f8; border-bottom-color: #cccccc;}
.navbar {margin-bottom:0px; border-radius:0px;}
footer {margin:15px 0 20px 0; padding-top:10px; text-align:right;}
.section {border-top: 1px solid #cccccc; margin-bottom:15px;}
/*.section-black {background: #000000; margin-bottom:15px;}*/
.tabloid {border-top:8px solid #cccccc;}
.jumbotron h1 {font-size:45px;}
.jumbotron p {line-height:25px;}
.btn-primary {color:#ffffff !important;}
.map_container{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* Ratio 16:9 ( 100%/16*9 = 56.25% ) */
}
.map_container .map_canvas{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
}
.h1, h1, .h2, h2 {font-weight:300;}
p, .normal {font-size: 15px;}
h2 {color: #E84710;}
