.btn-wrap {
    overflow: hidden;
    padding-right: 40px;
}

.btn-wrap:after {
    right: 20px !important;
}

.margin-1{
    margin: 30px 10px;
}

.margin-2{
    margin: 25px 10px;
}

.padding-right-1{
    padding-right: 20px;
}

.margin-2 p{
    font-size: 14px !important;
}

.margin-2 select,
.margin-2 input[type="text"]{
    height: 30px;
    padding: 5px;
    margin: 0;
    border: 1px solid rgb(187 187 187);
    color: rgb(68 68 68);
    font-size: inherit;
}

.customFlashMessages ul.typo3-messages{
    list-style-type: none;
}

.customFlashMessages ul li{
    background: none;
    border: none;
}

.customFlashMessages ul li p{
    font-size: 16px;
    color: red;
}

.btn-more button{
    display: block;
    float: left;
    background-color: rgb(0 158 89);
    border-radius: 0;
    color: rgb(255 255 255);
    text-transform: uppercase;
    height: 2.4em;
    /* padding: 8px 20px; */
    position: relative;
    font-family: 'textaheavy', arial, sans-serif;
    z-index: 1;
}

.rowTitle, .subTitle{
    font-weight: bold;
}

.title{
    font-weight: bold;
    background-color: rgb(242 242 242);
    border-bottom: 1px solid rgb(153 153 153);
    margin: 9px 0px 6px 0px;
    padding: 3px 5px 3px 5px;
}

.printbutton{
    display: block;
    float: left;
    background-color: rgb(0 158 90);
    border-radius: 0;
    color: rgb(255 255 255);
    text-transform: uppercase;
    height: 38px;
    font-family: 'textaheavy',arial,sans-serif;
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid rgb(0 0 0 / 0%);
    padding: 6px 12px;
}