/* Reset `button` and button-style `input` default styles */
    
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    border-radius: inherit;
    background: none;
    border: 0;
    color: inherit;
    cursor: pointer;
    font: inherit;
    line-height: normal;
    overflow: visible;
    padding: 0;
    -webkit-appearance: button; /* for input */
    -webkit-user-select: none; /* for button */
       -moz-user-select: none;
        -ms-user-select: none;
}

input[type="text"] {
border-radius: inherit;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/* Own styles for forms */



#feedback_1 > div, #feedback_21 > div, #feedback_22 > div, #feedback_23 > div {
    display: flex;
    max-width: 900px;
    margin: 0 auto;
}

#submit_20 {max-width: 250px;}
#submit_25 {max-width: 250px;}

 .quickform form {
    margin: 0;
    padding: 0;
	margin-top:5px;
}
.quickform fieldset {
	float:left;
    border: #fff;
    margin: 0.2em 0 0 0;
    padding: 0.5em;
	width:400px;
}
.quickform fieldset legend {
    white-space: nowrap;
    font-weight: bold;
    background-color: #CCCCCC;
    padding: 0.1em 0.5em;
    display: block;
    margin: 0;
}
.quickform label {
    margin: 0 0 0 0.5em;
}
.quickform p.label {
    float: left;
    width: 25%;
    padding: 0;
    margin: 0.7em 0 0 19px;
    text-align: right;
    display: none;
}
.quickform input, .quickform textarea, .quickform select {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    font-size: 100%;
    font-family: inherit;
    border: 0;
    outline: 1px solid #ccc;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    background-color: #ffb341;
    font-size: 20px;
    font-family: 'Open Sans Condensed';
    color: #3f4040;
    line-height: 22px;
    outline: 1px solid #ffb341;
} 
.quickform textarea {
    overflow: auto;
}
.quickform br {
    clear: left;
}
.quickform div.row {
    padding: 0;
    margin: 0;
    clear: both;
    flex: 1 1 100px;
}
.quickform div.element {
    margin: 22px 0.5em 10px 0.5em;
    padding: 0;
}
.quickform div.reqnote {
    clear: both;
    font-size: 80%;
    margin: 0.5em 0 0 1em;
}

.quickform div.errors {
	color:red;
	font-size:10px;
	margin-bottom:20px;
}
.quickform span.required, .quickform div.reqnote em {
    color: red;
}
.quickform span.error
{
    color: #ff6541;
}
.quickform div.error {
margin-top: 0;
}
.quickform div.error input, .quickform div.error textarea {
    background: #ffd2c8;
    outline: 1px solid #ff6541;   
}
.quickform .repeatPrototype {
    display: none;
}

@media(max-width: 750px) {
    #feedback_1 > div {flex-direction: column;}
    .quickform div.row {flex-basis: auto;} 
}