#flp_ext_set {
    padding-top: 1.3em;
}
#flp_ext_set .checklist {
    max-height: 30em;
    max-width: none;
    display: inline-block;
}
#flp_ext_set .check-category {
    float:left;
    margin: 2px .5em 0 0;
}
#flp_ext_set .check-category + fieldset {
    margin-bottom: 7px;
}
#flp_ext_set .check-category + fieldset span {
    max-width:none;
}
#flp_ext_set .checklist-item label {
    padding-left: 1.5em;
    max-width:none;
}


#first-login-notifier {
    height: auto;
    position: relative;
}
#first-login-notifier p {
    text-align: center;
}

#first-login-notifier .buttons {
    text-align: center;
    margin-top: 15px;
}
#first-login-notifier .buttons a {
    /*display: inline-block;*/
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    padding: 25px 0 0;
    width: 48%;
}
#first-login-notifier .buttons a:first-child {
    margin-right: 30px;
}