/*
Theme Name: Flat_AS/400
Template: flat
*/

body {
  padding: 0;
  margin: 0;
}
.access_counter {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background: #4d4d4d;
  border: 1px solid #808080;
  border-radius: 5px;
  height: 35px;
  width: 315px;
}

.access_counter dl {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin: 0;
  padding: 0 5px 0 10px;
}

.access_counter dl.today {
  margin: 0 0 0 10px;
}

.access_counter dl dt {
  font-weight: normal;
  font-size: 15px;
  color: yellow;
}

.access_counter dl dd {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  background: #1a1a1a;
  border: 1px solid #8d8d8d;
  border-radius: 5px;
  color: #ffffff;
  margin: 0 0 0 8px;
  padding: 0 5px;
  height: 25px;
  letter-spacing: 0.15em;
}

.access_counter dl.access dd {
  width: 90px;
}

.access_counter dl.today dd {
  width: 50px;
}