.octrace-pagination.hidden {
	visibility: hidden;
}

.octrace-pagination-container {
	display: flex;
	justify-content: space-between;
}

.octrace-pagination { 
	display: inline-block;
	width: 100px;
	height: 30px;
	color: #111 !important;
	background: #ffbb00;
	text-align: center;
	font-weight: 600;
	text-decoration: none !important;
	cursor: pointer;
	line-height: 30px;
	border-radius: 0;
	font-size: 10px;
	text-transform: uppercase;
	cursor: pointer;
	margin-bottom: 20px;
}

#next-page:hover,
#next-page:active,
#prev-page:hover,
#prev-page:active {
	color: #111 !important;
}

.scrapetable .hidden {
	display: none !important;
}

.scrapetable td u a {
    text-decoration: none !important;
    font-weight: regular !important;
    color: #a9d4f5 !important;
    display: flex;
	flex-direction: column;
	align-items: center;
}

.scrapetable .tie-appear {
	position: relative;
	filter: invert(0.86) hue-rotate(207deg) saturate(2);
}
.scrapetable td u a img {
	width: 30px !important;
	margin-top: 10px;
	filter: none !important;
}
.scrapetable a:hover,
.scrapetable a:active {
	color: #fff !important;
}
.scrapetable u {
	text-decoration: none !important;
}
.scrapetable th i {
	margin-left: 5px;
	font-size: 10px !important;
}
.scrapetable{
    width:100%;
}
.scrapetable td {
	line-height: 35px;
}
.scrapetable tr:nth-child(odd) {
  background: #222 !important;
}
.scrapetable tr:nth-child(even) {
  background: #1a1a1a !important;
}
@media (min-width: 760px){
.scrapetable table {
    border-collapse: collapse !important;
    width: 100% !important;

}

.scrapetable th {
    text-align: left ;
    font-size: 10px !important;
    padding: 8px !important;
    border-color: #d69b00 !important;
   
}
.scrapetable tbody tr {
	transition: background .1s;
}
.scrapetable tbody tr:hover {
	background: #111 !important;
}

.scrapetable tbody tr td {
	font-size: 13px;
}

.scrapetable td {
    text-align: left !important;
    padding: 8px !important;
color:white;

}

 tr:nth-child(odd){background-color: #3C3C3C !important;}
 tr:nth-child(even){background-color: #3C3C3C !important;}

.scrapetable tbody tr > td:nth-of-type(1){text-align: center !important}
.scrapetable tbody tr > td:nth-of-type(2){text-align: center !important}
.scrapetable tbody tr > td:nth-of-type(3){text-align: center !important}
.scrapetable tbody tr > td:nth-of-type(4){text-align: center !important}
.scrapetable tbody tr > td:nth-of-type(5){text-align: center !important}
.scrapetable tbody tr > td:nth-of-type(6){text-align: left !important}
.scrapetable tbody tr > td:nth-of-type(7){text-align: left !important}
.scrapetable tbody tr > td:nth-of-type(8){text-align: center !important}
.scrapetable tbody tr > td:nth-of-type(9){text-align: center !important}
.scrapetable tbody tr > td:nth-of-type(10){text-align: center !important}

.scrapetable thead tr > th:nth-of-type(1){text-align: center !important}
.scrapetable thead tr > th:nth-of-type(2){text-align: center !important}
.scrapetable thead tr > th:nth-of-type(3){text-align: center !important}
.scrapetable thead tr > th:nth-of-type(4){text-align: center !important}
.scrapetable thead tr > th:nth-of-type(5){text-align: center !important}
.scrapetable thead tr > th:nth-of-type(6){text-align: left !important}
.scrapetable thead tr > th:nth-of-type(7){text-align: left !important}
.scrapetable thead tr > th:nth-of-type(8){text-align: center !important}
.scrapetable thead tr > th:nth-of-type(9){text-align: center !important}
.scrapetable thead tr > th:nth-of-type(10){text-align: center !important}

.scrapetable th {
    background-color: #FFBA03 !important;
    color: #222 !important;
}

}


/*
	Max width before this PARTICULAR table gets nasty. This query will take effect for any screen smaller than 760px and also iPads specifically.
	*/
	@media
	  only screen 
    and (max-width: 760px)  {

		/* Force table to not be like tables anymore */
	   .scrapetable	table, .scrapetable thead,.scrapetable tbody, .scrapetable th, .scrapetable td, .scrapetable tr {
			display: block !important;

		}

		/* Hide table headers (but not display: none;, for accessibility) */
	.scrapetable thead tr {
			position: absolute !important;
			top: -9999px !important;
			left: -9999px !important;
		}

    .scrapetable tr {
      margin: 0 0 1rem 0 !important;
       margin:4px !important;
    }
      
    .scrapetable tr:nth-child(odd) {
      background: #222 !important;
      margin:4px;
    }
    .scrapetable tr:nth-child(even) {
      background: #3C3C3C !important;
    }
    .scrapetable tr:nth-child(odd) td {
    	border-color: #333 !important;
    }
    .scrapetable tr:nth-child(even) td {
    	border-color: #777 !important;
    }
    
		.scrapetable td {
			/* Behave  like a "row" */
			border: none !important;;
			border-bottom: 1px solid #eee !important;
			position: relative !important;
			padding-left: 50% !important;
           padding-top:4px !important;
 padding-bottom:4px !important;
color:white;
		}
.scrapetable td u a {
	align-items: flex-start;
}
		.scrapetable td:before {
			/* Now like a table header */
			position: absolute !important;
			/* Top/left values mimic padding */
			top: 50% !important;
			transform: translateY(-50%) !important;
			left: 6px !important;
			width: 45% !important;
			padding-right: 10px !important;
			white-space: nowrap !important;
margin: 0 4px !important;;

		}

		/*
		Label the data
    You could also use a data-* attribute and content for this. That way "bloats" the HTML, this way means you need to keep HTML and CSS in sync. Lea Verou has a clever way to handle with text-shadow.
		*/
		.scrapetable td:nth-of-type(1):before { content: "Rank"; color: #FFBA03; font-weight:bold; }
		.scrapetable td:nth-of-type(2):before { content: "Robot"; color: #FFBA03; font-weight:bold; }
		.scrapetable td:nth-of-type(3):before { content: "Review"; color: #FFBA03; font-weight:bold;}
		.scrapetable td:nth-of-type(4):before { content: "Gain"; color: #FFBA03; font-weight:bold;}
		.scrapetable td:nth-of-type(5):before { content: "Monthly Gain"; color: #FFBA03; font-weight:bold;}
		.scrapetable td:nth-of-type(6):before { content: "Drawdown"; color: #FFBA03; font-weight:bold;}
		.scrapetable td:nth-of-type(7):before { content: "Deposit"; color: #FFBA03; font-weight:bold;}
		.scrapetable td:nth-of-type(8):before { content: "Balance"; color: #FFBA03; font-weight:bold;}
		.scrapetable td:nth-of-type(9):before { content: "Days"; color: #FFBA03; font-weight:bold;}
		.scrapetable td:nth-of-type(10):before { content: "Chart"; color: #FFBA03; font-weight:bold;}
	}
	
	
	.greengain{
    color:#7fff3e !important;
    font-weight:bold !important;
}
.redgain{
    color:#ff3c29 !important;
    font-weight:bold !important;
}