.main-panel
{
    text-align: center;
    background-color: #f1f1f1;
    padding: 0 20px 20px 20px;
    margin-bottom: 25px;
    box-shadow: 0 0 10px rgba(0,0,0,.35);
}
.main-panel .border-top hr
{
    border: 2px solid #f00;
    width: 30%;
    margin: 20px auto 10px;
    display: inline-block;
}
.main-panel h3
{
    font-weight: normal;
    text-transform: uppercase;
}
.main-panel .seocrawler-main-menu-right-button
{
    background: #6dab3c;
    color: #fff;
    font-weight: bold;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 5px;
}
@media screen and (min-width: 768px)
{
    .main-panel.sticky
    {
        position: fixed!important;
        top: 150px;
        z-index: 999;
    }
    footer, .footer, #footer
    {
        position: relative;
        z-index: 9999;
    }
}