#qa-dataset textarea.question {
    width: 520px;
    height: 350px;
}

#qa-dataset .answer {
    width: 520px;
    height: 200px;
    border: 1px black solid;
    padding: 2px;
}

#qa-dataset .sources {
    width: 520px;
    height: 170px;
    border: 1px black solid;
    padding: 2px;
}

#qa-dataset .sources a {
    color: royalblue;
}

#qa-dataset .hyde {
    cursor: pointer;
    margin-right: 10px;
}
