@charset "utf-8";
/* CSS Document */

.signout A {
	border: 1px solid #666666;
}

.confirm_email {
	border-color: #333333;
	background-color: #222222;
	color: #FFFFFF;
}

/* gamescore */
.game_score {
	border: 1px solid #333333;
	border-radius: 5px;
	margin: 10px 0px;
	padding: 5px;
}

.game_box {
	width: 100%;
	background-color: #222222;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: center;
}

.game_header {
	font-size: 10px;
	padding-top: 5px;
}

.game_title {
	font-size: 13px;
	font-weight: bold;
	padding: 5px 0px;
}

.game_cell_data {
	border-top: 1px solid #333333;
	padding: 5px 0px;
	vertical-align: middle;
}

.baseball .game_cell_data {
	border: 1px solid #333333;
}

.team_name {
	width: 35%;
	font-size: 13px;
	font-weight: bold;
}

.score {
	width: 8%;
	font-size: 14px;
	font-weight: bold;
}

.half {
	width: 14%;
	font-size: 10px;
}

.baseball .score {
	width: 7%;
	font-size: 12px;
}

.times5 .score {
	width: 10%;
}

.baseball .total_score {
	width: 16%;
	font-size: 14px;
	font-weight: bold;
}