
.ImageCategory {
    margin: 0;
    padding-top: 0;
    margin-bottom: 5px;
}
.ImageCategory .title {
    /* background: white; */
    height: auto;
    padding: 0 10px;
    margin-bottom: 10px;
}
.ImageCategory .title span {
    color: #424242;
    display: inline-block;
    white-space: nowrap;
    font-size: 14px;
    font-weight: bold;
    line-height: 28px;
    text-align: left;
    width: 100%;
    padding: 5px 10px 0 0px;
    position: relative;
    /* border-bottom: 2px solid #1d446b; */
    text-transform: uppercase;
}


.ImageCategory img {
    display: block;
    margin-bottom: 10px;
    width: 100%;
    height: 250px;
}

.ImageCategory .LibraryItem > a {text-decoration: none;font-size: 14px;font-weight: bold;line-height: 1.3;color: #424242;display: inline-block;padding-bottom: 10px;background: whitesmoke;}
.ImageCategory .LibraryList {
    padding: 0 10px;
    text-align: center;
    margin-top: 10px;
}

.ImageCategory .LibraryList>table{
    table-layout: fixed;
}

.ImageCategory .LibraryItem>div{
    width: 100%;
    font-size: 13px;
    /* padding-left: 15px; */
}

.ImageCategory tr>.LibraryItem:nth-child(1)>div{
    /* padding-left: 0; */
}

.ImageCategory .LibraryCategoryPager {
    cursor: pointer;
    /* margin: 10px; */
    text-align: right;
    padding: 10px;
}
.ImageCategory .LibraryCategoryPager .CurrentPage {
    cursor: pointer;
    font: bold 14px arial;
    padding: 0 2px;
}
.ImageCategory .LibraryCategoryPager .PageLink {
    font: 12px arial;
    padding: 0 2px;
}

td.LibraryItem {
    padding: 5px;
    background: whitesmoke;
    border: 10px solid white;
}

@media only screen and (max-width: 768px){
.ImageCategory .LibraryItem {
    width: 100%;
    margin: 0;
    padding: 0px;
  margin-bottom: 10px !important;
}
}
