div.timer {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	background: #eee;
	color: #333;
	margin-top: 5px;
}

#rank, #points {
	width: 50%;
	float: left;
}

#points {
}

div#content > div {
	padding: 10px 0px 20px 0px;
}

/* PIC Titles, i.e. "Current Round", "Points" */
div.title {
	font-weight: bold;
	margin-left: 10px;
	font-size: 20px;
}

/* PIC Info */
div.info {
	margin-left: 40px;
}

/* Used for tiebreakers + pairings/standings tables */
table {
	text-align: center;
	width: 100%;
	/*padding: 0px 10px;*/
	font-size: 14px;
}

table tr:first-child {
	/*font-weight: bold;*/
}

table td.tblName {
	text-align: left;
}

/* PIC Previous Rounds ex. "Round 1", "Round 2" */
span.info-title {
	padding-right: 20px;
	font-weight: bold;
}

/* PIC Previous Rounds data */
div#previous div.info {
	padding: 8px 0px 0px 0px;
}

/* Tiebreaker notice + Masked notice */
div.notice {
	font-size: 10px;
	text-align: center;
    font-family: Arial;
	padding: 5px 15px;
    background-color: #eeeeee;
}

/* Extra formatting for the "not found" window. */
div#badNumber p {
	padding: 5px 5px 10px 5px;
}

p.name {
	font-size: 32px;
	text-align: center;
	font-weight: bold;
}

p.dci {
	text-align: center;
	font-size: 12px;
}

p.tournament {
	font-size: 12px;
	padding: 3px 0px 0px 5px;
	text-align: center;
}

p.tournament:first-line {
	font-weight: bold;
	font-size: 15px;
}

p.info {
	font-size: 14px;
	margin: 0px 5px;
}

.row_colored {
	background: #eee;
}
