.ContentCategorySearchResultsFeatureCell > table > tbody > tr:nth-child(2) > td > table {
    width: 100%;
}

.CategorySearchResults_Table {
    width: 100%;
}

#adminImage {
    color: #000 !important;
    background-color: #fff;
}

#Categories {
    margin: 0 auto;
}

.CategoryWrapper {
    width: 200px;
    display: inline-block;
    vertical-align:top;
    margin: 0px 0px 20px 5px;
    border: 1px solid #B1B1B1;
    background-color: #fff;
}

.CategoryWrapper a:link, .CategoryWrapper a:hover, .CategoryWrapper a:visited, .CategoryWrapper a:active {
    color:#fff;
    text-decoration: none;
}

.CategoryImgWrapper {
    width: 200px; 
    height: 200px;
    position:relative;
    margin: 0 auto;  
}

.CategoryImgWrapper img {
    max-width:180px;
    max-height:180px;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin: auto;
}

.CategoryTitle {
    background-color: #f6891f;
    font-size: 16px;
    text-align: center;
    height: 40px;
    padding: 5px 5px 0px 5px;
}

.CategoryTitle:hover {
    background: #af5a07;
}




