body{
    margin:50px;
    width: auto;
    background-color: white;
}



.content-wrapper {
    margin:40px;
    background-color: white;
}

.main-header
{
    margin:0;
    border-bottom: 2px solid #ccc ;
    max-height: 150px;
}



.main-header > .navbar
{
    font-family: "BebasNeuewebfont",sans-serif;
    font-size: 22px;
    margin: 30px;
    margin-left: 0;
    line-height: 28px;
}



span[rel='popover']:hover {
    cursor: pointer;
    white-space: no-wrap;
}

.control-sidebar-bg, .control-sidebar {
    right: -230px;
    top: 80px;
    transition: right 0.3s ease-in-out 0s;
    width: 230px;
}

.control-sidebar
{
    padding-top: 0;
    border: 1px solid #c9cccf;
}

.control-sidebar-subheading {
    display: block;
    font-size: 12px;
    font-weight: 400;
}


.popover {
    max-width: 100%; /* Max Width of the popover (depending on the container!) */
}



.callout.callout-unknown  {
    border-color: #222;
}


.callout.callout-unknown {
    color: #fff !important;
    border-color: #000000;
    background-color: #787072 !important;
}
