#content.revocation {
    padding-left: 20px;
    padding-right: 20px;
}

#content.revocation h1 {
    margin-top: 5px;
    margin-bottom: 25px;
}

#content.revocation .checkoutCollumns {
    padding-left: 0;
    padding-right: 20px;
}

#content.revocation .form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

#content.revocation .col-lg-10 {
    width: 70%;
}

#content.revocation .col-lg-offset-2 {
    margin-left: 30%;
}

@media (max-width: 1199px) {
    #content.revocation .col-lg-offset-2 {
        margin-left: 0;
    }
}


#content.revocation .o3-rev-btn-col {
    box-sizing: border-box;
}

@media (min-width: 1200px) {
    #content.revocation .o3-rev-btn-col {
        margin-left: 30%;
        width: 70%;
        float: left;
    }
}

#content.revocation .btn-primary,
#content.revocation .btn-primary:hover,
#content.revocation .btn-primary:focus,
#content.revocation .btn-primary:active {
    background: #75539d;
    border: 0 none;
    border-radius: 5px;
    padding: 8px 20px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    width: auto;
    margin-bottom: 20px;
}

#content.revocation .o3-revocation-receipt p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
}

#content.revocation .o3-revocation-receipt {
    padding-bottom: 20px;
    margin-bottom: 40px;
}
