
body {
    font-size: 14px;
    color: white;
    //background: #495262;
    background: #181a1b;;
    //background: #fffff2;
}

p {
  margin-left: 8px !important;
}

pre {
    color: white;
    border: 0px !important;
    background: none;
    font-size: 8px;
    overflow-x: hidden;
}
canvas {
    position: fixed;
    z-index: 0;
}


ul {
  padding: 0;
  margin-left:22px;
}

.table td:first-child {
  width: 23%;
}

.mono {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}


h1 {
    text-align: center;
    font-family: 'Merriweather', serif;
}

h3 {
    font-family: 'Droid Serif', serif;
    font-weight: bold;    
    font-size: 14pt;
}

a, a:hover, a:visited {
    color: #b0ccde;    
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
}

.mono {
    font-family: monospace;
}
.content {
    background: #495262 !important;
    //background: rgb(58, 66, 78) !important;
}
.copyright {
    opacity: .5;
}
/* Mobile */
@media only screen and (max-device-width: 480px) {
    .content {
        width: 90%;
        position: absolute;
        top: 0px;
        marign: 0 auto;
        margin-left: 5%;
        padding: 5%;
    }
    pre {
	font-size: 3px;
    }

    h3 {
	font-size: 24px;
    }
    body {
	font-size: 20px;
    }
}

/* Full Screen */
@media only screen and (min-device-width: 481px) {
    .content {
        width: 700px;            
        margin-left: -180px !important;  /* half width */
        position: absolute;
        top: 0px;
        z-index: 1;
        left: 35%;
        margin: 0 auto;
        padding: 24px;     


	-webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
}

/* Common */
/*.content {
    color: white;
    background-color: rgba(200, 200, 200, .1); 
}*/

.content {
    color: white;
    //    border: solid 5px lightgrey;
    border: 0px;
    margin-top: 1em;
    background-color: rgba(200, 200, 200, .1);
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.14);
    box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.14);
}

/* This styles the Bootstrap <table class="table"> */
.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    border: none !important;
}
