.cdt-option {
    border: 1px solid #ccc;
    border-radius: 15px;
    padding: 15px;
    width: 100%;
    margin-bottom: 1em;
}

.cdt-container {
    padding-right: 10px;
    margin-right: 100px;
}

.cdt-container .help-block{
  color: #999;
  text-align: justify;
}

.cdt-option-header {
    font-size: 1.2em;
    margin-bottom: 5px;
}

.cdt-option-button {
    float: right;
}

.cdt-question {
    font-size: 1.4em;
    margin-left: 10px;
}

.submission-state-header.danger{
    background-color: #b11b00;
    color:#fdfdfd;
    font-weight: 700;

}

.submission-state-header.success{
    background-color: #095c1f;
    color: #fdfdfd;
    font-weight: 700;
}

