*::-webkit-scrollbar {
  height: 19px;
  width: 19px;
}

*::-webkit-scrollbar-track {
  border-radius: 0px;
  background-color: #838383;
}

*::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color: #CACACA;
}


@font-face {
  font-family: BookmanOldStyle;
  src: url(/res/fonts/BOOKOS.TTF);
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Cublox';
  src: url(/res/fonts/cublox-webfont.ttf);
  font-weight: 300;
  font-style: normal;
}

#CubloxFont {
  font-family: 'Cublox';
}

body {
  background-color: #f2f2f2;
  font-family: 'BookmanOldStyle';
  font-size: 20px;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #686868;
}

.contentbox {
  text-align: center;
  font-size: 110%;
  margin: 40px;
  margin-top: 50px;
}

.display {
  text-align: left;
  padding: 10px;
  width: 40%;
}

.wayfares {
  position: fixed;
  right: 100px;
  bottom: 50px;
}













