/*
    Document   : print
    Created on : 2016-1-2, 15:47:46
    Author     : ChengSheng
    Description:
        Purpose of the stylesheet follows.
*/

body {
    color: #000;
    background: #fff;
    margin-left: auto;
    margin-right: auto;
}
#banner, #nav, #footer, .right_float_button, .popup_window {
    display:none;
}
.main_wrapper{
    float:  none;
    margin-top: 1cm;
    margin-bottom: 1cm;
}
#quiz_collection{
    text-align: center;
}
#quiz_collection a{
    display: none;
}
#quiz_collection .quiz_collection--current{
    background-color: #000;
    color: #000;
    border: none;
    font-size: 36px;
}
.quiz{
    page-break-inside:avoid;
    border-color: #000;
    margin-bottom: 0.5cm;
}
.quiz__answer{
    page-break-before:avoid;
}
.quiz__question{
    border-color: #000;
    page-break-after: avoid;
}
/*tasks.jsp*/
.statisticsDiv,#taskData{
    display: none;
}
.tasks{
    page-break-inside: avoid;
}
.tasks tbody tr,.tasks thead tr th{
    border-color: #000;
}
thead{
    page-break-after: avoid;
}
tbody{
    page-break-before: avoid;
}
/*detail.jsp*/
#details td{
    border: 1px #000 solid;
}
#details{
    border-collapse: collapse;
}
#details tr{
    page-break-inside: avoid;
}
#details thead {
    color: #000;
}