.main-panel {
    text-align: center;
    background-color: #f1f1f1;
    padding: 0px 20px 20px 20px;
    margin-bottom: 25px;
    box-shadow: 0 0px 10px rgba(0,0,0,0.35);
}
.main-panel .border-top hr{
    border: 2px solid red;
    width: 30%;
    margin: 20px auto 10px;
    display: inline-block;
}
.main-panel h3 {
    font-weight: normal;
    text-transform: uppercase;
}
@media screen and (min-width: 768px) {
    .main-panel.sticky {
        position: fixed !important;
        top: 10px;
        z-index: 999;
        width: 26%;
    }
    footer, .footer, #footer{
        position: relative;
        z-index: 9999;
    }
}

