table.ltf-termine {
    margin-top: 50px;
    width:100%;
    border: 1px solid lightgrey;
    border-radius: 5px;
    border-collapse: collapse;
}

table.ltf-termine tr {
    color: #444444;
}

table.ltf-termine tr.gone {
    background-color: #ffe8e8;
} 

table.ltf-termine tr.today {
    font-weight: bold;
    border: 3px solid #44dd44;
    background-color: #e8ffe8;
    text-shadow: 0px 0px 4px #aaffaa;
    color: #666666;
} 

table.ltf-termine tr.current {
    background-color: #ffffe8;
} 

table.ltf-termine tr.future {
    background-color: #e8eeff;
} 

table.ltf-termine tr td {
    border: 1px solid lightgrey;
    padding: 10px 15px;
}

table.ltf-termine tr th {
    background: #eeeeee;
    padding: 10px 15px;
}
