.tabbed_forms .tabs {
padding-bottom: 1rem;
margin-bottom: 1em;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.tabbed_forms .tabs .button:not(.active) {
background-color: rgba(0,0,0,0);
border: 2px solid #474953;
color: #474953;
}
.tabbed_forms .tabs .button:not(.active):hover {
background-color: #474953;
color: #ffffff;
}
.tabbed_forms .forms_container > :not(.active) {
display:none;
}
@media (max-width: 767.98px) {
.tabbed_forms .button {
text-align: center;
}
}