* {margin: 0;padding: 0;} html *, html:after, html:before {box-sizing: inherit;} html {overflow: hidden;}
.hidden {display: none!important;}

body {width: 100%;height: 550px;min-height: 550px;max-height: 550px;max-width:800px;margin:0 auto ;box-sizing: border-box;font-size: 15px;font-family: 'Roboto', sans-serif;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;overflow: hidden;}

.loader { -webkit-animation: spin 1s linear infinite;animation: spin 1s linear infinite;border: 3px solid #ddd;border-top: 3px solid #42a5f5;border-radius: 50%;height: 75px;width: 75px;margin: 100px auto 150px auto;}

.container {position: relative;display: inline-block;width: 100%;max-width:800px;min-width: 290px;height: 550px;margin: 0 auto;    border-top: 5px solid #f2f2f2;}

.title {
	width: 100%;
    font-size: 17px;
    font-family: 'Merriweather', serif;
    color: #000;
    font-weight: 600;
    top: 0;
    left: 1px;
    position: relative;
    border-radius: 3px 3px 0 0;
    letter-spacing: 0.2px;
    padding-top: 10px;
}

.subtitle{ 
    position: relative;
    width: 98%;
    color: #848484;
	background-color: #fff;
    font-size: 15px;
    font-family: Roboto-light, sans-serif;
    top: 6px;
    left: 3px;
    z-index: 10;
    font-weight: 300;
}

.logo{position: absolute;right: 3px;bottom: 1px;font-size: 12px;font-weight:600;letter-spacing:-0.3px;color: #848484;text-transform:uppercase;letter-spacing: 0.2px;transition:opacity 0.6s ease;}

.source {    
	position: absolute;
    left: 3px;
    bottom: 1px;
    font-weight: 300;
    font-size: 12px;
    color: #848484;
    border-top: 0.6px solid #f2f2f2;
    width: 100%;
    padding-top: 4px;
    text-transform: uppercase;
}
.source a {
	text-decoration: none;
    color: #848484;
    font-weight: 600;
    text-transform: none;
	transition: color 0.3s ease;
}
.source a:hover {text-decoration: none;color: #000;}

.updated{position: absolute;right: 3px;bottom: 1px;font-size: 10px;font-weight:600;letter-spacing:-0.3px;color: #848484;text-transform:uppercase;letter-spacing: 0.2px;transition:opacity 0.6s ease;}

.updated span{ position:relative;left:2px; }

.logo.hide, .updated.hide{ opacity:0; }

#note{
    position: relative;
    width: 100%;
    font-size: 11px;
    margin: 8px 2px;
    color: #555;
    font-style: italic;
}

#list{
    position: relative;
    display: block;
    background-color: #fff;
    width: 100%;
    height: 446px;
    top: 0;
    left: 0;
    padding: 0;
    padding-top: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

#list ul{
    position: relative;
    list-style: none;
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

#list ul li{
    position: relative;
    display: inline-flex;
    margin-bottom: 14px;
    height: 60px;
    min-width: 280px;
    cursor: pointer;
    border-radius: 8px;
	width: 40%;
    margin-right: 10%;
}

#list ul li:hover{ background-color: #FFDDD4; }

#list ul li:nth-child(even){ margin-right: 0; }

#list ul li.top{
    position: sticky;
    display: inline-flex;
    top: 0;
    padding-top: 12px;
    /* width: 280px; */
    height: 42px;
    cursor: pointer;
    border-radius: 0;
    background-color: #fff;
    z-index: 2;
    border-bottom: 1px solid #ddd;
    box-sizing: content-box;
}

#list ul li.top:hover{
	background-color: #fff;
}

#list ul li .datetime{
	position:relative;
	display: inline-block;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' %3E%3Cpath xmlns='http://www.w3.org/2000/svg' fill='%23ddd' d='M202.8,49c-7.7,0-20.8,0-24.5,0c-5.3,0-8-2.4-8-2.4s2.6-3.6,2.6-9.7s0-21.5,0-21.5h35.7c0,0,0,13.7,0,20.9 S206.3,49,202.8,49z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 60px;
    height: 60px;
	background-color: #eee;
    border-radius: 8px;
}

