#commentModal{

}

#commentModal .form-group{
    margin: 0;
}

#commentModal textarea{
    /*width: 100%;*/
    resize: none;
    height: 10em;
/*    padding: 5px;*/
}


.finalise-enabled.finalised #commentModal button[data-clear] {
    display:none;
}

.finalise-enabled.finalised #commentModal button.btn-primary {
    display:none;
}
