fieldset legend {
    background-color: #0084a9;
    color: #fff;
    width: 100% !important;
    margin-left: 0 !important;
    font-size: 1.25rem !important;
    font-weight: 300 !important;
    padding-left: 8px !important;
}

fieldset {
    padding: 0 !important;
    border: none !important;
}

.fieldset-wrapper {
    padding: 0.5em;
    border-right: 1px solid #acacac;
    border-left: 1px solid #acacac;
    border-bottom: 1px solid #acacac;
    margin-top: -10px;
}

label, p {
    font-size: 16px !important;
}

table tr th {
    background-color: transparent !important;
    border-style: none !important;
}

th.total {
    background-color:#0085a9 !important;
    color:#ffffff !important;
}

table tr ~ tr:last-child th:first-child {
    border-bottom-left-radius: 0 !important;
}

table {
    margin: 25px 0 10px !important;
}