body {
    font-family: sans-serif;
    background: none transparent;
    margin: 0;
    font-size: 10pt;
}

* {
    box-sizing: border-box;
}

hr {
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: hsl(212, 62%, 20%);
}

#container {
    width: 900px;
    height: 600px;
    margin: auto;
}

#viewer {
    background-color: white;
    width: 600px;
    height: 600px;
    float: left;
    cursor: grab;
}

#info {
    background-color: hsl(212, 80%, 95%);
    padding: 0 10px;
    width: 300px;
    height: 600px;
    float: right;
}

.color-selector {
    display: inline-block;
    width: 140px;
    height: 40px;
    cursor: pointer;
    line-height: 40px;
    text-align: center;
    background-color: hsl(212, 31%, 90%);
    color: hsl(212, 31%, 40%);
}
    
.color-selector.selected {
    font-weight: bold;
    background-color: hsl(212, 62%, 80%);
    color: hsl(212, 62%, 20%);
}

.mejs__controls:not([style*="display: none"]) {
    background: hsl(212, 50%, 30%) !important;
}

#toggle-rotation {
    height: 30px;
    text-align: center;
    background-color: hsl(212, 31%, 90%);
    color: hsl(212, 31%, 40%);
    line-height: 30px;
    cursor: pointer;
}

#toggle-rotation:hover {
    background-color: hsl(212, 62%, 80%);
    color: hsl(212, 62%, 20%);
}
