.cf7b-content {
display: block;
}
.cf7b-hidden {
display: none!important;
}
.cf7b-page {
display: flex;
}
.cf7b-section {
display: block;
padding: 0 10px;
width: 100%;
}
.cf7b-section .cf7b-col{
display:flex;
padding: 5px;
}
.cf7b-row {
margin: 0 5px 10px 5px;;
width: 100%;
}
.cf7b-row p {
margin-bottom: 0;
}
.cf7b-pagination-row {
display: flex;
justify-content: space-between;
}
.cf7b-prev {
flex: inherit;
cursor: pointer;
}
.cf7b-next {
flex: inherit;
cursor: pointer;
}
.cf7b-required:after {
content: " *";
}