﻿div.uc_categories_overview .category-name {
    background-color: rgba(52, 45, 45, 0.5);
    width: calc(100% - 30px);
    position: absolute;
    top: 68%;
    bottom: 30px;
    left: 15px;
    text-align: center;
    right: 0;
    padding: 10px 20px;
    color: white;
    font-weight: bold;
    text-decoration: none;
    font-size: 11pt;

}

div.uc_categories_overview  .category-item {
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
    border-top-color: #cccccc;
    border-bottom-color: #cccccc;
    border-left-color: #cccccc;
    border-right-color: #cccccc;
    vertical-align: top;
}