body {
}

.collapsible {
    /*background-color: #777;*/
    color: gray;
    cursor: pointer;
    padding: 10px 0px 10px 0px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 12px;
}

.rowcontent {
    padding: 0 10px;
    display: none;
    overflow: hidden;
    background-color: #f1f1f1;
}

.collapsible:after {
    content: '\002B';
    color: gray;
    font-weight: bold;
    float: right;
    margin-top: -0px;
}

div.active:after {
    content: "\2212";
}

.rightBorder {
    border: 0.5px solid lightgray;
    float: inline-start;
    padding: 0px 15px 0px 0px;
}

.bottomBorder {
    border-bottom: 0.5px solid lightgray;
    float: inline-start;
    padding-bottom: 10px;
    margin-bottom: -10px;
}

.tledger {
    height: 30px;
    padding: 4px 0px 4px 10px;
}

.rowTop {
    border-top: 0.5px solid lightgray;
    float: inherit;
    padding: 2px;
    margin: 0.5px;
}

.contentPadding {
    padding: 10px;
}
