#covidData {
    font: medium/1.3 Arial, Helvetica, sans-serif;
}

#covidStatsDiv {
    display:none;
    padding-bottom:10px;
}

#covidStatsSpan {
    color: #069;
    font-weight: bold;
    display: inline;
    border-style: groove;
    padding: 3px;
    margin-bottom: 10px;
    text-decoration:none;
}

#covidWorldPositive, #covidWorldPositiveChange, #covidWorldDeaths, #covidWorldDeathsChange {
    margin-top: 35px;
    width:800px;
}

#pageHeader {
    width:800px;
}

#pageLoading {
    margin-top: 100px;
    width:800px;
    display:none;
    text-align:center;
}

.covidLinks {
    margin-bottom:20px;
}

a.covidLink {
    color: #069;
    width:200px;
    display:inline-block;
    width: 200px;
    border: solid;
    padding: 4px;
    border-color: lightgray;
    text-align:center;
   
}

a.covidLink.covidLinkSelected {
    color: #8B4513;
}

#countrySelect {
    float: right;
}

#covidDataUse {
    font-size:small;
}

/******************************************************/
        #homePageHeader {
            width:1000px;
        }

        #pageHeader {
            width: 800px;
        }
        
        #covidData {
            /* padding-left: 20px; */
        }
        
        #covidInfoDiv {
            width:800px;
        }
        #covidTable {
            height:240px;
        }
        #covidTableHeader {
            padding-bottom:7px;
        }

        #covidCountyPositive, #covidCountyPositiveChange, #covidCountyDeaths, #covidCountyDeathsChange {
            margin-top: 40px;
            width:800px;
        }
        
        #covidUSPositiveChange, #covidUSDeathsChange {
            margin-top: 40px;
            width:1000px;
        }
        
        #covidPositive, #covidDeaths {
            width:800px;
        }
        #covidPositiveChange, #covidDeathsChange {
            margin-top: 40px;
            width:800px;
        }
        
        #covidDeaths {
            width:800px;
        }
        

        #covidUSPositive {
            margin-top:40px;
            width:1000px;
        }
        
        #covidUSDeaths {
            margin-top:40px;
            width:1000px;
        }
        
 
        table#usdata {
            width:280px;
        }
        
        .blankTableRow {
            height: 21px;
            background-color: #FFFFFF;
        }        
        
        .tdnum {
            text-align: right;
        }
        
        table.stateData {
            display: flex;
            flex-flow: column;
            height: 100%;
            width: 100%;
        }

        table.stateData thead {
            flex: 0 0 auto;
            width: calc(100% - 0.9em);
            background-color: #666;
            color: #fff;
        }

        table.stateData tbody {
            flex: 1 1 auto;
            display: block;
            overflow-y: scroll;
        }

        table.stateData tbody tr {
            width: 100%;
            top: 0px;
        }
        
        table.stateData thead,
        table.stateData tbody tr {
          display: table;
          table-layout: fixed;
          text-align: right;
        }

        table.stateData tbody tr:hover {
          background-color: #ffff99;
          cursor: pointer;
        }
        
        table.stateData tr.highlight {
          background-color: #5CB3FF !important;           
        }
        
        table.stateData tr:nth-child(even) {
          background-color: #dddddd;
        }
        
        #stateSelect {
            float:right;
        }

        #covidPositive {
            margin-top:40px;
        }
        #covidDeaths {
            margin-top:40px;
        }
        #covidDataUse {
            margin-top: 40px;            
        }
        
        .jqplot-highlighter-tooltip {
            font-size: 1em;
        }
        
        #mpdivcontent {
            padding: 0 20px 30px;
        }        
        
        