.main_table {
    width: 100%;
    border-collapse: collapse !important;
}

.main_table tr,
.main_table td {
    padding: 0;
    border: none;
}

img {
    vertical-align: top;
}

.table-results {
    border: 1px solid #864c14;
    border-collapse: collapse;
    margin-left: 10px;
}
.table-results thead th {
    border: 1px solid #864c14;
    padding: 10px;
    background-color: rgba(134, 76, 20, 0.2);
    text-align: center;
}
.table-results tbody td {
    padding: 10px;
    border: 1px solid #864c14;
}
.table-striped tbody tr:nth-child(even) {
    background-color: rgba(134, 76, 20, 0.1);
}

.info-box {
    margin: 1em 0;
    padding: 0.5em;
    border: 1px solid #864c14;
    border-radius: 4px;
    background: rgba(134, 76, 20, 0.2);
}

.info-box summary {
    cursor: pointer;
    font-weight: bold;
    padding: 0.3em;
    user-select: none;
}

.info-box[open] summary {
    margin-bottom: 0.8em;
}
