/*
    Theme Name: Chinese horoscope
    Version: 1.0
*/
@import url("https://unpkg.com/leaflet@1.3.1/dist/leaflet.css");
@font-face {
  font-family: 'dierentekens';
  src: url('dierentekens.ttf');
  font-weight: normal;
  font-style: normal;
}
#map {
  width: 100%;
  height: 50%;
  padding: 0;
  margin: 0;
}
.address {
  cursor: pointer;
  padding: 5px;
  background-color: #ccc;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 15px
}
.address:hover {
  color: #AA0000;
  background-color: #bbb;
}
.container-chho * {
  font-size: 105%;
}
.container-chho {
  padding: 20px;
  margin: 30px auto;
}
.leaflet-popup-content { font-size: 90% }
/* title */
.container-chho h1.chinesehoroscopepro_title {
  font-size: calc(20px + 1.5vw + 1.5vh) !important;
  white-space: normal;
}
#formchho input, #formchho select {
  color: #555
}
#formchho select { font-size: 90% }

.container-chho h2 {
  font-size: 150%
}
.container-chho h3 {
  font-size: 150%
}
#formchho p {
  margin: 5px 0;
  font-size: 95%;
  color: #777
}
.tableresult {
  margin-top: 50px;
  width: 100%;
}
.tableresult thead {
  font-weight: bold
}
#velduitvoerkarakter {
  line-height: 1.7;
padding: 3%;
}
.celuitvoer {
  text-align: center;
  font-weight: bold;
cursor: pointer; border-top: 2px white solid; border-left: 2px white solid; border-right: 2px white solid;  
}
#cel2, #cel3, #cel4 { border-bottom: 2px white solid; }

.element0, .element1, .element2, .element3, .element4, .element5, .element6, .element7, .element8, .element9, .element10 {
  padding: 10px;
  color: #333;
}
.element0, .element0 p, .element0 h3, .element9, .element9 p, .element9 h3, .element10, .element10 p, .element10 h3 {
  background-color: #333;
  color: white !important;
}
.element7, .element8 {
  background-color: white;
}
.element1, .element2 {
  background-color: #b3cf63;
}
.element3, .element4 {
  background-color: #e99a63;
}
.element5, .element6 {
  background-color: #e9eab3;
}
@media handheld, only screen and (max-width: 767px) {
  .container-chho * {
    font-size: 100%;
  }
}