.widget {
	list-style: none;
}

.widget .widgettitle{
    font-size: 1.5rem;
}
.covid-container{
	width: 100%;
	display: inline-block;
	color: #4f4f4f;
	text-align: center;
}

.covid-container .covid-container-inner{
	max-width: 340px;
	margin: 0 auto;
	background-color: #fff;
}
.covid-container .covid-inner{
	width: 100%;
	max-width: 340px;
	margin: 15px auto 0 auto;
    border: 1px solid #dee2e6;
}
.covid-title{
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
    padding: 12px 0;
    border-bottom: 1px solid #dee2e6;
}

.covid-content{
	display: flex;
}

.covid-content .covid-box{
	width: 50%;
	padding: 10px;
}

.covid-content .covid-box:first-child{
	border-right: 1px solid #dee2e6;
}

.covid-flag{
	font-size: 15px;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}

.covid-flag svg,.covid-flag img{
	width: 32px;
	margin-bottom: 10px;
}

.covid-list ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.covid-list ul li{
	margin-bottom: 5px;
	text-align: center;
	display: inline-block;
}

.covid-list ul li b{
	font-size: 20px;
	margin-right: 5px;
	display: inline-block;
}

.covid-list ul li small{
	font-size: 11px;
	white-space: nowrap;
}

.covid-list ul li.covid-cases b{
	color: #ffc107;
}

.covid-list ul li.covid-deaths b{
	color: #ff4759;
}

.covid-list ul li.covid-recovered b{
	color: #28a745;
}

.covid-error{
	font-size: 16px;
	color: #d80027;
}

.covid-copyright{
	text-align: right;
	width: 100%;
	max-width: 320px;
	margin: 0 auto 20px auto;
	font-size: 12px !important;
}

.covid-copyright a{
	font-weight: bold;
	color: #f61127 !important;
}