﻿table.new_request tr {
    padding: 5px 0px;
}

table.new_request th {
    background-color: unset;
    color: #521f45;
    width: 150px;
    font-weight: bold;
    text-align: right;
    border-top: unset;
}

    table.new_request th.top_border {
        border-top: 1px solid #b4bfc3;
    }

table.new_request td {
    padding: 8px 8px;
    text-align: left;
    border-top: unset;
}

    table.new_request td.top_border {
        border-top: 1px solid #b4bfc3;
    }
