.surveys-table .mobile-controls {
        display: block;
        position: absolute;
        bottom: 0;
        background: #fff;
        left: 0;
        right: 0;
        z-index: 5;
}

.surveys-table {
        position: relative;
        padding-bottom: 40px;
        overflow-x: auto;
        overflow-y: visible;
}

@media only screen and (min-width: 786px) {
    .surveys-table .mobile-controls {
            display: none;
    }
}

.surveys-table .mobile-controls.fixed {
        position: fixed;
        left: 1.25rem;
        right: 1.25rem;
}

.surveys-table .mobile-controls a {
        display: block;
        float: left;
        width: 50%;
        height: 40px;
        padding: 5px 0;
}

.surveys-table .mobile-controls a:after {
        font-family:ETmodules;
        font-size:40px;
        margin-top:0;
        color:#ed1c24;
}

.surveys-table .mobile-controls a.scroll-left:after {
        content:"\34";
}

.surveys-table .mobile-controls a.scroll-right {
        text-align: right;
}
                
.surveys-table .mobile-controls a.scroll-right:after {
        content:"\35";
}

.show-for-sr {
        position: absolute !important;
        width: 1px !important;
        height: 1px !important;
        padding: 0 !important;
        overflow: hidden !important;
        clip: rect(0, 0, 0, 0) !important;
        white-space: nowrap !important;
        border: 0 !important;
}

.eiframe {
    width: 100%;
    height: 900px;
}