.table-estimate {
    width: 100%;
    border-collapse: collapse;
}
.table-estimate th,
.table-estimate td {

    
}
.table-estimate thead th {
    background-color: #eee;
    padding: .6em 0;
    font-weight: normal;
}
.table-estimate tbody th,
.table-estimate tbody td {
    vertical-align: middle;
    padding: .8em 0.2em;
    word-wrap: normal;
    border-bottom: 1px solid #aaa;
}