/*
    slideText CSS styles
*/

.question {
    cursor: pointer;
    margin-bottom: 5px;
    color: #000;
}

.question h3 {
    color: #000;
}

.question div {
    display: none;
    margin-left: 20px;
    color: #666;
}

.slideTextError {
    display: table;
    margin: 2px 0;
    border: 1px solid #f33;
    background-color: #fee;
}
.slideTextError div {
    display: table-cell;
    padding: 2px 6px;
    color: white;
    background-color: #f33;
    height: inherit;
}
.slideTextError span {
    display: table-cell;
    padding: 2px 4px;
    color: #f33;
}