*
{
    color: #333;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    font-stretch: normal;
    font-weight: 300;
}

body
{
    margin: 0;
    overflow: hidden;
}

div.google-visualization-tooltip 
{ 
    background-color: #555;
    border: 1px solid #444;
    border-left: 16px solid #444;
    box-shadow: none;
    height: 72px;
    left: 0;
    opacity: .95;
    padding-top: 8px;
    padding-left: 8px;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    width: 192px;
    z-index: 2;
}

div.google-visualization-tooltip:after
{ 
    background-color: #ccc;
    background-position: 50% 50%;
    background-size: 100% auto;
    content: "";
    height: 88px;
    left: -15px;
    position: absolute;
    top: 0;
    width: 14px;
}

div.google-visualization-tooltip > ul > li
{
    line-height: 50% !important;
}

div.google-visualization-tooltip > ul > li > span 
{
    color: #999 !important;
    font-family: 'Roboto Condensed', sans-serif !important;
    line-height: 50% !important;
}

::-webkit-scrollbar
{
    -webkit-background-color: #333;
    background-color: #333;
}

::-webkit-scrollbar-thumb
{
    -webkit-background-color: #444;
    background-color: #444;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    width: 8px;
    -webkit-width: 8px;
    background-clip: padding-box;
    border: 3px solid transparent;
    -webkit-opacity: 0.5;
    opacity: 0.5;
}

.main_about
{
    color: #999;
    cursor: pointer;
    height: 38px;
    line-height: 38px;
    left: 100%;
    margin-left: -54px;
    margin-top: -19px;
    position: absolute;
    text-align: right;
    text-transform: uppercase;
    top: 50%;
    width: 38px;
}

.main_about:hover
{
    color: #87cefa;
}

.main_amount
{
    float: right;
    height: 100%;
    line-height: 38px;
    margin-right: 8px;
    position: relative;
    text-align: right;
    top: 0;
    width: 38px;
}

.main_box_left_confirmed
{
    background-color: #404040;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
	box-sizing: border-box;
    color: #999;
	height: 120px;
	left: 0;
    padding-top: 34px;
	position: absolute;
    overflow-y: auto;
    text-align: center;
    text-transform: uppercase;
	top: 60px;
	width: 128px;
}

.main_box_left_death
{
    background-color: #404040;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
	box-sizing: border-box;
    color: #999;
	height: 120px;
	left: 128px;
    padding-top: 34px;
	position: absolute;
    overflow-y: auto;
    text-align: center;
    text-transform: uppercase;
	top: 60px;
	width: 128px;
}

.main_main
{
    background-color: #353535;
    box-sizing: border-box;
    height: calc(100% - 60px);
    left: 256px;
    position: absolute; 
	overflow: auto;
	top: 60px;
    width: calc(100% - 256px);
}

.main_navbar
{
    background-color: #555;
    /* background-image: url('../images/biohazard.png'); */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 70% ;
    border-bottom: 1px solid #333;
    border-top: 1px solid #777;
    box-sizing: border-box;
    color: #aaa;
    height: 60px;
    line-height: 60px;
    padding-left: 16px;
    position: relative;
    text-transform: uppercase;
    width: 100VW;
}

.main_icon
{
    background-color: #ccc;
    background-size: auto 100%;
    background-position: 50% 50%;
    box-sizing: border-box;
    height: 16px;
    float: left;
    position: relative;
    margin-left: 16px;
    margin-right: 10px;
    margin-top: -8px;
    top: 50%;
    width: 16px;
}

.main_item
{
    background-color: #444;
    border-bottom: 1px solid #333;
    box-sizing: border-box;
    color: #999;
    cursor: default;
    height: 42px;
    line-height: 42px;
    outline: none;
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
    width: 100%;
}

.main_item:hover { background-color: #333; }

.main_item_label
{
    color: #999;
    float: left;
    height: 100%;
    line-height: 38px;
    position: relative;
    top: 0;
    width: calc(100% - 134px);
}

.main_menu
{
    background-color: #555;
    border-right: 1px solid #333;
    box-sizing: border-box;
    height: calc(100% - 180px);
    left: 0;
    position: absolute;
    overflow-y: auto;
    top: 180px;
    width: 256px;
}

.main_chart_set
{
    background-color: #272822;
    color: #666;
    position: absolute;
    height: calc(24px + 142px);
    width: 256px;
    bottom: 42px;
    left: 272px;
    z-index: 1;
}

.main_chart_label
{
    color: #777;
    background-color: #343530;
    font-size: 11px;
    float: left;
    height: 24px;
    line-height: 24px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.main_chart_evolution
{
    position: relative;
    float: left;
    height: 140px;
    width: 220px;
}

.main_share { display: none; }

.main_share_button
{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 70% ;
    float: left;
    height: 35px;
    position: absolute;
    top: 15px;
    width: 32px;
}

@media screen and (max-width: 1024px)
{
    body
    {
        background-color: 272822;
        overflow: auto;
    }

    .main_main
    {
        left: 0;
        top: 0;
        position: relative;
        width: 100%;
        height: 50%;
    }

    .main_box_left_confirmed
    {
        float: left;
        position: relative;
        left: 0;
        width: 50%;
        top: 0;
    }

    .main_box_left_death
    {
        float: left;
        position: relative;
        left: 0;
        width: 50%;
        top: 0;
    }

    .main_menu
    {
        border-right: 0;
        float: left;
        height: 50%;
        position: relative;
        width: 100%;
        top: 0;
    }

    .main_share
    {
        background-color: #444;
        border-top: 1px solid #333;
        display: block;
        float: left;
        height: 50px;
        left: 0;
        line-height: 50px;
        margin: 0;
        position: relative;
        text-align: center;
        text-transform: uppercase;
        top: 0;
        width: 100%;
    }

    .main_chart_set
    {
        position: relative;
        float: left;
        height: auto;
        left: 0;
        bottom: 0;
        width: 100%;
    }

    .main_chart_evolution
    {
        width: 100%;
    }
}

.main_confirmed { color: orange; }
.main_death { color: rgb(255, 255, 255); }

.main_color_999 { color: #999; }
.main_color_darkred { color: #ff0000; }
.main_color_green { color: lightgreen; }
.main_color_orange { color: orange; }
.main_color_red { color: #ffffff; }
.main_color_yellow { color: yellow; }
.main_font_size_10 { font-size: 10px; }
.main_font_size_11 { font-size: 11px; }
.main_font_size_30 { font-size: 30px; }
.main_font_size_50 { font-size: 50px; }
.main_font_size_64 { font-size: 64px; }

table {
    width: 100vw;
    border: 1px solid #ddd;
}

th,
td {
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #f2f2f2
}

th {
    background: white;
    position: sticky;
    top: 0;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
    cursor: pointer;
}
#myInput {
    margin-bottom: 5px;
    padding: 2px 3px;
    width: 209px;
    height: 2rem;
    display: none;
}