/*---- pipoPRO Buchungen Table CSS ----*/
table.buchungen {
    border: 0;
    width: 100%;
    border-collapse: collapse;
}

table.buchungen img {
    height: 20px;
    position: relative;
    top: 2px;
}

table td.singlebuch {
    padding-left: 10px;
    border-bottom: 1px solid #ddd;
    padding: 5px 0 7px 10px;
}

table td.newbuch {
    padding-left: 10px;
    border-bottom: 3px solid #2a5f7d;
    padding: 5px 0 7px 10px;
}

.buch-header {
    color: #2a5f7d;
    /*font-size: 1.1em;*/
    font-weight: 700;
}
.buch-typ {
    color: #929292;
    margin-top: 3px;
}
br.table-line {
    line-height: 22px;
}

.buchungen tr:hover {
          background-color: #eee;
        }
