/* Hier können Sie bei Bedarf Ihre eigenen CSS-Definitionen einfügen. */
.list table{
    border-collapse: collapse;
    width:100%;
    margin-left: auto;
    margin-right: auto;
}

.list td, th {
    border-bottom: 1px dotted #cccccc;
    border-top: 1px dotted #cccccc;
    border-right: none;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}