td.text-right {
	font-family: Consolas;
}

.pagenation {
	text-align: center;
}

.pagenation a {
	padding: 0 5px; font-size: 18px; color: #333333;
}

.pagenation a.active {
	font-size: 20px; font-weight: bold; color: #fd397a;
}

.color-red {
	color: red;
}

.color-green {
	color: green;;
}

.color-blue {
	color: blue;;
}


.bold {
	font-weight: bold !important;
}

.hidden {
	display: none;
}

.btn-xm {
	padding: 3px 5px; font-size: 12px;
}

.game-item {
	clear: both; height: 20px; border-top: 1px solid #999999;
}

.game-item:first-child {
	border-top: 0;
}

.game-item.total {
	font-weight: bold; color: #007bff
}

.game-item .type {
	float: left; font-size: 8px; line-height: 20px;
}

.game-item .type.binary::after {
	xcontent: "바이너리";
}

.game-item .type.touch::after {
	xcontent: "터치업다운";
}

.game-item .type.rent::after {
	xcontent: "원터치";
}


.game-item .value {
	float: right;
}

tr.councel_info {
	cursor: pointer;
}

tr.councel_info:hover {
	background-color: #ffcc99 !important;
}

td.block {
	color: #ff0000;
}

td.pending {
	color: #0000ff;
}

/*
.td_center, .td_branch, .td_office, .td_agency {
	width: 0px !important; padding: 0;
}
*/

.bg-yellow {
	background-color: #ffcc00 !important;
}






