/*.feedback-row p {*/
    /*display: inline-block;*/
/*}*/

/*.feedback-row div {*/
    /*display: inline-block;*/
/*}*/


.debriefing-section {
    padding-top: 1rem;
    margin: 1rem;

    /*background-color: white;*/
}

.debriefing {
    margin: 0 auto;
}


.container1 h1 {
    text-align: center;
    margin-top: 50px;
}

.debriefing-section input, textarea  {
    width: 70%;
    padding: 10px;
    /*background-color: white;*/
}

.debriefing-section select {
    width: 70%;
    padding: 4px;
}

.debriefing-section label {
    display: block;
    padding-left: 15px;
    /*text-indent: -15px;*/
}

button[name="oprosButton"]{
    background-color: #000;
    color: #fff;
    padding: 10px 40px;
    margin-bottom: 50px;
    font-size: 16px;

}

input[type="checkbox"] {
    vertical-align: bottom;
    position: relative;
    top: -1px;
    *overflow: hidden;
    margin-right: 10px;
}

.section-header {
    font-weight: bold;
    font-size: 1.5rem;
}

.debriefing-section input[type="checkbox"] {
    width: auto;

}
.breakings {
    margin-right: 10px;
    display: inline-block;
    vertical-align: center;
}

.container1 {
    max-width: 800px;
}

.feedback-field {

  align-items: center;
}


.nameOfField {
    position: relative;
}

.nameOfField span {
    color: red;
    position: absolute;
    top: -2px;
    left: -1px;
}
