.product_ask_question{
    width: 45%;
}
.product_ask_question .fieldset > .legend {
    font-weight: 300;
    line-height: 1.2;
    font-size: 1.8rem;
    border-bottom: 1px solid #c5c5c5;
}
.product_ask_question .fieldset {
    margin: 0;
    padding: 0;
}
.product_ask_question .fieldset > .field label{
    padding: 15px 0 6px;
}
.productaskquestion-index-index table td.unseen {
    background-color: #CAE7FF;
    border-bottom: 1px solid #9E9E9E;
}
.productaskquestion-index-index table td.seen {
    background-color: #c4ffc5;
    border-bottom: 1px solid #9E9E9E;
}
.product_ask_question .fieldset{
    margin-bottom: 20px;
}
.product_ask_question .actions-toolbar {
    margin-top: 20px;
}