.list-table{
    width: 100%;
}
table{
    width: 100%;
    border-collapse: collapse;
}
th{
    padding: 20px 0;
    border-bottom: 1.5px solid #333;
    /* border-top: 1px solid #333; */
    background-color: #eee;
}
td{
    padding: 20px 0;
    text-align: center;
}
.table_t{
    text-align: left;
    padding: 0;
}
.table_t a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px 0;
}
tbody tr{
    border-bottom: 1px solid #ccc;
}
@media screen and (max-width:550px) {
    th{
        padding: 10px 5px;
    }
}