@charset;

/*question list*/

.question-list {
    padding: 30px 0 0 0;
}

.question-details {
    width: 100%;
    padding: 0 0 10px 10px;
    text-align: left;
}

.panel {
    border: none;
    box-shadow:none;
}

.panel-heading {
    color: #333!important;
    border: none;
    border-radius: 3px!important;
    background-color: #efefef!important;
}

.panel-heading > h4 {
    font-size: 19px;
    font-weight: 800;
}

.panel-body-mine {
    color: #333!important;
    line-height: 33px;
    letter-spacing: 2px;
}

.subtitle {
    color: #333!important;
}

.btn-default-question {
    color: #fb8787;
    border: 1px solid #fb8787;
    background-color: #fff;
}

.btn-default-question:hover {
    color: #fff;
    border: 1px solid #fb8787;
    background-color: #fb8787;
}

/*.delay-question-first {
    animation-delay: .5s;
    -webkit-animation-delay: .5s;
}

.delay-question-second-title {
    animation-delay: .7s;
    -webkit-animation-delay: .7s;
}

.delay-question-second {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}*/

