body > div.container {
    padding-bottom: 50px;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.ui-autocomplete {
    padding: 0;
    list-style: none;
    background-color: #fff;
    width: 200px;
    border: 1px solid #0076b7;
    max-height: 350px;
    overflow-x: hidden;
}
.ui-autocomplete .ui-menu-item {
    border-top: 1px solid #0076b7;
    display: block;
    padding: 4px 6px;
    cursor: pointer;
}
.ui-autocomplete .ui-menu-item:first-child {
    border-top: none;
}
.ui-autocomplete .ui-menu-item.ui-state-focus {
    background-color: #0099d3;
    color: #fff;
}

.register-plan .card-pf-title {
    font-weight: 700;
    margin-bottom: 5px;
}
.register-plan .card-pf-title .pficon {
    display: block;
    font-size: 30px;
    margin-bottom: 15px;
}
.register-plan .card-pf-subtitle {
    font-size: 13px;
}
.register-plan .card-pf-footer {
    padding: 20px;
}
.register-plan .select_plan .btn {
    text-transform: uppercase;
}

nav.navbar-pf {
    background: #393F45;
    border: 0;
    border-radius: 0;
    border-top: 3px solid #cc0000;
    margin-bottom: 0;
    min-height: 0;
}

.x404, .x422, .x500 {
    background-color: #f5f5f5;
}

div.blank-slate-pf {
    border: initial;
}