.textContainer {
    border: 1px solid #ddd;
    padding: 15px;
    line-height: 120%;
    text-align: left;
    height: 250px;
    width: 100%;
    margin-top: 30px;
    font-size: 12px;
    overflow-y: scroll;
    overflow-x: hidden;
}

#license {
    margin-top: 50px;
}

#agreementText {
    margin-top: 1px;
    font-weight: bold;
}

#agreementText, #marketingAgreed, #licenseAgreed {
    float: left;
    display: inline;
}