#right_column #cf_form table {
border-top: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom: none;
}
#right_column #cf_form table td, #right_column #cf_form table th {
padding: .7em .6em;
border-left: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
#right_column #cf_form table th {
width: 35% !important;
}
#right_column #cf_form table td.head {
background-color: #f5f5f5;
color: #4c4c4c;
font-weight: bold;
padding: 1.7em 0.6em;
}
#right_column #cf_form table td.cate {
padding-top: 1.5em;
}
#right_column #cf_form table td span.req {
display: inline-block;
font-size: 13px;
background: #ffffff;
font-weight: bold;
vertical-align: middle;
margin: 0 2px 0 7px;
color: #f44336;
border: 1px solid #f44336;
padding: 1px 5px;
display: inline-block;
}
#right_column #cf_form table td p {
margin-top: 0;
margin-bottom: 0.4em;
font-size: 0.9em;
font-weight: bold;
}
#cf_form input[type=radio].radio_1::before {
content: "\A";
white-space: pre;
}
#cf_form input[type=radio] {display: block;}
#cf_form label[for=radio_1_1], #cf_form label[for=radio_1_2], #cf_form label[for=radio_1_4] {
position: relative;
top: -16px;
left: 24px;
padding-right: 20px;
margin-bottom: -10px;
display: flex;
}
#cf_form input[type=text], #cf_form textarea {
    display: block;
    width: 98%;
    padding-right: 6x;
    padding-left: 6px;
    font-size: .894rem;
    border: 1px solid #95a5a6;
    line-height: 1.6;
}
#right_column *[data-role="button"] {
min-width: 110px;
transition: .2s ease-in-out;
border-radius: 4px;
padding: .7rem 2rem;
}
#right_column .btn_conf {
border: 1px solid #4c4c4c;
background: linear-gradient(to bottom, #666666 1%, #595959 52%, #4c4c4c 100%);
color: #fff;
}
#right_column .btn_conf:hover {
background: #4c4c4c;
/* Old browsers */
background: -webkit-linear-gradient(top, #4c4c4c 1%, #595959 52%, #666666 100%);
/* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #4c4c4c 1%, #595959 52%, #666666 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#666666',GradientType=0 );
/* IE6-9 */
}
.comment {
color: #d36015;
font-size: 0.86em;
margin-top: 5px;
}
.alert {
    padding-right: 13px;
    padding-left: 13px;
    font: inherit;
    font-weight: inherit;
}
.alert.alert-danger {
    color: #ad6b58;
    font-weight: bold;
    background-color: #fdf4f1;
    border: 1px solid #f7cfc4;
}