@font-face { font-family: NixieOne; src: url('/fonts/NixieOne.ttf'); } 

body {
   background-color:#CCCCCC;
}

#epieye_logo {
   /* By Original: GuntherDerivative work: Wereon - This file was derived from  Euler's formula.png:, CC BY-SA 3.0, https://commons.wikimedia.org/w/index.php?curid=821342 */
   background-image: url("/images/logo_epieye.svg");
   background-size: contain;
   background-repeat: repeat-x;
   display:block;
   height:140px;
   overflow:hidden;
   text-indent:100%;
   white-space:nowrap;
}

.nixieFontBig {
   font-family: NixieOne, Courier;
   font-size: 18pt;
   font-weight: bold;
}

.left {
   float: left;
   padding: 10px;
}

.mainCourierFont {
   font-family: Courier;
   font-size: 18pt;
   font-weight: normal;
}

ul {
    list-style: outside disc;
    margin-left: 1em;
}

ul li {
    position: relative;
    left: 1em;
    padding-right: 1em;    
}
