nav ul, footer ul {
    font-family:'Helvetica', 'Arial', 'Sans-Serif';
    padding: 5px;
    list-style: none;
    font-weight: bold;
}

nav ul li, footer ul li {
    display: inline;
    margin-right: 20px;
}

a {
    text-decoration: none;
    color: rgb(75, 74, 74);
}

a:hover {
    text-decoration: underline;
}

h1 {
    font-size: 3em;
    font-family:'Helvetica', 'Arial', 'Sans-Serif';
    display: block;
}

h2 {
    font-family:'Helvetica', 'Arial', 'Sans-Serif';
}

h3 {
    font-size: 30px;
    font-family:'Helvetica', 'Arial', 'Sans-Serif';
    line-height: 10px;

}

h6 {
    font-size: 20px;
    font-family:'Helvetica', 'Arial', 'Sans-Serif';

}

caption {
    font-size: 25px;
    font-family:'Helvetica', 'Arial', 'Sans-Serif';
}

p {
    font-family:'Helvetica', 'Arial', 'Sans-Serif';
    line-height: 10px;
    color: #333;

}

footer {
    position: relative;
    border-top: 2px solid #d5d5d5;
    font-size: .8em;
    height: 3rem
}

#searchbar {
    border-radius: 5px;
    font-family:'Helvetica', 'Arial', 'Sans-Serif';
    height: 35px;
    width: 300px;
    font-size: 16px;
}
input[type=text] { 
    width: 30%; 
    -webkit-transition: width 0.15s ease-in-out; 
    transition: width 0.15s ease-in-out; 
 } 

 /* When the input field gets focus, 
      change its width to 100% */
 input[type=text]:focus { 
   width: 70%; 
 } 

#notcenter {
    text-align: left;
}

#showLeft {
    font-family:'Helvetica', 'Arial', 'Sans-Serif';
    padding: 0px;
    list-style: none;
    font-weight: bold;
}

.navigation {
    position: fixed;
    background-color: rgb(230, 239, 252); 
    text-align: center;
    width: 324px;
    height: 10px;
    top: 10px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}

/* Navigation Menu - List items */
.nav-item {
    /* non-critical appearance styles */
    display: list-item;
    width: 324px;
    height: 40px;
    border-top: 1px solid #111;
    border-bottom: 1px solid #000;
    font-family:'Helvetica', 'Arial', 'Sans-Serif';
    text-align: middle;
}
  
.nav-item a {
    /* non-critical appearance styles */
    display: block;
    padding: 1em;
    background: linear-gradient(135deg, rgba(216, 214, 214, 0) 0%,rgba(27, 63, 117, 0.747) 100%);
    color: rgb(0, 0, 0);
    font-size: 1.2em;
    text-decoration: none;
    transition: color 0.2s, background 0.5s;
    text-align: middle;
    width: 324px;

}
  
.nav-item a:hover {
    height: 10px;
    color: rgb(27, 67, 179);
    background: linear-gradient(135deg, rgba(235, 235, 235, 0) 0%,rgb(1, 5, 41) 100%);
}

.site-wrap {
    width: 80%;
    text-align: center;
    min-width: 100%;
    min-height: 100%;
    background-color: rgb(230, 239, 252);
    position: relative;
    top: 0;
    bottom: 100%;
    left: 0;
    z-index: 1;
    margin: 0 auto;
}

.nav-trigger {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

label[for="nav-trigger"] {
    position: fixed;
    top: 15px;
    left: 15px;
    z-index: 2;    
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' width='30px' height='30px' viewBox='0 0 30 30' enable-background='new 0 0 30 30' xml:space='preserve'><rect width='30' height='6'/><rect y='24' width='30' height='6'/><rect y='12' width='30' height='6'/></svg>");
    background-size: contain;
}

.nav-trigger + label, .site-wrap {
    transition: left 0.2s;
}

.nav-trigger:checked + label {
    left: 375px;
}

.nav-trigger:checked ~ .site-wrap {
    left: 360px;
}

body {
    overflow-x: hidden;

}

div.scroll { 
    width: 500px; 
    height: 700px;
    overflow-x: hidden; 
    overflow-x: auto; 
    text-align: justify; 
} 

table {
    display: block;
    overflow-x: auto;
    overflow-y: auto;
    white-space: nowrap;
}

.tg  {
    border-collapse:collapse;
    border-spacing:0;
    margin-left: 13%;
    margin-right: 13%;
    height: 500px;
}
.tg td {
    border-color:black;
    border-style:solid;
    border-width:1px;
    font-family:Arial, sans-serif;
    font-size:14px;
    overflow:hidden;
    padding:10px 7px;
    word-break:normal;

}

.tg th {
    border-color:black;
    border-style:solid;
    border-width:1px;
    font-family:Arial, sans-serif;
    font-size:14px;
    font-weight:normal;
    overflow:hidden;
    padding:10px 18px;
    word-break:normal;
    font-weight: bold;

}

.tg .country-country{
    font-family:Arial, sans-serif;
    text-align:left;
    vertical-align:top;
    color: rgb(241, 9, 9);
}

.tg .tg-0lax{
    font-family:Arial, sans-serif;
    text-align:center;
    vertical-align:top
}

.tg .tg-0lax1{
    
    font-family:Arial, sans-serif;
    text-align:center;
    vertical-align:top
    
}

table {
    margin-left: auto;
    margin-right: auto;
}

#country {
    color: blue;
}

#totalcases {
    color: blue
}

#newcases {

}

#totaldeaths {
}

#newdeaths {
    color: rgb(255, 30, 0)
}

#totalrecovered {
    color: green
}

#casespermil {
    font-style: italic;
    font-size: 14.5px;
}

#deathspermil {
    font-style: italic;
    font-size: 14.5px;
}

#totaltests {
    
}

#testspermil {
    font-style: italic;
    font-size: 14.5px;
}

#population {
    
}

.sidenav {
    height: 100%;
    width: 150px;
    position: fixed;
    z-index: 1;
    top: 0px;
    right: 0;
    overflow-x: hidden;
    padding-top: 5%;
    overflow-y: scroll;
    font-size: 18px;
    background-color: rgb(160, 221, 250);
}

