.field{
    margin: 10px;
    padding: 10px;
    font-size: 1.3em;
}
.field-header{
    font-size: 1.4em;
    font-weight: bold;
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 5px;
}
.field-header > img{
    margin: 0px 10px;
}
.field-header > span.question-title{
    color: #0084e9;
}
.fieldset-chitiet{
    border: 1px solid #d5d5d5;
    padding: 10px;
    margin-bottom: 15px;
}
.fieldset-chitiet > legend{
    font-size: 1.2em;
    font-weight: bold;
}
.other-links ul li{
    margin: 5px 0px 5px 10px;
}