/*
Fonts: Minion Pro, Kirsty, Ugly Qua.
@import url(//db.onlinewebfonts.com/c/6a0ded092b2f7deb3494a33e5b801ad6?family=Kirsty);
*/
@font-face {
  font-family: "Kirsty";
  font-style: normal;
  font-weight: normal;
  src: local("fonts/Kirsty"), url("fonts/Kirsty.woff") format("woff");
}

@font-face {
  font-family: "Kirsty Italic";
  font-style: normal;
  font-weight: normal;
  src: local("fonts/Kirsty Italic"),
    url("fonts/KirstyItalic.woff") format("woff");
}

@font-face {
  font-family: "Kirsty Bold";
  font-style: normal;
  font-weight: normal;
  src: local("fonts/Kirsty Bold"), url("fonts/KirstyBold.woff") format("woff");
}

@font-face {
  font-family: "Kirsty Bold Italic";
  font-style: normal;
  font-weight: normal;
  src: local("fonts/Kirsty Bold Italic"),
    url("fonts/KirstyBoldItalic.woff") format("woff");
}

body {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  padding: 0;
  margin: 0;
}
/* html, body, div, td {
    margin: auto;
} */
#dividersCombo {
  margin: auto;
  width: 55%;
  padding: 10px;
  text-align: center;
}
#dividersCombo > label {
  font-family: "Kirsty";
  font-size: 20px;
}
#dividersCombo > select {
  font-family: "Kirsty";
  font-size: 16px;
}
.font-kirsty {
  font-family: "Kirsty";
  font-size: 14px;
}
.font-kirsty-bold {
  font-family: "Kirsty Bold";
  font-size: 14px;
}
.font-kirsty-bold-big {
  font-family: "Kirsty Bold";
  font-size: 20px;
}
.font-kirsty-italic {
  font-family: "Kirsty Italic";
  font-size: 14px;
}
.font-kirsty-bold-italic {
  font-family: "Kirsty Bold Italic";
  font-size: 14px;
}
#map {
  margin: auto;
}
.traits {
  text-align: right;
  font-size: 12px;
}
.dots {
  height: 12px;
  width: 12px;
}
.img_square {
  width: 300px;
  height: 300px;
}
.img_portrait_small_height {
  width: 150px;
  height: 200px;
}
.img_landscape {
  width: 300px;
  height: 150px;
}
.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  cursor: pointer;
}
.overlay_text {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 50px;
  color: red;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
