.outer_box {
    background-color: rgb(240, 240, 240);
    border: 1px solid rgb(170, 170, 170);
    padding: 0;
    margin-top: 2em;
    box-shadow: 0px 0px 5px rgb(200, 200, 200);
}

.box_title {
    width: 100%;
    background-color: white;
    font-weight: bold;
    padding: 0.7em 1.2em;
    border-bottom: 1px solid rgb(170, 170, 170);
}

.box_content {
    padding: 0.7em;
}

.box_info {
    font-size: 90%;
    padding: 1.0em;
    background-color: white;
    color: rgb(90, 90, 90);
    border-top: 1px solid rgb(170, 170, 170);
    font-family: monospace;
}

td.row_description {
    width: 150px;
}

input.coordinate {
    width: 100px;
    margin-right: 0.5em;
}

#progress_container {
    width: 90%;
    border: 1px solid grey;
}

#progress_bar {
    background-color: #4f81f1;
    height: 24px;
    width: 0%;
}

input[type="file"] {
    display: none;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

input.btn-final {
    margin-top: 1em;
}

.subhead {
    font-weight: bold;
    font-style: italic;
    margin: 1em 0em 0em 0em;
}

.result_subhead {
    font-weight: bold;
    margin: 1em 0em 0.5em 0em;
}

table.structure {
    margin-bottom: 2em;
}
table.structure th {
    font-size: 90%;
}

#sublattices {
    margin-top: 0.5em;
}
input.sublattice_concentration {
    width: 100px;
    margin-right: 1.5em;
    margin-left: 0.3em;
}

#target_number_of_atoms {
    width: 80px;
    margin-top: 0.5em;
}

.chemical_symbol {
    width: 2em;
}

#file-selected {
    margin-left: 0.8em;
}

table.sqs_result_table {
    width: 480px;
    background-color: white;
    border: 1px solid rgb(150, 150, 150);
    border-collapse: collapse;
    margin-bottom: 0.5em;
    font-size: 80%;
}

table.sqs_result_table td {
    padding: 0em 0.5em;
}

table.sqs_result_table th {
    padding: 0em 0.5em;
    font-weight: bold;
}