hr {
    border-top: 1px solid gray;
}

.bottom.buttons {
    border-top: 1px solid gray; 
    padding-top: 20px;
}

.bottom.button-back {
    float: left;
}

.bottom.button-next {
    text-align: right;
}

.overview-table-description {
    text-align: right;
    font-weight: bold;
    width: 20%;
}

td {
    font-size: 14px!important;
}

.error {
    color: red;
}

.pricetag {
    border: 1px solid rgb(104, 104, 104); 
    border-radius: 8px; 
    padding-left: 8px; 
    padding-right: 8px; 
    background-color: rgb(104, 104, 104); 
    color: white;
    margin-right: 8px;
    margin-left: 8px;
}

.radio {
    border: 1px solid rgb(148, 147, 147);
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.246);
}

.borderless {
    border: 0px;
}

#input_startnummer {
    font-size: 1.7em; 
    width: 100px;
}