/* =The style for the lab
-------------------------------------------------------------- */
hr {
    height:1px;
    border:none;
    background-color:rgb(220,220,220)
}

.answer {
    display:none;
}

h2.question {
    line-height:24px;
    font-size:18px;
    font-weight:700;
    color:rgb(125,125,125);
    padding-left:24px;
    cursor:pointer;
    background-image:url('../img/open.png');
    background-position:left;
    background-repeat:no-repeat;
}

h2.closer {
    background-image:url('../img/close.png');
}