@import 'material-icons/iconfont/material-icons.css';

#mol-container {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background-color: white;
}

#mol-canvas {
    height: 50vh;
    background-color: white;
}

#mol-label {
    height: 3em;
    background-color: white;
}

#mol-controls {
    height: 2em;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    background-color: white;
}

.control_icon {
    padding-left: 05em;
}

.theme-selection {
    display: none;
}