.jqx-tree {
    border-width: 0;
}

#selectedCategory h3 {
    margin: 0;
    font-size: 22px;
    color: #222;
}

.rightContent {
    border-left: 1px solid #eee;
}

.categoryHeadline {
    float: left;
}

.categoryBottom {
    border-top: 1px solid #eee;
    padding: 8px;
    margin: 5px 0 0 0;
    background-color: #2F4B91;
    color: #fff;
    border-radius: 0 0 5px 5px;
    min-height: 32px;
    align-items: center;
    justify-content: center;
}

.categoryItems {
    display: flex;
    flex-wrap: wrap;
}

.categoryLink {
    width: 166px;
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
    float: left;
    margin: 10px 10px;
    cursor: pointer;
    box-shadow: 1px 2px 5px #888;
}

.categoryLinkImg {
    height: 140px;
    margin: 12px;
}

.categoryLinkTitle {
    padding: 0 10px;
    font-weight: bold;
    font-size: 14px;
}

.categoryBackButton {
    width: 100px;
    text-align: center;
    float: right;
    border-radius: 5px;
    background-color: #2F4B91;
    color: #fff;
    padding: 5px;
    cursor: pointer;
    font-size: 14px;
}

.searchTree-disabled {
    display: none;
}
