.comment_flag{font-size: 12px;text-align: right;line-height: 20px;padding: 0 0 0 10px;cursor: pointer;margin-left: 5px;}
.fc-checkbox{margin: 10px 25px;}
.fc-email-form .fc-checkbox label{font-size: 14px;cursor:pointer;}
.fc-checkbox tr td:first-child{width:30px;}
.fc-checkbox tr td, .fc-checkbox table {border: 0;padding: 0;}
.fc-email {position: fixed;height: 100%;width: 100%;left: 0;top: 0;background-color: rgba(0, 0, 0, 0.73);z-index: 999999;}
.fc-popup{display: none;}
.fc-email-form {position: fixed;width: 400px;background-color: rgb(255, 255, 255);margin: auto;padding: 5px;top: 60px;left: calc(50% - 200px);z-index: 9999999;}
.fc-email-form .fc-author {margin: 10px;display: inline-block;font-size:18px;}
.fc-close {cursor: pointer;position: absolute;font-size: 23px;right: 15px;top: 10px;}
.fc-subj {width: 90% !important;margin: 10px 26px;}
.fc-email-form .fc-message-area {width: 90%;margin: 20px auto 10px auto;padding:10px;min-height: 30px;max-height: 130px;display:block;}
.fc_msg{margin: 10px auto;font-size: 16px;display: block;text-align: center;}
.fc_error_msg{color: red;}
.fc_success_msg{color: forestgreen;}
.fc-send {margin: 15px auto;border: #ddd 1px solid;font-size: 13px;line-height: 16px;padding: 8px 15px 6px;clear: both;display: block;float: none;}
.trans-error-dialog{background-color: #fce8e8 !important;border: 1px solid #f2d3d2;border-radius: 3px;box-sizing: border-box;color: #ce4a66;font-size: 14px;margin: 5px 0;padding: 5px 10px;text-align: center;width: 100%;}
#wpcomm div.wpd-field-desc span {width: 300px;}
#wpcomm div:hover.wpd-field-desc span{left: -220%;}
@media only screen and (max-width: 480px) {
    .fc-email-form{
        width: 300px;
        left: calc(50% - 150px);
    }
}