.pResultsGeneral{
    clear:both;
	margin-left:5%;
	width:95%;
	padding-top: 10px;
}

.pResults{
    margin-left:2%;
    margin-top: 25px;
}

.graphTable{
	position:absolute;
	left:0;
	top:0;
	bottom:00px;
	width:80%;
	overflow:auto;	
}

.pResults .form-right{
    position:absolute;
    left:45%;
    bottom:40px;
    overflow:auto;
    top:260px;
}
.pResults .form-left{
    position:absolute;
    left:5%;
    bottom:40px;
    overflow:auto;
    top: 260px;
}

.table-results{
    width:100%;
	text-align: center;
	font-size: 15px;
	padding: 0;
}

.table-results td {
	width: 15%;
	font-size: 14px;
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e9e9e9;
	background-color:white;
}

.results-header td {
	background-color: #f1f1f1;
	color: black;
	font-size: 14px;
	margin: 0;
	padding: 5px;
	border: none;
	cursor: default;
		color: #5b4365;

    -webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.results-header td:first-child {
	background-color: #f1f1f1;
}

.results-header td:nth-child(2){
	background-color: #e9e9e9;
}

.results-header td:nth-child(3){
	background-color: #c8c8c8;
}



.results-header td:nth-child(odd) {
    background-color: #f1f1f1;
}

.results-header td:nth-child(even) {
    background-color:#e9e9e9;
}
