

body {
    font-family: Din-Light,sans-serif, Verdana;
}
@media (min-width: 1200px) {
    .footer-links .col-lg-3 {
        width: 20%;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 990px;
    }
}

.table-panel {
    padding-left:30px !important;
    padding-right:30px !important;
}
.table-header,
.table-hr {
    padding-left:15px;
    padding-right:15px;
}
.mainbody {
    background: black;
}
.center-pills {
    display: table;
}

/* bootstrap overrides */
.btn-primary {
    padding: 7px 25px 7px 20px;
    font-size: 20px!important;
    border-radius: 3px;
}
.btn-warning {
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}
.btn-warning:hover {
    background-color: saddlebrown;
    border-color: #8a6d3b;
}

.ngProgressLiteBar {
    background: green;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    height: 4px;
}

/* tab section overrides */
.navbar-tabs {
    background-image: url("../images/aufhellen.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 990px;
    padding-left: 30px;
    padding-bottom: 15px;
}
ul.nav.nav-pills {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
}
.nav-pills>ul {
    margin-top: 20px;
    height: 50px;
}
.nav-pills>li {
    margin: 10px 10px 10px 0px;
}


.nav>li>a {
    /*position: relative;*/
    /*display: block;*/
    /*padding: 7px 20px 7px 10px;*/
}
.nav-pills>li>a {
    font-size: 20px!important;
    border-radius: 3px;
}

/* containers */
.row-main {
    background-image: url("../images/aufhellen.png");
    background-repeat: repeat-y;
    background-position: center;
    background-size: 990px;
}
.table-quotes tbody > tr > td.mobile {
    border-bottom-color: #cccccc;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
.table-quotes tbody > tr.table-row-last > td.mobile {
    border-bottom-style: none;
}
