.media_wrap {
    font-weight: normal;
}
.media-checkbox {
    height: 15px;
    line-height: 13px;
    display:inline-block;
}
/*.checkbox:after {
    width: 28px;
    height: 28px;
    border-radius: 3px;
    border: 1px solid #000;
    background-color: #fff;
}*/

.checkbox.media-checkbox::after{
    border:1px solid #000;
}

@media only screen and (max-width: 750px) {
    .media_wrap {
        padding: 12px 0 12px 20px;
        text-align: left;
    }
}

@media only screen and (min-width: 751px) {
    .media_wrap {
        padding: 12px 0 12px 30px;
        text-align: left;
    }
    .media-th {
        padding-top: 10px;
    }
}