.ce-corona-total-stats {
  background-size: cover;
  padding: 30px; }
  .ce-corona-total-stats .cec-ts-header {
    margin-top: 0px;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 2px;
    color: #FFF; }

.cec-row {
  margin: 0 -15px; }
  .cec-row .cec-col {
    padding: 0 15px;
    float: left;
    width: 33.3333%; }
    .cec-row .cec-col.cec-2 {
      width: 50%; }
    .cec-row .cec-col.cec-100 {
      width: 100%; }
  @media screen and (max-width: 786px) {
    .cec-row .cec-col {
      width: 100% !important;
      margin-bottom: 15px; } }

.cec-ts-single {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  margin: 15px 0px;
  padding: 15px;
  line-height: 1;
  background-color: rgba(255, 255, 255, 0.8); }
  .cec-ts-single p.cec-tss-header {
    font-size: 18px;
    margin: 0;
    margin-bottom: 8px; }
  .cec-ts-single > strong {
    font-size: 30px;
    letter-spacing: 1px; }

.cec-danger {
  color: red; }

.cec-success {
  color: green; }

.cec-active-cases, .cec-closed-cases {
  background-color: #fff;
  padding: 30px 15px; }
  .cec-active-cases > p, .cec-closed-cases > p {
    margin-top: 0px; }
  .cec-active-cases .cec-active, .cec-active-cases .cec-closed, .cec-closed-cases .cec-active, .cec-closed-cases .cec-closed {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px; }
  .cec-active-cases > .ce-clearfix, .cec-closed-cases > .ce-clearfix {
    width: 100%;
    text-align: center; }
    .cec-active-cases > .ce-clearfix strong, .cec-closed-cases > .ce-clearfix strong {
      font-weight: 700;
      font-size: 20px;
      line-height: 40px;
      display: block; }

.cec-country-box {
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #fdfdfd;
  margin: 15px 0;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 30px -20px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 30px -20px rgba(0, 0, 0, 0.4); }
  .cec-country-box > ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .cec-country-box > ul > li.cec-country-name {
      font-size: 30px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 2px;
      border-bottom: 1px solid #f2f2f2;
      padding-bottom: 10px;
      margin-bottom: 10px; }

.ce-corona-total-country-stats {
  margin-top: 30px; }

.cec-table-country-box {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px; }

.cec-table-country-box::after {
  content: "";
  position: absolute;
  width: 200px;
  bottom: 0px;
  height: 1px;
  background: #f2f2f2;
  left: 50%;
  margin-left: -100px; }

.cec-table-country-box > header,
.cec-table-country-box > header > div.cec-table-country-box-name-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.cec-table-country-box > header {
  -ms-flex-align: stretch;
      align-items: stretch; }

.cec-table-country-box > header > div.cec-table-country-box-name-wrapper {
  background-color: #f2f2f2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ddd; }

.cec-table-country-box > header div.cec-table-country-box-name-wrapper > img {
  margin-right: 15px;
  max-width: 150px;
  max-height: 100px; }

.cec-table-country-box-name > span:first-child {
  display: block;
  font-size: 25px;
  font-weight: 700; }

.cec-table-country-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 15px; }

.cec-table-country-item {
  -ms-flex: 1 1;
      flex: 1 1;
  background-color: #f2f2f2;
  padding: 20px;
  text-align: center;
  border: 1px solid #ddd; }

.cec-table-country-item > p:first-child {
  font-size: 35px; }

.cec-table-country-item > p {
  margin: 0; }

.cec-table-country-item > p:last-child {
  font-size: 15px; }

.cec-table-country-box-meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1;
      flex: 1 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.cec-table-country-box-meta-single {
  -ms-flex: 1 1;
      flex: 1 1;
  -ms-flex-align: center;
      align-items: center;
  background: #f2f2f2;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  border: 1px solid #DDDD;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center; }

.cec-table-country-box-meta-single > p:first-child {
  font-size: 20px; }

.cec-table-country-box-meta-single > p:last-child {
  font-size: 13px; }

.cec-table-country-box-meta-single > p {
  margin: 0; }

.cec-table-country-box-name {
  padding: 10px 25px 10px 5px; }

.cec-table-state-box .cec-table-country-box-name {
  padding-left: 20px; }

@media only screen and (min-width: 420px) and (max-width: 786px) {
  .cec-table-country-box > header {
    display: block; }
  .cec-table-country-box > header div.cec-table-country-box-name-wrapper {
    margin-bottom: 15px; } }

