/* 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.
*/
.jred {
	color: #faddde !important;
	border: solid 1px #980c10;
	background: #d81b21;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
	background: linear-gradient(#ed1c24,  #aa1317);
	float: right;
}
.jd_left {
 float: left;
}
.jd_right {
 float: right;
}