/* Asciidoctor default stylesheet | MIT License | http://asciidoctor.org */

@import url(https://fonts.googleapis.com/css?family=Noto+Sans);
@import "asciidoctor.css"; /* Default asciidoc style framework - important */

/* CUSTOMISATIONS */
/* Change the values in root for quick customisation. If you want even more fine grain... venture further. */

:root{
--maincolor:#FFFFFF;
--primarycolor:#000000;
--secondarycolor:#AAAAAA;
--tertiarycolor:#888888;
--sidebarbackground:#4b4b4b;
--linkcolor:#EE88CC;
--linkcoloralternate:#ffffff;
--headercolor:#AA66CC;
--white:#FFFFFF;
--black:#000000;
--darkred:#990033;
}


/* Text styles */


body{font-family: "Noto Sans",sans-serif;background-color: var(--maincolor);color:var(--black);}



/* Responsiveness fixes */
video {
  max-width: 100%;
}

@media all and (max-width: 600px) {
table {
  width: 55vw!important;
  font-size: 3vw;
}

/*
table.stripes-all tr,table.stripes-odd tr:nth-of-type(odd){background:#f8f8f7}
table.stripes-none tr,table.stripes-odd tr:nth-of-type(even){background:none}
*/
