.blaupage .tbg table tr {
    border-bottom: 1px solid #dadada;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
}
.blaupage .tbg table tr.error_dataset {
    background-color: rgba(255, 0, 0, .1);
}
.blaupage .tbg table tr:first-child {
    border-top: 1px solid #dadada;
}
.blaupage .tbg table tr:nth-child(even) {
    background: #f8f9fb;
}
.blaupage .tbg table tr:nth-child(even).error_dataset {
    background-color: rgba(255, 0, 0, .15);
}
.blaupage .tbg table tr.error_dataset .error_msg {
    color: #ff0000;
    font-weight: bold;
    font-size: 12px;
}
.blaupage .tbg table td .gesellschaft_title {
    font-weight: bold;
    font-size: 12px;
    color: #666;
    padding-top: 5px;
}
.blaupage .tbg table td .deckungs_area {
    font-weight: normal;
    font-size: 12px;
    color: #666;
}
.blaupage .tbg table td:nth-child(4) .zahlweise{
    padding-bottom: 12px;
    font-size: 12px;
    color: #666;
    font-weight: normal;
}
.blaupage .tbg table td.head.tarif {
    min-width: 200px;
    color: #666;
    text-align: center;
}
.blaupage .tbg table td.head.leistungsumfang {
    width: auto;
    min-width: 250px;
    padding-left: 0;
    color: #666;
    text-align: center;
}

