body { 
    margin: 0px;
    padding: 0px;
    border: none;
    color: white;
    background: black;
    overflow: hidden;
}

h4 {
    margin: 0px;
    padding: 0px;
}

hr {
    border: none;
    border-bottom: thin solid grey;
    margin: 2px;
    padding: 0px;
}

#canvas {
    position: absolute;
    left: 0px;
    top: 0px;
    margin: 0px;
    padding: 0px;
}

#timeLine {
    position: absolute;
    left: 0px;
    bottom: 10px;
    text-align:center;
    width:100%;
}
#timeLine i {
    color: white;
}

#bodyChooser {
    position: absolute;
    left: 10px;
    top: 10px;
}

#console {
    position: absolute;
    bottom: 10px;
    right: 10px;
    border: thin solid grey;
    background: black;
    color: grey;
    //width: 314px;
    padding: 5px;
}

#log {
    border: thin solid grey;
    background: black;
    width: 300px;
    height: 9em; //200px;
    overflow: auto;
    padding: 5px;
    font-size: small;
}
@media (max-width: 500px) {
    #console {
        //display: none;
        font-size: 10px;
        right: 5px;
        bottom: 5px;
    }
    #console h4 {
        font-size: 12px;
    }
    #log {
        font-size: 8px;
        width: 150px;
        //height: 100px;
        height: 9em;
    }
}

#log > div {
    cursor: pointer;
}
#log > div:hover {
    text-decoration: underline;
}

#burnInfo {
    position: absolute;
    left: 10px;
    top: 10px;
    color: grey;
    padding: 5px;
}
#burnsList {
    border-top: thin solid grey;
    border-bottom: thin solid grey;
    padding-top:2px;
    padding-bottom:2px;
    width:300px;
}
#burnsList h4 {
    margin: 0px;
    margin-bottom: 5px;
}

#burnsList ul {
    margin: 0px;
    padding: 0px;
}
#burnsList li {
    list-style-type: none;
}
#burnsList input {
}
#burnsList a {
}

#zoom {
    position:absolute;
    top:10px;
    right:10px;
    padding:0px;
}
#zoom button{
    margin:5px;
}
#dateBlock {
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 10px;
    left: 0px;
    font-family: monospace;
}
@media (max-width: 500px) {
    #date {
        font-size: 12px;
        width: 50%;
        margin: 0 auto;
    }
}

#time_back, #time_forw {

}

#dateChooser {

}


.sideBox {
    position: absolute;
    top: -500px; //10px;
    right: 10px; //10px;
    border: thin solid grey;
    padding: 10px;
    background: black;
    text-align: center;
    width: 240px;
    font-size: small;
}
@media (max-width: 500px) {
    .sideBox {
        width: 80px;
        padding: 4px;
        font-size: 8px;
        right: 5px;
    }
    .sideBox h3 {
        font-size: 12px;
        margin: 0px;
    }
    .sideBox button {
        padding: 1px;
        font-size: 8px;
    }
}
.sideBox img {
    width: 100%;
}

@media (max-width: 500px) {
    #pic:hover {
        width: 97%;
        font-size: medium;
    }
}

#statusBlock {
    position: absolute;
    bottom: 10px;
    left: 10px;
    border: thin solid grey;
    padding: 10px;
    background: black;
    color: grey;
    width: 200px;
}
@media (max-width: 500px) {
    #statusBlock {
        font-size: 10px;
        width: 125px;
        bottom: 5px;
        left: 5px;
        padding: 2px;
    }
    #statusBlock h4 {
        font-size: 12px;
    }
}

#loadSave {
    position: absolute;
    top: 10px;
    left: 10px;
    color: black;
}

#exportBox {
    color: grey;

    margin-top:1em;

    border: thin solid grey;
    display: none;
    overflow: auto;

    height: 200px;
    width: 300px;
    font-size: small;
}

#publishBox {
    padding:1em;
    display: none;
}
#publishBox canvas {
    border: thin solid grey;
    background: black;
}
#permalink {
    display:none;
    margin-top: 1em;
}

#settings {
    position:relative;
    top: 1em;
    display: none;
    //width: 600px;
}

#loadList {
    column: 2;
}