#tallyC{
	background-color: black;
	left: -370px;
	top: 0;
	width: 370px;
	height: 100%;
	min-height: 670px;
	position: fixed;
	z-index: 99;
	color: white;
	font-family: "PtSans";
	font-size: 10pt;
}
#sidePull{
	width: 90px;
	height: 130px;
	background-color: black;
	position: fixed;
	border-radius: 0 65px 65px 0px;
	left: 0;
}
#sidePull img{
	height: 80px;
	position: relative;
	top: 25px;
	left: 0px;
	transition: all, 0.8s;
	z-index: 99;
	cursor: pointer;
}
.spinPull img{
	height: 80px;
	position: relative;
	top: 25px;
	left: 0px;
	transition: all, 0.8s;
	z-index: 99;
}
.spinPull img:hover{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	cursor: pointer;
}

#tallyDisp{
	width: 320px;
	height: 50%;
	overflow-y: scroll;
	//border: 1px solid white;
}
#tallyDisp table{
	border-collapse: collapse;
	color: #eee;
	border: none;
	margin-left: 10px;
	margin-bottom: 5px;
}
#tallyDisp table caption{
	color: chocolate;
	font-size: 11pt;
	margin-bottom: 3px;
}
#tallyDisp table tr{
	vertical-align: top;
}
#tallyDisp table td{
	width: 100px;

}
#tallyDisp table th{
	width: 100px;
	text-align: left;
}
#recordDisp{
	width: 300px;
	height: 30%;
	overflow: scroll;
	//border: 1px solid red;
}
#recordDisp li{
	padding: 3px;
}
#tallyC > h2{
	padding: 3px 3px 3px 5px;
}
#notallyR,#norecords{
	padding-left: 10px;
	color: chocolate;
}