.content table {
    border-top: 5px solid #BDAB79;
    color: #7E7E7E;
    display: table;
    margin-bottom: 40px;
    width: 100%;
}

.content table th {
    color: #5C1B6D;
    font-family: 'Bariol Bold';
    font-size: 14px;
    height: 40px;
}

.content table tbody tr {
    border-bottom: 1px solid #CBCBCB;
}

.content table tbody td {
    height: 30px;
}

.additional-fees td {
    padding: 5px 0px;
    vertical-align: top;
}

.additional-fees td.action {
    width: 25%;
}

.additional-fees td.description {
    padding: 10px !important;
    width: auto;
}

.additional-fees td.charges {
    width: 15%;
}
