/* eqf8_builder.css */
h2 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 24px;
}

.data-in {
    /* display: flex; */
    align-items: center;
    justify-content: space-between;
}
#questionTypes {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
#questions, textarea {
    margin-top: 10px;
}

