/*html {
  box-sizing: border-box;
  font-size: 62.5%;
}*/

@media screen and (min-width: 768px) {
  /*html {
    font-size: 78.195%;
  }*/
}

/*body {
  font-size: 1.2rem;
  line-height: 1.75em;
    padding:0;
    margin: 0;
}*/

.cdt_wrapper {
  background-color: #000000 ;/*rgba(0,0,0,0.7)*/
  font-weight: bold;
  text-align: center;
  line-height: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
    font-size: 78.195%;
/*
    position: fixed;
       top:0;
   left:0;
*/
    width:100%;
}

@media screen and (min-width: 768px) {
  .cdt_wrapper {
    line-height: 2.5;
    font-size: 1.8rem;
    padding: 5px 0;
/*
position: absolute;
   top:700px;
   right:0;
    z-index: 10000;
    width:100%;
*/
  }
}

.cdt_wrapper small {
  font-size: .5em;
  padding: 0 .6em;
}

.cdt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cdt_txt {
  font-size: .6em;
  display: inline-block;
  margin-right: .6em;
}

@media screen and (min-width: 768px) {
  .cdt_txt {
    font-size: .5em;
  }
}

.cdt_txt span {
  display: block;
  line-height: 1;
    color:#fff;
}

.cdt_date {
  font-size: 1.3rem;
    color:#fff;
}

.cdt_num {
  background-color: red;
  padding: 0 .15em;
}

@media screen and (min-width: 768px) {
  .cdt_num {
    line-height: 1;
    padding: .1em .5em;
  }
}

