.verticalText {
    writing-mode: vertical-lr;
    text-orientation: mixed;
    transform: rotate(180deg);
    text-align: center;    
    /*border-top: 1px solid black;*/
    border-bottom: 1px solid black;
}

.small-table {
    tr {
        border-bottom: 1px solid grey;
    }
}

.titlePage {
    display: none;
}

.ownColumns {
    margin-top: 0.5em;
    display: grid;
    grid-template-columns: 2fr 1fr;
}

.firstColumn {
    grid-column-start: 1;
}

.secondColumn {
    grid-column-start: 2;
}

.samePage {
    margin-bottom: 4em;
}