html{
    display: flex;
    flex-flow: row nowrap;  
    justify-content: center;
    align-content: center;
    align-items: center;
    height:100%;
    margin: 0;
    padding: 0;
    background:#001620;
    color: #993300;
    font-family: monospace;
    height  : 100%;
    overflow: hidden;
}

body > div {
    margin: 0;
    flex: 0 1 auto;
    align-self: auto;
    width: 100%;
    max-width: 1020px;
    height: 100%;
    max-height: 650px;
    background:#1f1f1f;
}

#container {
    border: 10px solid #dd4327;
    border-radius: 10px;
    cursor: none;
    min-width: 1000px;
    min-height: 600px;
}

#container > canvas {
    width: 100%;
    height: 100%;
}

#loading {
    display: none;
}

#loading span {
    display: inline-block;
    padding-right: 150px;
}

#info {
    display: flex;
    justify-content: space-between;
}

a {
    color: #993300;
    font-size: 10pt;
}

#mr_speaker {
    position: absolute;
    bottom: 15px;
    right: 15px;
}
#mr_speaker img {
    width: 60px;
}

#fs {
    cursor: pointer;
}
