.commentoff-header{
    background-color: #000;
    padding: 20px;
    color: #fff;
}
.commentoff-header h1{
    color: #fff;
}
.commentoff-content .form-table th{
    width: 275px;
}
.commentoff-content{
    background-color: #fff;
    padding: 20px;
}
.commentoff-tips-block{
    position: relative;
}
.commentoff-tips-msg{
    position: absolute;
    left: 0;
    top: 20px;
    background: #ebebeb;
    padding: 10px;
    border-radius: 3px;
    font-weight: 400;
    font-size: 12px;
    width: 230px;
    z-index: 2;
    transform: translateX(-50%);
    display: none;
}
.commentoff-tips-block:hover .commentoff-tips-msg{
    display: inline-block;
}