th {
	text-align: center;
}

.torrenttable tbody tr:hover {
	background-color: #E8E8E8;
}

/* mobile view */
@media (max-width: 768px) {
  .hideonmobile {
	display: none;
  }
  
  .torrenttable {
  	font-size: x-small;
  }
}




.details-page .main {
	width:calc(100% - 350px + 15px);
	float:left;
}
.details-page .sidepanel {
	display:block;
	width:330px;
	padding:0px;
	float:right;
}


@media (max-width: 768px) {
  
 .details-page .main {
  	width:100%;
  	float:none;
  }
  .details-page .sidepanel {
 	width:100%;
  	float:none;
  }
}

.dltable table{
	border-collapse: collapse;
}
.dltable tr {

	border-top: 1px solid #ddd;
}
.dltable td {
	
	padding-right:1px;
	padding-left:1px;
	max-width:125px;
}
.dltable tbody tr:hover {
	background-color: #E8E8E8;
}


#chat-link {
	position: fixed;
	right: 5px;
	bottom: 10px;
	background: #fff;
	border: 1px solid #e0e0e0;
	padding: 5px 15px 10px;
	border-radius: 5px 0 0 5px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	color: #979faf;
	z-index: 999;
}

.glyphicon-envelope {
	text-align: center;
	line-height: 26px;
	margin-right: 5px;
	position: relative
}

