.list {
    width: 100%;
    border-collapse: collapse;
}

.list td,.list th {
    padding: 3px;
    border: 1px dotted #000000;
}

.list th {
    background-color: #adadad;
}

