.m-range {
    height: 145px;
}
th.is-green {
    background: rgba(161, 216, 132, .2);
}
@media screen and (max-width: 767px) {
    .m-range {
        height: auto;
    }
}