.new_table {
    width: 100%;
}

.new_table tr {
    border-bottom: 1px dotted #000;
    width: 100%;
    display: block;

    &:last-child {
        border-bottom: none;
    }
}

.new_table td {
    font-size: 16px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    padding: 13px 10px 12px 0;
    text-align: left;

    & a {
        color: #000;
        text-decoration: none;
        font-size: 15px;
    }
}