.card-body {
    text-align: center;
}

.card-title {
    font-size: 35px !important;
}

.card-header i {
    padding-right: 5px;
}

body {
    overflow-x: hidden;
}

table {
    width: 100%;
}

.progress {
    height: 100% !important;
}

h1 {
    font-size: 25pt;
}

h3 {
    font-size: 20pt;
}

#navbarNav {
    width: 100%;
}



/* Desktop specific styles */
@media (min-width: 1000px) {
    #content {
        margin: 1%;
    }

    #dataupdate-time {
        margin-bottom: 1%;
    }
}

/* Mobile specific styles */
@media (max-width: 999px) {
    .col-3 {
        max-width: 100% !important;
    }

    #content {
        margin-top: 3%;
    }

    #coronavirus-img {
        display: block;
        width: 100%;
        height: auto;
    }

    .col-9 {
        max-width: 100% !important;
    }

    .collapsible {
        display: none;
    }

    #dataupdate-time {
        margin-bottom: 5%;
    }

    .row {
        display: block !important;
    }

    .col-3, .col-9 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

/*# sourceMappingURL=style.css.map */