/* here is the custom css */
.table td, .table th {

    padding: .5rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    font-size: 14px;

}

.thumb-image{position:relative;width:80px;height:80px;}
.thumb-image img{position:absolute;border-radius:10px;width:100%;height:100%;}
.thumb-image a{position:absolute;display:block;background:rgba(0,0,0,0.5);text-align:center;padding:3px;font-size:12px;bottom:0;width:100%;border-radius:0 0 10px 10px;color:#fff;}