body * {
	font-family: Helvetica, Helvetica, Arial, sans-serif;
}
.corona-container {
	width: 100%;
	max-width: 100%;
	background-color: #1c202a;
	direction:rtl;
}
.corona-counter {
	color: #FFF;
	text-align: center;
}
.corona-counter > div {
	width: 99%;
    text-align: center;
    padding: 2px;
    display: block;
}
.corona-counter > div > div {
	padding: 5px;
	font-family: Helvetica, Helvetica, Arial, sans-serif;
}

.i-head {
	background-color: #2161AA;
	width: 40% !important;
    display: inline-block !important;
	font-size: 18px !important;
    line-height: 18px;
}
.r-head {
	background-color: #207B43;
	width: 40% !important;
    display: inline-block !important;
	font-size: 18px !important;
    line-height: 18px;
}
.d-head {
	background-color: #B22635;
	width: 40% !important;
    display: inline-block !important;
	font-size: 18px !important;
    line-height: 18px;

}
#death, #recovered, #infected {
	color: #000;
	background-color: #E1E6F0;
	display: inline-block;
    width: 40%;
	font-size: 21px !important;
    line-height: 18px;
    font-weight: bold;
}
#lastUpdate {
	padding: 0 10px;
	padding-bottom: 10px;
	margin-top: 5px;
	color: #FFF;
	font-size: 14px !important;
    font-family: Helvetica, Helvetica, Arial, sans-serif;
}
#lastUpdate::before {
	content: "";
	display: inline-block;
	background-color: #eb1515;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	animation: ripple 1s cubic-bezier(.39,.58,.57,1) infinite alternate;
	margin-left: 7px;
	position: relative;
	top: 1px;
}
.cor_header {
	font-family: Helvetica, Helvetica, Arial, sans-serif;
    font-size: 19px !important;
    text-align: center;
    padding: 10px 0;
    color: #FFF;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: bold;
}