.col-60 {
    width: 60%;
    height: 35px;

}
.col-50 {
    width: 50%;
    height: 35px;

}
.col-40 {
    width: 40%;
    height: 35px;
}
.col-30 {
    width: 30%;
    height: 35px;
}

.input_top_label {
    position: relative;
    float: left;
    border: 1px solid #999;
    margin: -1px;
}
.input_top_label label {
    position: absolute;
    font-size: 12px;
    top: 2px;
    left: 0;
    z-index: 2;
    margin-left: 5px;
}
.input_top_label input {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    padding-top: 15px;
    border: 0px solid black;
    margin-left: 0;
    font-weight: bold;
    text-align: center;
    background: transparent;
}
input[type="radio"] {
    position: relative;
    width: 15px;
    top: 15px;
    margin-left: 10px;
}
input[type="radio"]:checked {
    font-weight: bold;
    -webkit-appearance: none; /* Chrome, Safari, Opera */
    -moz-appearance: none;    /* Firefox */
    -ms-appearance: none;     /* not currently supported */
}

input[type="radio"] + label {
    position: relative;
    top: 8px;
    margin-right: 10px;
}
input[type="radio"]:checked + label:before {
    content: "✔ ";
    margin-right: 2px;
    font-size: 12px;
}

input[type="radio"]:checked + label {
    border-radius: 8px;
    color: white;
    background-color: black;
    padding: 0 4px;
    margin-left: -12px;
    margin-right: 4px;
    font-weight: initial;
}
#questions {
    width: 90%;
    margin: auto;
}

.bold {
    font-weight: bold;
}

.title-left, .title-right {
    width: 50%;
    float: left;
    margin-top: 40px;
}    

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
#logo {
    margin-top: 1em;
    padding-bottom: 1em;
    border-bottom: 1.5em solid black;
}
#logo img {
    display: block;
    margin: auto;
    max-width: 50%;
}

.title {
    font-weight: bold;
    text-align: center;
    margin-top: 30px;
}

#signature, #date {
    width: 48%;
    margin-right: 2%;
    float: left;
}
#signature input {
    width: 268px;
}

#date input {
    width: 300px
}