.wpcf7-form label {
    font-weight: 700;
    font-size: 0.92em;
}
.checkbox-row, .radio-row {
	display: block;
}

.checkbox-row:after, .checkbox-row:before,
.radio-row:after, .radio-row:before {
    display: table;
    content: " ";
}
.checkbox-row:after,
.radio-row:after {
    clear: both;
}
.checkbox-col,
.radio-col {
	float: left;
	margin-right: 15px;
}

.checkbox-col input,
.radio-col input{
	margin-right: 4px;
    position: relative;
    top: 2px;
}

.checkbox-col label,
.radio-col label,
.cf7-calculated-name{
	cursor: pointer;
    font-weight: normal;
    font-size: 13px;
    color: #444;
}