#user-preferences {
    color: #fff;
}

#user-preferences p {
    margin: 10px 0 20px 0;
}

#user-preferences fieldset ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#user-preferences fieldset li * {
    vertical-align: middle;
}

#user-preferences fieldset label {
    padding: 2px 0 2px 20px;
    position: relative;
    display: block;
}

#user-preferences label {
    margin: 0 0 1em 0;
}

#user-preferences fieldset input {
    left: 0;
    top: 3px;
    position: absolute;
}

#user-preferences fieldset fieldset {
    border: 0;
    float: left;
    line-height: 1.2;
    margin: 0 20px 0 0;
    padding: 0;
    width: 150px;
}

#user-preferences .custom-units fieldset {
    min-height: 130px;
}

#user-preferences fieldset li:first-child {
    border-bottom: 1px solid #666;
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
}

#user-preferences .prefs-panel {
    background: #444;
    padding: 10px;
    min-height: 180px;
}

#user-preferences .buttons {
    background: #444;
    border-top: 1px solid #1a1a1a;
    padding: 10px;
}

#preference-options {
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
}

#preference-options li {
    cursor: pointer;
    display: table-cell;
    font-size: 1.18em;
    line-height: 1.3;
    padding: 10px;
    vertical-align: middle;
    width: 14em;
    text-align: center;
    color: #B9DB0C;
    background: #333;
}

#preference-options li:hover {
    background: #444;
    color: #FFF;
}

#preference-options .active {
    background: #444;
    color: #FFF;
}
