#wrapper {
  padding: 0;
  margin-top: 20px;
  color: rgba(33,37,41,0.08);
  background: rgba(0,0,0,0.41);
  width: 100vw;
  height: 140px;
}

.container {
  text-align: center;
}

#clockdiv {
  font-family: sans-serif;
  color: #fff;
  display: inline-block;
  font-weight: 100;
  text-align: center;
  font-size: 30px;
}

#clockdiv > div {
  padding: 10px;
  border-radius: 3px;
  background: rgba(137,137,137,0);
  display: inline-block;
}

#clockdiv div > span {
  padding: 15px;
  border-radius: 3px;
  background: rgba(101,101,101,0);
  display: inline-block;
  font-family: Lato, sans-serif;
  font-weight: bold;
  text-align: center;
}

.smalltext {
  padding-top: 5px;
  font-size: 16px;
}

@media (max-width:767px) {
  .clock-wrapper {
    padding-bottom: 10px;
    margin-top: 0;
  }
}

