/* user admin specific CSS directives */


#userServiceList li {
    color: #333;
    background: #efefef;
    paddding: 5px;
    border-radius: 3px;
    margin: 10px;
    list-style-type: none;
    font-size: 22px;
    font-weight: bold;
}

#userServiceList li label {
    padding-left: 3em;
    color: #555;
    font-weight: normal;
}

