@charset "UTF-8";
/* CSS Document */

/* PICKS STYLING */

#picksDropDown, #pwrRankings {
	background: #CCC;
	padding: 10px;	
}

.green {
	color: #093;	
}

.red {
	color: #F00;	
}

table {
	padding: 3px;
	border-spacing: 1px;
	
}

table td {
	border: 1px solid #fff;
	padding: 5px;	
}

.tableTitle {
	background: #fff;
	padding: 5px;
	font-size: 18px;
	text-align: center;	
}

.colhead {
	background: #fff;
}

.participantName {
	width:144px;
	text-align: center;
	font-size:1 2px;	
}

.gameTime {
	width: 90px;
	text-align: center;	
}

.picksImage, .pwrRankImage {
	text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
	font-size: 14px;
	padding-bottom: 2px;
}

.changeImage {
	width: 60px;
	text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
	font-size: 14px;
	padding-bottom: 2px;
}

.picksComments, .teamComments {
	width: 370px;
	text-align: center;	
}

.oddrow {
	background: #EEE;	
}

.evenrow {
	background: #CCC;	
}

.rankHeader {
	text-align: center;
}

.teamHeader {
	text-align: center;	
}

.changeHeader {
	text-align: center;	
}

.numRank {
	font-family: 'Skranji', cursive;
	font-size: 30px;
	color: #b4151a;	
	padding: 5px;
	text-align: center;	
}
