﻿@media(min-width: 0px) and (max-width: 640px) {
    #cumulativeRainFall24Hr > .col {
        min-width: 100% !important;
    }

    #cumulativeRainFall > .col {
        min-width: 100% !important;
    }

    #cumulativeRainFall1Hr > .col {
        min-width: 100% !important;
    }

    #cumulativeRainFall3Hr > .col {
        min-width: 100% !important;
    }
}