/* 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.
*/

div.jd_file {
    margin-top: .5em;
}

div.jd_file > img {
    float: left; 
}

div.jd_file > a {
    display: block;
    float:left;
    margin:4px;
}

span.jd_fileSize {
    font-weight: 300;
}


div.jd_file div.jd_fileSub {
    color: #AAA;
}

div.jd_file div.jd_fileSub:before {
	content: "";
	margin-left: 1em;
}

div.jd_footer {
    margin-top: 3em;
}

div.jd_title {
    background-color: #EEE;
    padding: .4em;
}


div.jd_category {
    float: left;
    min-width: 200px;
    width: 25%;
}

div.jd_category a {
    display: block;
    padding: 1em;
}

div.jd_category a:before {
    font-family: "FontAwesome";
    content: "f07b";
    margin-right: .4em;
}

div.jd_category a:hover {
    background-color: #EEE;
}

span.jd_author:empty {
    display: none;
}

span.jd_author:before {
    content: "av ";
}

span.jd_release:before {
    content: "v";
}

span.jd_release:empty {
    display: none;
}

div.jd_desc {
    margin-left: 48px;
    margin-bottom: 1em;
}

div.jd_desc:empty {
    display:none;
}

.jd_download_url {
	margin-left: 0;
	font-weight: bold;
}