/* @font-face {
  font-family: PuristaMedium;
  font-weight: 400;
  font-style: normal;
  src: url(PuristaMedium.otf);
} 

@font-face {
  font-family: PuristaBold;
  font-weight: 400;
  font-style: normal;
  src: url(PuristaBold.otf);
}  */

/* @font-face {
  font-family: RobotoRegular;
  font-weight: 400;
  font-style: normal;
  src: url(/RobotoRegular.ttf);
} */

@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

/* @font-face {
  font-family: ProductSansItalic;
  font-weight: 400;
  font-style: normal;
  src: url(Product_Sans_Italic.ttf);
}  */

h1, h2, h3, h4, h5 {
  font-family: Roboto;
}

p, li, strong {
  font-family: Roboto;
}

p, li {
  font-size: 18px;
}

h5 {
  font-size: 16px; 
}

strong {
  /* font-family: PuristaBold; */
  color: #FFC000;
}

#branding {
  font-family: Roboto;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto; 
}

.countryflag {
  display: inline;
  vertical-align: middle;
}

table, tr, td, th:empty {
  text-align: centre;
}


th {
  text-align: center;
}

table {
  margin-left: auto;
  margin-right: auto;
  
}

pre {
  overflow-x: auto;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

#holder {
  width: 100%;
  display: flex;
}

.content {
  max-width: 80%;
  margin-left: 1%;
  margin-right: 1%;
}

aside {
  width: 10%;
}

#sidenav {
  text-align: left; 
  width: 10%;
}

#navsidebar {
  max-width: 10%;
  top: 0;
  right: 0;
  position: relative;
}