/* Enter Your Custom CSS Here */

.element-01 table.fancy-table {
    margin:auto;
    border-collapse:collapse;
    width:100%;
}
.element-01 table.fancy-table tr:first-child th:first-child,
.element-01 table.fancy-table td:first-child {
    text-align:left
}
.element-01 table.fancy-table th {
    padding:10px;
    padding-top:0;
    vertical-align:bottom
}
.element-01 table.fancy-table tr:last-of-type th {
    font-weight:normal;
}
.element-01 table.fancy-table tbody tr:first-child td {
    border-top:2px solid #ddd
}
.element-01 table.fancy-table td {
    border-bottom:1px solid #eee;
    padding:10px
}