.matched {
  background-color: #ffff00;
}
.menu-vs-content-divider {
    border-left:solid 1px #EBEBEB;
}
.question {
/*    border-top:solid 1px #EBEBEB;*/
    font-size:1.5em;
    font-weight:bold;
    padding-top:1.5em;
    padding-left:15px;
}
.questioncollapsed > span {
    cursor: pointer;
}
.questioncollapsed > span:hover {
    text-decoration: underline;
}
.answer {
    padding-bottom: 2em;
    padding-top:1em;
    padding-left:15px;
}
.answerhidden {
    display: none;
}
