/*背景衬托*/
body {
    background-color: #eeeeee;
}

.expand-bk-content {
    border: none;
    background: rgb(238, 238, 238);
    box-shadow: none;
}

#exampaper-header {
    background: rgb(255, 255, 255);
}

div.page-header {
    background: #fff;
    margin: 15px -15px 0 -15px;
    padding: 8px 20px;
    font-weight: bold;
    color: #29af62;
}

.page-content {
    background: #fff;
    /*background: #eee;*/
}
.page-content > form{
    padding: 15px;
}

.navbar {
    background: #ffffff;
    box-shadow: none;
    margin-bottom: 20px;
}

.question, #exampaper-header {
    box-shadow: 1px 2px 2px rgb(226, 226, 226);
    background: #fff;
}

.question {
    /*padding-bottom: 3px !important;*/
}

#exampaper-header {
    padding-bottom: 0px !important;
}

#question-switch{
    background: #fff;
}

#question-filter{
    background: #fff;
    padding: 20px 4px;
    margin-top: 0px;
}

#question-list, #field-list, #item-list{
    padding: 2px 3px;
    margin: 20px auto;
    background: #fff;
    overflow-x: scroll;
}

body > header + div + div > .container{
    min-height: 80vh !important;
}


@media (max-width: 767px){
    .content{
        margin-top: 0px !important;
    }
}

@media (max-width: 425px) and (orientation: portrait){
    .page-content{
        margin-top: 20px;
    }
}
