/* style.css */
body {
    background-color: #f9f9f9;
}

/* Style for judgement content */
.judgement-content {
    font-family: Verdana, Arial, sans-serif !important;
    font-size: 14.66px !important;
    color: #000;
    line-height: 1.42857143 !important;
}

.judgement-content p {
    text-align: justify;
    /* margin: 0 0 10px; */
    margin: 0 0 0px;
}
