body {
    font-family: 'Questrial', sans-serif;
    margin: 0;
    border: 0;
    padding: 0;
}
canvas {
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    background: blue;
}
div#options {
    position: absolute;
    left: 0px;
    top: 0px;
    color: white;
}
div#options table {
    color: white;
    margin: 0;
    padding: 0;
    border: 0;
}
div#options tr, div.options td {
    color: white;
    margin: 0;
    padding: 0;
    border: 0;
    height: 20px !important;
}
div#options td.header {
    color: #FFFF00;
}

div#source {
    position: fixed;
    left: 0px;
    bottom: 0px;
    color: #808080;
}
a {
    text-decoration: none;
    color: #404040;
}

select {
    font-family: 'Questrial', sans-serif;
}
input[type=range], ::-moz-range-track, ::-ms-track {
    -webkit-appearance: none;
    background-color: #3f91e5;
    width: 250px;
    height:12px;
}
::-webkit-slider-thumb, ::-moz-range-thumb, ::-ms-thumb {
    -webkit-appearance: none;
    background-color: #666;
    width: 10px;
    height: 12px;
}
input:focus {
    outline: none;
}