

/* better centers the catalog, increases max height for threads in the catalog, and increases max height for images in the catalog */

.theme-catalog div.threads {
    text-align: center;
    margin-left: 0px;
}

.theme-catalog div.grid-size-small {
    min-width: 140px;
    max-width: 140px;
    max-height: 50%;
}

.theme-catalog div.grid-size-small img {
    max-height: 50%;
    max-width: 95%;
}

/*images*/
div.post.reply img.post-image{
max-height: 155px !important;
max-width: 155px !important;
width: auto !important;
height: auto !important;
    }
div.post.reply div.file.multifile p.fileinfo{
width: 155px !important;
font-family: calibri !important;
font-size: 8pt !important;
    }
div.post.reply div.file.multifile{
width:auto !important;
min-width: 175px !important;
max-width: 100% !important;
    }
div.file.multifile img.post-image{
width: auto !important;
height: auto !important;
max-height: 200px;
max-width: 200px;
}
div.file.multifile p.fileinfo{
width: 200px;
font-family: calibri;
font-size: 8pt ;
}
div.file.multifile{
width:auto !important;
min-width: 175px !important;
max-width: 100%;
    }