/* General event information */

    .right-arrow {
        float: right;
    }

    .event_date {
        margin-top: 42px;
        width: 100%;
    }

    .module .mobile-content {
        padding-top: 20px;
        padding-bottom: 20px;
        overflow-x: hidden;
    }

    .event_date .social_icons {
        margin-bottom: 20px;
    }

    .event_date  .left.ev-unhead {
        margin-top: 12px;
        display: block;
        width: 100%;
    }

    .event_date  .left.ev-info-header {
        margin-top: 20px;
    }
    .event_date  .date-spaces {
        margin-left: 25px;
    }

    .ev-icon {
        font-size: 16px;
    }

    .event_date  .left.ev-text {
        margin-left: 20px;
        width: 92%;
    }

    .module {
        border: 1px solid #959595;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        margin-bottom: 20px;
        overflow: hidden;
    }
    .sb-dropdown {
        width: 100%;
        background-color: #f0f2f4;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 8px;
    }

    .sb-dropdown-title {
        font-size: 17px;
        color: #424242;
    }

    .sb-dropdown div.sb-dropdown-title {
        padding: 15px 10px;
    }

    .sb-dropdown-inner {
        display: none;
        overflow: hidden;
        background-color: white;
        transition: height 0.3s ease-in-out;
    }

    .sb-dropdown-wrap {
        margin: 15px 10px;
    }

    .sb-nofaq {
        padding-bottom: 15px;
    }

    .module.as_info .title, .module.buy_with_confidence .title{
        background-image: none;
        background-color: #f0f2f4;
        border-bottom: 1px solid #959595;
    }

    .module.as_info .title span, .module.buy_with_confidence .title span {
        font-size: 16px;
        color: #424242;
        font-weight: normal;
    }

    .module.contact_info .title span {
        font-size: 16px;
        font-weight: normal;
    }

    div.fb_iframe_widget {
        top: -2px;
    }

    .social_icons {
        position: absolute;
    }

    @media screen and (max-width: 991px) {
        .event_date {
            margin-top: 30px;
        }
    }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    div.fb_iframe_widget {
        top: 0px;
    }
}

