@media only screen and (max-width: 800px) {
	
	/* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { border: 1px solid #ccc; 
	}
 
	#no-more-tables td { 
		/* Behave  like a "row" */
	/* 	border: none; */
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 10%; 
		white-space: normal;
		text-align:left;

    		font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    		font-size: 12px;
    		/*line-height: 1.428571429; */
	}
 
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 85%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }
}


@media only screen and (max-width: 800px) {
	
	#flip-scroll .cf:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
	#flip-scroll * html .cf { zoom: 1; }
	#flip-scroll *:first-child+html .cf { zoom: 1; }
	
	#flip-scroll table { width: 100%; border-collapse: collapse; border-spacing: 0; }

	#flip-scroll td {min-height:80px;} 
	#flip-scroll tr img { display:none;} 
	#flip-scroll th,
	#flip-scroll td { margin: 0; vertical-align: top; }
	#flip-scroll th { text-align: right; }
	#flip-scroll th img { display:none;} 
	
	#flip-scroll table { display: block; position: relative; width: 100%; padding: 0px;}
	#flip-scroll thead { display: block; float: left; }
	#flip-scroll thead th { text-align: right; }

	#flip-scroll tbody { display: block; width: auto; position: relative; overflow-x: auto; white-space: nowrap; }
	#flip-scroll thead tr { display: block; }
	#flip-scroll th { display: block; text-align: right; }
	#flip-scroll tbody tr { display: inline-block; vertical-align: top; }
	#flip-scroll td { display: block; min-height: 1.25em; text-align: right; min-width:140px;}
 
 
	/* sort out borders */
 
	#flip-scroll th { border-bottom: 0; border-left: 0; }
	#flip-scroll td { border-left: 0; border-right: 0; border-bottom: 0; }
	#flip-scroll tbody tr { border-left: 1px solid #babcbf; }
	#flip-scroll th:last-child,
	#flip-scroll td:last-child { border-bottom: 1px solid #babcbf; }
}
#flip-scroll table tr img { height: 24px;} 


table {
    margin-bottom: 3em;
    /*border : solid 1px;*/
    width: 100%;
    background: #fff;

    /*font-size:20px;*/
    padding: 0rem;
}

table tr th {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*
.sorting {
  background-color: #D4D4D4;
}

.asc:after {
  content: ' ↑';
}

.desc:after {
  content: " ↓";
}*/

td, th {
    	padding: 0.35em 0.5em;
	text-align: right;
}
td.err {
	background-color: #e992b9;
	color: #fff;
	font-size: 0.75em;
	text-align: right;
	line-height: 1;
}

th {
  /* background-color: #5bc0de;  */
    font-weight: bold;
    /*border : solid 1px;*/
    color: #0;
    white-space: nowrap;
}
tbody tr th {	background-color: #f0ad4e00; text-align:left; }
/*tbody th {	background-color: yellow; }*/

tbody tr:nth-child(2n-1) {
/*    border : solid 1px; */
    background-color: #f5f5f5;
    transition: all .125s ease-in-out;
}
tbody tr:hover {
    background-color: rgba(129,208,177,.3);
}


tbody {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    /*font-size: 14px;*/
/*    line-height: 1.428571429; */
}


#ticket {
	width: 300px;
}

.clean_table table{
	border: 0px;
	background-color: white;
}
.clean_table tr:hover {
	background-color:white;
	width: 100px;
}

.clean_table td {
	text-align:right;
	width: 60px;
}

@media only screen and (max-width: 450px) {
	.pie_coins_index {
		width: 300px;
		height: 250px;
	}
}
.pie_coins_index {
	/*width: 500px; */
	min-height: 350px;
	/*text-align:center;*/
}

table.overview {width: 700px; border: none; border-collapse:collapse; border-spacing: 0;}

table.overview thead {color:#777; font-family: courier, courier new, serif; border:none;}
table.overview thead tbody {color:#777; font-family: courier, courier new, serif; border:none;}

table.overview tbody th {background-color: white; color: #337ab7; height: 75px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;}

table.tablesorter {
	font-family:arial;
	/*background-color: #CDCDCD;*/
	margin:10px 0pt 15px;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	/*border: 1px solid #FFF; */
	/*padding: 4px;*/
}
table.tablesorter thead tr .header {
	background-image: url(/img/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	/*padding: 4px;*/
	/*background-color: #FFF;*/
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(/img/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(/img/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #8dbdd8;
}

