.uk-panel-box {
    padding: 0px;
    background: #181818;
    color: #fffdfd;
}

#main-content a {
    color: #c8c8c8;
}

.uk-panel-title {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 26px;
    font-weight: 300;
    text-transform: none;
    color: #ffffff;
  border-bottom: 4px solid #f30f00;
  display: block;
    clear: both;
    content: "";
    position: relative;
    left: 0;
    bottom: 0;
    max-width: 250px;
    height: 40px;
    width: 70%;
    background: none;
    margin: 0 auto;
        margin-bottom: 0px;
    padding: 4px 0px;
    margin-bottom: 30px;
}

/* Phone landscape and smaller*/
@media (max-width: 899px) {
  .main-outer {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 4px!important;
    padding-left: 0px;
}
}
@media screen and (max-width: 768px)
#top-a, #top-b, #top-c, #top-d, #bottom-a, #bottom-b, #bottom-c, #bottom-d {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    margin-top: 4%;
}
@media screen and (max-width: 768px)
h1, h2, h3, h4, h5, h6 {
    font-size: 150% !important;
    line-height: 140% !important;
}
