/* - JMOL STYLING - */
div[id *= 'jmolApplet'][id *= '_appletinfotablediv'] {
    cursor: pointer;
    max-width: 100%;
    float: left;
    margin-right: 2em;
}

.clearfix::after {
    clear: both;
    content: "";
    display: block;
}

div.jmol-controls {
    width: 100%;
}

@media screen and (max-width: 48em) {
    div[id *= 'jmolApplet'][id *= '_appletinfotablediv'] {
        float: none;
    }

    div.jmol-controls {
        margin: 1em 0;
    }
}

@media screen and (min-width: 48em) and (max-width: 79.9em) {
    table.crystal-table {
        margin: 1em 0;
    }
}

div.jmol-controls span input {
    background-color: #008CBA;
    border: none;
    color: white;
    display: inline-block;
    font-size: 16px;
    margin: 5px 5px 0 0;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
}

div.jmol-controls span input[type="button"] {
    overflow: visible;
    min-width: 100px;
    max-width: 200px;
    -ms-word-wrap: break-word;
        word-wrap: break-word;
    -ms-word-break: normal;
        word-break: normal;
}

div.jmol-controls span input[type="button"].disabled {
    background-color: grey;
    opacity: 0.5;
}

div.jmol-controls span[id *= '_jmolCheckbox'] {
    display: block;
}

div.jmol-controls span input:hover {
    cursor: pointer;
}

div.jmol-controls fieldset {
    border: 1px solid #ddd;
    padding: 0 10px 10px 20px;
    margin-top: 15px;
}

#magnon-jmol {
    border: 1px solid #ddd;
    padding: 0 10px 10px 20px;
    margin-top: 15px;
}

#jmol-controls-magnon span{
    display: block
}

div[id *= 'jmolApplet1'][id *= '_appletinfotablediv'] {
    float: none
}

div.jmol-controls > fieldset:first-child {
    margin-top: 0px;
}

.disabled {
    pointer-events: none;
    opacity: 0.4;
}

div.jmol-controls .button-group {
    display: inline;
}
