
h2 {
    text-align: center;
}

tr {
    background-color: rgb(34,34,34);
}

td, th {
    vertical-align: middle !important;
    white-space: nowrap;
    border-left: 0.5px solid #444;
    border-right: 0.5px solid #444;
}

#totalCountTile {
    text-align: center;
}

#totalCount {
    font-size: 128px;
    text-align: center;
    display: inline-block;
}

#totalCountSubText {
    font-size: 24px;
    padding-left: 24px;
}

#updatetime {
    font-size: 12px;
    position: absolute;
    bottom: 4px;
    right: 4px;
}

#dailyChart, #topByDoses {
    max-height: 500px !important;
}

#enableButton {
    position: absolute;
    margin-top: 40px;
    margin-left: 52px;
}

.btn {
    font-size: 12px;
}

#countrySearchInput {
  width: 100%; /* Full-width */
  padding: 2px 2px 2px 2px; /* Add some padding */
  border: 1px solid #ddd; /* Add a grey border */
  margin-bottom: 1px; /* Add some space below the input */
}

.tiles {
    text-align: center;
    font-size: 20px;
}

.tiles th {
    font-size: 14px;
}

.spacer {
    margin-left: 20px;
    margin-right: 20px;
    color: grey;
    font-size: 20px;
}
.table {
    border-bottom: 0.5px solid #444;
}

.pointer {
    cursor: pointer;
}

.headcol {
    position: -webkit-sticky;
    position: sticky;
    left:0px;
    background-color: inherit;
    z-index: 1;
}

.numcol {
    text-align: right;
}

.dailyVaccinationDetailsShow, .dailyVaccinationDetailsShowColumn, .tableShow, .tableShowColumn {
    display: none;
}

.boldText {
    font-weight: bold;   
    font-size: 20px;
    padding-left: 6px;
    padding-right: 6px;
}

.footnote {
    font-size: 12px;
}

.table {
    border-collapse: separate;
    border-spacing: 0;
}
.tablediv {
    position: relative;
    overflow-x: scroll;
}

.navbar-toggler {
  border: none;
  outline: none;
}

@media (max-width: 576px) {
    body {
        font-size: 12px;
    }

    .boldText {
        font-size: 12px
    } 

    .navbar-brand sup {
        font-size: 10px;
        display: none;
    }

    #totalCount {
        font-size: 52px;
    }

    #dailyChart {
        max-height: 400px !important;
    }
}

@media (min-width: 768px) {
    #totalCount {
        font-size: 100px;
    }
}

@media (max-width: 768px) {
    #totalCount {
        font-size: 52px;
    }
}

@media (min-width: 992px) {
    #totalCount {
        font-size: 100px;
    }
}

@media (min-width: 1200px) {
    #totalCount {
        font-size: 128px;
    }
}
