/*
    Theme Name: Chinese horoscope
    Version: 1.1
*/
@font-face {
  font-family: 'dierentekens';
  src: url('dierentekens.ttf');
  font-weight: normal;
  font-style: normal;
}
.container-chho {
  margin: 30px auto;
}
.container-chho h2 {
  font-size: 150%
}
.container-chho h3 {
  font-size: 150%
}
#formchho p {
  margin: 5px 0;
  font-size: 95%;
  color: #777
}
#containeruitvoer {
	margin-top: 30px;
}
.element0, .element1, .element2, .element3, .element4, .element5, .element6, .element7, .element8, .element9, .element10 {
  padding: 30px;
  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;
}
.dierenteken {
  float: right;
  font-family: dierentekens;
  font-size: 200pt;
  line-height: 0.5;
}
@media handheld, only screen and (max-width: 767px) {
  .container-chho * {
  
  }
}