#list ul li .datetime .month{
    position: relative;
    width: 60px;
    height: 28px;
    text-align: center;
    font-size: 15px;
	display: inline-table;
}

#list ul li .datetime .day{
    position: relative;
    width: 60px;
    height: 32px;
    text-align: center;
    font-size: 19px;
	display: inline-table;
}

#list ul li .datetime .month .inner{
	display: table-cell;
    vertical-align: bottom;
}

#list ul li .datetime .day .inner{
	display: table-cell;
    vertical-align: top;
}


#list ul li.top .datetime{
    background-color: #fff;
    text-align: center;
    line-height: 42px;
    height: 42px;
    border-radius: 0;
}

#list ul li .districts{
	position: relative;
    margin-left: 7px;
    display: inline-table;
    width: 142px;
    height: 60px;
	text-align: left;
}

#list ul li .districts .inner{
	display: table-cell;
    vertical-align: middle;
}

#list ul li .cases{
	position: absolute;
    display: inline-block;
	right: 0;
    text-align: center;
    width: 60px;
    line-height: 60px;
    background: #F8F8F8;
    font-size: 19px;
	margin-left: 9px;
    border-radius: 50%;
	font-weight: 300;
}

#list ul .highlight .datetime{
	background-color: #111;
	color: #fcfcfc;
}

#list ul .highlight .cases{
	background-color: #FDB924;
}

#list ul li.top .districts{
    background-color: #fff;
    text-align: center;
    line-height: 42px;
    height: 42px;
    text-align: left;
    margin-left: 0;
    padding-left: 7px;
}

#list ul li.top .cases{
    background-color: #fff;
	top: unset;
    border-radius: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 42px;
    height: 42px;
    margin-left: 0;
    padding-left: 10px;
}

#list ul li.top .col .ion{
	color: #aaa
}

#list ul li .col.active{
	border-bottom: 1px solid #555;
}

#map{
    position: relative;
    display: none;
    width: 100%;
    height: 486px;
    top: 0;
    left: 0;
	padding-top: 12px;
    /* overflow: hidden; */
    box-sizing: border-box;
}

#map.active{ display: block; }

#map #goback{
	position: absolute;
    top: -30px;
    right: 0;
    width: 120px;
    height: 42px;
    background-color: rgba(255, 255, 255, 0.5);
	color: #aaa;
    z-index: 20;
	transition: all 0.3s ease;
	line-height: 42px;
	text-align: center;
	user-select: none;
	cursor: pointer;
}

#map #goback .ion{
	
}

#map #goback:hover{
	background-color: #eee;
	color: #444;
}

#map img{
    position: relative;
	left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
}

#map .desktopImg{ display: block; }
#map .mobileImg{ display: none; object-fit: contain; }

@-webkit-keyframes spin {
  to { border-top-color: #ec407a; -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@keyframes spin {
  to { border-top-color: #ec407a;-webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@media screen and (max-width: 623px){
	#list ul li{ margin-right: 6%; }
}

@media screen and (max-width: 612px){
	#list ul li.top.top2{ display: none; }
	#list ul li{ width: 100%;    max-width: 420px;margin-right: 0; }
	#list ul li.top{ width: 100%; }
	#list ul li .cases{ position: absolute;top: 0;right: 0; }
}

@media screen and (max-width: 554px){
	#list, #map{ height: 474px; }
	#list{ height: 446px; }
}

@media screen and (max-width: 540px){
	#map .desktopImg{ display: none; }
	#map .mobileImg{ display: block; }
}

@media screen and (max-width: 460px){
	#map #goback{ top: 12px;right: 0;width: 80px;height: 42px; }
}

@media screen and (max-width: 418px){
	#map{ height: 486px; }
}
@media screen and (max-width: 320px){
	#list{ height: 436px; }
}

@media screen and (max-width: 317px){
	#list{ height: 410px; }
}