
.my_tt
{
	cursor: help;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	text-decoration: none;
}

a.seed, .seed
{
	color: #00B200;
}

a.leech, .leech
{
	color: #D40000;
}

a.complet, .complet
{
	color: #310083;
}

a.ext_peer, .ext_peer
{
	color: #CFCFCF;
}


table.my_table2 {
	width: 100%;
}

table.my_table2 thead th span {
	padding-left: 7px;
}

table.my_table2 tbody tr {
	border: 1px solid transparent;
}

/*table.my_table2 td {
	font-size: 1.1em;
}*/

table.my_table2 tbody td {
	padding: 5px;
	border-top: 1px solid var(--main-color1);
}

table.my_table2 tbody th {
	padding: 5px;
	border-bottom: 1px solid transparent;
	text-align: left;
}

a.my_ath:link, a.my_ath:visited
{
	font-weight: normal;
	color: #105289 !important;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	text-decoration: none;
	text-transform: uppercase;
}

a.null_link:link, a.null_link:hover
{
	text-decoration:none;
	cursor:default;
}

.fa-icon-gray
{
	color: #777777;
}

.fa-icon-red
{
	color: #FF0000;
}

.torrent_info
{
	border-radius:8px;
	background-color: var(--main-color1)
	padding:5px;
	margin:0px;
}
.torrent_info_warn
{
/* 	background-color:#ffeff0; */
	border-top:1px solid #ff0000;
	border-left:1px solid #ff0000;
}

.torrent_free_gold
{
	color:#FFD700;
}
.torrent_free_silver
{
	color:#C0C0C0;
}
.torrent_free_bronze
{
	color:#cd7f32;
}
