#content {
    padding: 2% 4%;
}

p {
    margin-bottom: 2em;
}

label {
    font-weight: bold;
    display: inline-block;
    min-width: 30%;
	float: left;
}




input {
    width: 200px;
}
.form-actions {
    text-align: right;
}

@media (max-width: 768px) {
    label {
        display: block;
        float: none;
    }
    input {
        display: block;
        width: 80%;
    }
.agreementText {
    border: 0;
    background-color: #DDDDDD;
    border-radius: 7px;
    padding: 10px;
    max-height: 300px;
    overflow: auto;
    font-family: monospace;
}
