@media (max-width: 766px) {
    .msl-pagebanner img {
        display:none;
    }
}

.referendum ul {
    padding:0;
}

.mslresourcelist li.msl-resource {
    border:none;
}

.mslresourcelist .msl-resource {
    padding:0;
    margin-bottom:10px;
}

/* ELECTIONS PAGE VOTING STATS MODAL */

@media (min-width: 1025px) {
    #votingstats .modal-lg {
        width: 90%;
        margin:0 auto;
        margin-top:20px;
    }
}

@media (max-width: 992px) {
    #votingstats .modal-body {
        padding:0px !important;
    }
}

#votingstats .modal-header {
    border-bottom: none;
    padding: 25px;
}

#votingstats .modal-header h3 {
    font-size:26px;
    font-weight:bold;
}

#votingstats .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #d3d3d3;
    text-shadow: none;
    opacity: 1;
}

#votingstats .stats-box h2,
#votingstats .stats-box-demographic h2 {
    font-weight:bold;
    text-align:center;
}

#votingstats .stats-box h3 {
    font-weight:bold;
    font-size:60px;
}


#votingstats .stats-box-demographic {
    text-align:left !important;
}

#votingstats .stats-box-demographic h3 {
    font-weight:bold;
}

#votingstats .group-overall {
    display:none;
}