/*.container {*/
/*    margin-top: 50px;*/
/*    */

/*}*/

.structure{
    margin-bottom: 80px;
}
.table {
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.container p {
    font-size: 30px;
    text-align: center;
    padding-bottom: 30px;
    font-weight: bolder;
}

.table thead th {
    background-color: #f2f2f2;
    border-bottom: none;
    font-weight: bold;
    color: #333;
}

.table tbody th {
    background-color: #f2f2f2;
    border-bottom: none;
    font-weight: normal;
    color: #333;
}

.table tbody td {
    border-bottom: 1px solid #f2f2f2;
}

.table tbody tr:last-child td {
    border-bottom: none;
}