html, body {
  background: #fff;
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  overflow: auto;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
}
body {
  padding: 30px;
}

.clear {
  clear: both;
}

.header {
  background: #f0f5f6;
  padding: 10px;
}

.header__title {
  margin: 0;
  color: #000;
  font-size: 22px;
  text-align: center;
  font-weight: 300;
}

.container {
  margin: 0 20px;
}



.yourNumber__header {
  border-bottom: 2px solid #d4deea;
  font-size: 42px;
  margin-top: 8px;
  line-height: 2;
  color: #333;
  text-align: center;
  margin-bottom: 4px;
  font-weight: 300;
}
.option__header {
  border-bottom: 2px solid #d4deea;
  font-size: 32px;
  margin-top: 8px;
  line-height: 2;
  color: #333;
  text-align: center;
  margin-bottom: 4px;
  font-weight: 300;
}

.fa-calculator {
  -webkit-animation: fadein 2s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 2s;
  /* Firefox < 16 */
  -ms-animation: fadein 2s;
  /* Internet Explorer */
  -o-animation: fadein 2s;
  /* Opera < 12.1 */
  animation: fadein 2s;
}

.yourNumber__number {
  font-size: 72px;
  color: #000;
  font-weight: 500;
  text-align: center;
  margin-bottom: 16px;
}
.text-center {
  text-align: center;
}
.information {
  color: #142427;
}

.information__header i {
  font-size: 32px;
}

.information__header-text {
  font-size: 20px;
  text-align: right;
  line-height: 1.3;
  margin-top: 1vh;
}


.information__number, .information__queue, .information__time, .information__current {
  font-weight: 400;
  font-size: 32px;
  color: #000;
  text-align: right;
}

.information__timetable {
  margin-top: 5vh;
  font-size: 4vh;
  color: #000;
  background-color: #f0f5f6;
  text-align: center;
  padding: 10px 0;
}

.information__footertable {
  font-family: 'PT Sans Narrow', sans-serif;
  background-color: white;
  font-weight: bold;
  font-size: 25px;
  color: #336E7B;
  text-align: center;
  margin: 5px 15px;
  border-style: dotted;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 10;
}

button {
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 20px;
  margin-top: 20px;
  cursor: pointer;
  background-color: #67809F;
  border-bottom: 3px solid #dcdada;
  border-right: 3px solid #dcdada;
}

img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.fa-clipboard {
  color: #555;
  float: right;
}

.text {
  font-size: 20px;
  text-align: center;
  max-width: 290px;
  margin: 20px auto;
  line-height: 140%;
  color: #555;
  font-family: 'PT Sans Narrow', sans-serif;
  letter-spacing: 0.5px;
}

.topnav a {
  float: left;
  display: block;
  color: #333;
  text-align: center;
  padding: 5px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.icon {
  margin-right: 5px;
  padding: 5px;
  float: right;
  display: none;
}
.icon-left {
  margin-left: 5px;
  float: left;
  display: block;
  font-size: 21px;
  margin-top: -30px;
}
.langs {
  position: absolute;
  left: 10px;
  background-color: #ffffff;
  box-shadow: 0px 1px 2px 0px #555555;
  display: none;
}
.langs a {
  display: block;
  color: #333;
  text-decoration: none;
  font-weight: 400;
  padding: 5px 8px;
  font-size: 20px;
  border-bottom: 1px solid #f0f5f6;
}

.t {
  width: 100px;
  height: 100px;
  background: #ccc;
  display: inline-block;
  float: left;
}

.rate {
  background-color: #4CAF50;
  /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

a.icon {
  margin-top: -33px;
  float: right;
  display: block;
}

.topnav a {
  display: none;
}

.topnav.responsive {
  position: relative;
}

.topnav.responsive .icon {
  position: absolute;
  right: 0;
  top: 0;
}

.topnav.responsive a {
  float: none;
  display: block;
  text-align: left;
}


@media (max-device-height: 460px){
  html, body {
    background: #fff;
    margin: 0;
    padding: 0;
  }
}
.sms {
  margin-top: 8vh;
  font-size: 4vh;
  text-align: center;
  margin-bottom: 5vh;
}
.round-icon {
  color: #fff;
  background-color: #142427;
  border-radius: 50%;
  height: 45px;
  width: 45px;
  display: inline-block;
  line-height: 45px;
  font-size: 24px;
}
.tooltiptext {
  vertical-align: middle;
}
input[name=phone] {
  border: none;
  text-align: center;
  font-size: 28px;
  width: 100%;
  display: block;
  line-height: 2;
}
input[name=phone]:focus {
  outline: none;
}
input[name=phone].error {
  border: darkred 2px solid;
}
p#phone-error {
  font-size: 14px;
  color: red;
}
#phone-form button {
  width: 50%;
  display: inline-block;
  margin: 0;
}
.wcag body, html.wcag{
  background-color: #FFFF00;
}
.wcag .header {
  background-color: #fff;
}
.wcag .yourNumber__header {
  border-bottom-color: #C4D1E2;
}
.wcag .information__timetable {
  background-color: #fff;
}
.container > .container {
  margin: 0;
}