.table-list {
    border-collapse: collapse;
}

.table-list img {
    margin-left: 10px;
}

/*
tbody > tr:nth-child(even){
    background-color:white;
}
tbody > tr:nth-child(odd){
    background:url('/media/images/right.jpg');
}
*/
.table-list tr {
    border: 1px solid gray;
}

.table-list tr tr {
    border: none;
}

table.table-list thead tr {
    background: url('/static/images/headers.png');
    color: white;
}

.table-list td {
    padding: 7px;
    vertical-align: top;
}

.table-list table table {
    border-bottom: 1px inset lightgrey;
}

.table-list th {
    background: url('/static/images/headers.png');
    text-align: left;
    padding: 7px;
    border-right: 1px inset white;
    color: white;
    font-size: 1rem !important;
}

.table-list ul {
    list-style: none;
}

.table-list .folder {
    width: 100px;
}
.table-list .name {
    width: 300px;
}
.table-list .docket {
    width: 150px;
}
.table-list .phone {
    width: 120px;
}
.table-list .address {
    width: 120px;
}

.table .phone-label {
    width: 40px;
}
