﻿.widget {
    border-bottom: 1px solid #eee;
    padding: 0 0 10px 0;
    margin: 0 0 30px 0;
}
.widget h6 {
    background-color: #eee;
    padding: 8px 4px;
}
.widget table {
    width: 100%;
}
.widget table thead {
    border-bottom: 1px solid #ccc;
    margin-bottom: 4px;
}
.widget table thead td {
    padding-bottom: 4px;
    color: #999;
}
.widget table tbody td {
    padding: 8px 0 0 0;
}

table.padded td {
    padding: 4px!important;
}