.style-protein {
    position: relative;
    height: 600px;
    width: 750px;
}
.section {
    width: 100%;
    text-align: center;
    padding: 30px;
}
.container {
    display: inline-block;
    text-align: center;
    width: auto;
    height: auto;
    min-width: 600px;
    min-height: 600px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 4px 3px 8px 1px #c2c2c2;
    -webkit-box-shadow: 4px 3px 8px 1px #c2c2c2;
    padding: 0;
    overflow: hidden;
}
.container .viewer_3Dmoljs {
    display: inline-block;
}
#sidebar {
    height: 100%;
    width: 320px;
    padding: 60px 30px 30px 30px;
    text-align: end;
    background-image: linear-gradient(to right, #04488a, #033d75);
    position: fixed;
    top: 0; left: 0;
    z-index: 2;
}
#dashboard {
    height: 100%;
    width: 100%;
    padding-left: 320px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: white;
    position: fixed;
    top: 0; left: 0;
    z-index: 1;
    text-align: center;
    overflow-y: scroll;
}
.title {
    width: 100%;
    text-align: center;
    padding: 15px;
}
#dashboard .title h5 {
    color: white;
    font-size: 28px;
    font-weight: bold;
}
#library {
    width: 100%;
}
#library table {
    width: 100%;
    background-color: white;
}
#table-title {
    background-color: #c2c2c2;
    color: #141414;
    text-align: center;
    padding: 15px;
    font-weight: bold;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
#pdb-ids {
    width: 100%;
    height: 300px;
    overflow: hidden;
    overflow-y: scroll;
}
#library td:hover {
    background-color: #ebebeb;
    cursor: pointer;
}
.compare {
    width: auto;
    min-width: 600px;
    float: left;
}
.opt {
    display: inline-block;
}
.top {
    background-image: linear-gradient(#04488a, #033d75);
    color: whitesmoke;
}
.top h5 {
    font-size: 24px;
}
.pdb {
    text-align: center;
}
.search {
    cursor: pointer;
}
.search:hover {
    background-color: #d6d6d6;
}
.info {
    color: white;
    text-align: center;
}
.pdb-error {
    color: #d14d4d;
    text-align: center;
    display: inline;
    margin-bottom: 0;
}
.indv-search {
    height: 32px;
    width: 100%;
    max-width: 250px;
    display: inline-block;
    padding: 0;
}
.pdb-file-nm {
    display: inline;
    color: #adadad;
}
.controls {
    background-color: #c2c2c2;
}
.control-row {
    width: 100%;
    padding: 5px;
}
.pdb-details {
    width: auto;
    height: auto;
    max-height: 300px;
    max-width: 500px;
    display: inline-block;
    text-align: start;
    vertical-align: top;
    padding: 30px;
}
.hetatm-box {
    width: 80px;
    display: inline-block;
}
.form-select-sm {
    width: 75px;
    display: inline-block;
}
#sidebar-btn {
    margin-top: -60px;
}
.container-info {
    max-width: 680px;
}
.container-info p {
    margin: 0;
    font-size: 14px;
}