.categoryList {
    border: 2px solid #00a2c9;
    border-top: 1px solid #00a2c9;
}

.categoryList div {
    padding: 1px 4px;
}

.categoryList .category {
    font-weight: bold;
    color: #ff7e12;
    position: relative;
    border-top: 1px solid #00a2c9;
}

.categoryList .subcategory {
    position: relative;
    margin-left: 25px;
}

.categoryList .category a,
    .categoryList .subcategory a {
    font-weight: normal;
    color: #00a2c9;
    margin-right: 5px;
}

.categoryEdit {
    position: absolute;
    right: 0px;
}



