.easc-pro-container textarea{
    width:100%; height:200px; margin-bottom:10px;
}
#easc-results{
    width:100%; border-collapse:collapse;
}
#easc-results th, #easc-results td{
    border:1px solid #ccc; padding:5px; text-align:center;
}
#easc-results tbody tr td:nth-child(2){
    font-weight:bold; color:green;
}
#easc-results tbody tr td:nth-child(3){
    font-weight:bold; color:red;
}