body {
    background-color: #0e0e19;
    font-family: "Open Sans", Arial, sans-serif;
}
.container { background-color: #fff; }
.footer-section {
    background: url('https://cdn.yellowhatweb.com/file/storage-yellowhatweb-com/graphics/59faa9fe-681c-11e6-b4c4-bc764e100d45.jpg');
    padding-top: 10px !important;
    padding-bottom: 50px;
    background-color: black;
    color: white;
    min-height: 404px;
}
.footer-section a, .footer-section a:link, .footer-section a:visited, .footer-section a:hover, .footer-section a:active { color: white; }
#top-menu-container {
    background: url('https://cdn.yellowhatweb.com/file/storage-yellowhatweb-com/graphics/dde11f14-6817-11e6-9e10-bc764e100d45.jpg');
    background-color: black;
    color: white;
    font-size: 14pt;
    padding-top: 20px;
    min-height: 174px;
}

a, a:link, a:visited, a:hover {
    color: #1C497F;
}

a.btn-info, a.btn-success, a.btn-danger {
    color: white;
}

#top-menu-container a {
    color: white;
    font-weight: bold;
}

#top-menu-links {
    text-transform: uppercase;
    text-align: center;
    padding: 25px 0 5px 0;
    font-size: 13pt;
    font-weight: bold;
}

@media only screen and (max-width: 530px) {
    #top-menu-links {
        padding-left: 0;
        text-align: center;
        width: 100%;
    }
    #top-menu-cart {
        text-align: center;
        padding-bottom: 20px;
    }
}

#top-menu-cart {
    font-size: 12pt;
    padding-top: 5px;
}

#top-menu-links a {
    color: white;
    font-weight: normal;
}
#top-menu-links-prior {
    width: 10px;
}

.fr-view table td, .fr-view table th {
    border: none !important;
}

#left-long-sidebar .panel {
    border-color: #1C497F;
}

.panel-heading {
    background-color: #1C497F !important;
}

#left-long-sidebar .panel-primary .panel-heading {
    color: #FFFFFF !important;
}

.container .panel-heading {
    background-image: none;
    color: #FFFFFF !important;
}

#left-long-sidebar .panel-body {
    background-color: white;
    color: black;
}
