/* Custom CSS File for jDownloads
   If this file already exist then jDownloads does not overwrite it when installing or upgrading jDownloads.
   This file is loaded after the standard jdownloads_fe.css.
   So you can use it to overwrite the standard css classes for your own customising.
*/

.jd_card .jd_title_block .title {
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
}


@media (min-width: 768px) and (max-width: 991px) {
    body {font-size: 17px;}
}

.jd_image-left {
    float: left;
    padding: 0 15px 5px 0;
    height: 175px;
}


.jd_readmore {
    text-align: center;
    font-weight: 600;
    font-size: 13px;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 8px;
    width: 110px;
    background: transparent url(../../assets/images/button_bg.png) repeat-x scroll 0% 0%;
    margin: 3px auto;
}