#images_table table {
    /* width: 100%; */
}

#images_table table th {
    padding: 6px;
    padding-right: 12px;
    width: 40%;
    background: #efefef;
    border: 1px solid white;
    text-align: left;
}

#images_table table td {
    padding: 6px;
    border: 0px;
    border-bottom: 1px solid #efefef;
}

#images_table table tr.sub_info th {
    font-size: 0.9em;
}

#images_table table tr.sub_info td {
    font-size: 0.9em;
}