  .country-deaths {
    background:red;
    color:#fff
  }
  .country-cases {
    background:#aaaaaa;
    color:#fff
  }
  .country-recovered {
    background:#19c858;
    color:#fff
  }
  .country-critical {
    background:#d1ecf1;
    color:#0c5460
  }
  .country-other {
    background:#d1ecf1;
    color:#0c5460
  }
  .corona-country-widget-style-2 {
    border-radius:4px;
	background-color:#fff;
	box-shadow:0 1px 20px 4px rgba(195,195,195,.34);
	color:#040059;
	padding:10px 5px
  }
  .corona-country-widget-style-2 h3 img {
    width:21px;
    vertical-align:inherit
  }
  .corona-country-widget-style-2 h3 {
    text-transform:uppercase;
    font-size:18px!important;
    margin-bottom:22px!important;
	margin-top:22px!important;
	border-bottom: 1px solid #358dff;
    display: inline-block;
    padding-bottom: 5px;
  }
  .country-info {
    text-align:center;
  }
  .corona-country-widget-style-2 .country-info {
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
	max-width: 100% !important;
  }
  .corona-country-widget-style-2 .country-info span {
    display: inline-block;
    padding: 8px;
    font-size: 14px;
    width: 32% !important;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
	border-top: 2px solid #fff;
  }
  .corona-country-widget-style-2 .country-info .country-deaths {
    margin:0 2px;
  }
  .corona-country-widget-style-2 .country-info span strong {
    font-size:14px
  }
 
/* style news 0404 */

.news0404 {
    padding: 15px 5px;
    margin-bottom: 5px;
    background: #fff;
}
.news0404 ul li {
    border-top: 1px solid #e0e0e0;
    padding: 5px 0;
}
.news0404>ul>li:first-child {
    border-top: none;
    padding-top: 0;
}
.news0404 .widget-title {
    color: #354a89;
    font-size: 20px;
    margin-bottom: 35px;
    line-height: 16px;
    position: relative;
}
.news0404 .widget-title:before {
    position: absolute;
    width: 42px;
    background: #FFA800;
    content: "";
    height: 3px;
    bottom: -15px;
}
.news0404 ul li a {
    color: #354a89;
    font-size: 13px;
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.news0404 ul li a:hover {
    color:#FFA800;
	-webkit-transition:all .5s ease;
	transition:all .5s ease;
}
.news0404 ul li a:hover {
    margin-right: 8px;
    color: #FFA800;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
h3.edubin_recent_post .edubin_recent_post_title {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 5px;
}
.edubin_recent_post .date {
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: uppercase;
    color: #8a8a8a;
    margin-bottom: 5px;
}
.edubin_recent_post li.edubin_recent_post_list {
    clear: both;
    margin-bottom: 0;
    display: block;
    overflow: hidden;
    padding: 5px 0;

}