table.toppeertable {
	background-color: #96ACC6;
	margin-left: 15px;
	font-size: 12px;
	border: 0;
	width: 350px;
	min-width: 350px;
	max-width: 350px;
	overflow: hidden;
}
table.toppeertable th {
	background-color: #96ACC6;
	border: none;
	border-bottom: 1px solid #000066;
	padding: 1px;
	padding-right: 15px;
	padding-top: 3px;
	margin: 0px;
}
table.toppeertable td {
	padding: 2px;
	padding-left: 8px;
	padding-right: 8px;
	border: none;
}
.toppeertableodd {
	background-color: #B6C6D7;
}
.toppeertableeven {
	background-color: #D7E0E9;
}
.piechart {
    width: 360px;
    height: 200px;
	font-size: 11px;
    fill: #666;
}
path.pointer {
    stroke: #666;
}
path.pie {
    stroke: white;
}
/* #historical-charts>.asgraphbox {
	width: 50%;
}
@media only screen and (max-width: 768px) {
	#historical-charts>.asgraphbox {
		width: 100%;
	}
  } */
#historical-charts {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	max-width: 750px;
}
.asinfotext {
	/* border: 1px solid #000066; */
	width: 715px;
	min-width: 350px;
	padding-left: 25px;
	padding-bottom: 10px;
	padding-top: 7px;
}
.asleft {
	float: left;
	width: 325px;
}
.asright {
	margin-left: 15px;
	float: left;
	width: 325px;
}
.asgraphbox {
    padding-top: 20px;
    display: inline-block;
}
.asgraph {
    width: 360px;
    height: 133px;
}
.asgraphtitle {
    text-align: center;
    width: 360px;
    min-width: 360px;
    font-weight: 500;
    color: #555; 
    font-size: 15px;
    font-family: sans-serif;
}
.rtprefixes-table {
	width: 100%
}
.rtprefixes-table thead th:nth-child(3) {
	width: 150px;
}
canvas {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.tooltip {
    background: #000;
    border-radius: 5px;
    opacity: 0.8;
    color: #fff;
    display: none;
    font-size: 12px;
    padding: 8px;
    position: absolute;
    text-align: center;
    width: 100px;
    z-index: 10;
}

