.drg-element-type-demographic {
    display: inline-block;
    height: 80px;
    margin: 0 15px 35px 5px;
    max-width: 450px;
    width: 100%;
}

select#id4, select#id3, input#id5 {
    border-radius: 6px;
    margin: 0;
    padding: 20px 5px;
    width: 100%;
    font-family: inherit;
    color: initial;
    border: 1px solid #d3e0e9;
}

.drg-element-type-demographic .questionlabel {
    font-size: 28px;
}

@media only screen and (max-width: 959px) {
    .drg-element-type-demographic {
        max-width: 354px;
    }
}

@media only screen and (max-width: 479px) {
    .drg-element-type-demographic {
        max-width: 280px;
    }
}
