

/*large buttons fix on touch devices*/
@media screen and (max-width: 768px) {
    a.qbutton {
        padding: 7px !important;
        word-break: break-word;
        white-space: inherit;
        text-align: center !important;
        width: 100% !important;
        height: 100% !important;
    }
}

.qode-accordion-holder .qode-title-holder .qode-tab-title {
   height: auto!important;
}

.qode-accordion-holder .qode-accordion-content {
    margin-top: -30px!important;
    padding: 20px!important;
    background-color: #f9f9f9!important;
}