@charset "UTF-8";
.yp {
	padding: 10px;
	height: 400px;
	width: 500px;
	overflow-y: auto;
	overflow-x: hidden;
	margin-bottom: 10px;
}

.yp p {
	color:#666666;
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
}

.yp-table {
	font-size: 12px;
	width: 470px;
	margin-bottom: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}
.yp-table-rowa {
	background-color: #F9F8F1;
}
.yp-table td {
	padding: 3px;
}
.yp-table-header {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}
.yp-table-runs {
	text-align: right;
	font-weight: bold;
}
.yp-table-right {
	text-align: right;
}

.yp-positive {
color:#00AA00;
display:inline;
}

.yp-negative {
color:#AA0000;
display:inline;
}
.yp-end-score {
	font-size: 12px;
	color: #666;
	margin-bottom: 20px;
}
.yp-end-score td {
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 3px;
}

