.pickemBaseContainer h1 {
    color: #0C162F;
    padding-top: 10px;
    clear: both;
}

.greySpacer {
	float: right;
	background: repeating-linear-gradient(
		  45deg,
		  white,
		  white 2px,
		  #777 7px,
		  #777 4px
		  );
	max-width: calc(100% - 100px);
    height: 19px;
}

.pickemHeaderContainer {
    clear: both;
    position: relative;
    margin-top: -10px;
}

.pickemHeaderContainer img.logo {
    background-position: left 10%;
    width: 130px;
    height: 140px;
    float: left;
    position: relative;
    left: 40px;
    z-index: 3;
}

.pickemHeaderContainer img.logoSponsor {
	max-width: 190px;
	z-index: 4;
    float: right;
    position: relative;
	margin-top: 10px;
	right: 20px;
    top: 26px;
    background-color: white;
}

.pickemHeaderContainer div.banner {
    background-color: #177b0f;
    width: 100%;
    height: 80px;
    margin-bottom: 10px;
    text-align: right;
    color: white;
    font-weight: bold;
    position: absolute;
    top: 30px;
    z-index: 2;
    padding-right: 5px;
    padding-top: 5px;
}

.optimism {
    font-family: 'raleway', sans-serif;
	text-align: left;
	float: left;
	color: white;
	min-width: 100px;
	padding: 0 2%;
    box-sizing: border-box;
}

.optimismContainer {
	text-align: left;
	clear: both;
	padding: 0 10px;
	float: left;
	width: 100%;
	overflow: hidden;
    font-family: 'raleway', sans-serif;
}

.rowHighlight td { background-color: #3CA8C2; color: white; }
.rowHighlightWin td { background-color: darkgreen; color: white; }
.rowHighlightLoss td { background-color: #911911; color: white; }
.rowWin td { color: darkgreen; }
.rowLoss td { color: #911911; }
.weekLabel {
    text-transform: uppercase;
    color: #0B162F;
    font-size: 1.5em;
    margin-right: 5%;
    font-family: 'raleway', sans-serif;
    font-weight: 700;
}
.groupLeaderboard {
	clear: left;
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.titleHeader {
	font-size: 18px;
    margin-top: 20px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    clear: both;
}
.scoreLabelBox {
    float: left;
    width: 25%;
    text-align: center;
}
.scoreLabel {
    text-transform: uppercase;
    color: #0B162F;
    font-size: 1.2em;
    font-family: 'raleway', sans-serif;
    font-weight: 700;
    display: inline-block;
    background: white;
    color: #0C162F;
}
.scoreResult {
    text-transform: uppercase;
    font-size: 0.8em;
    font-family: 'raleway', sans-serif;
    font-weight: 700;
    color: #0C162F;
}

.WeekScore {
    padding: 10px 0px;
    border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
    float: left;
    width: 100%;
}

.WeekScore .row {
    padding: 0;
    margin: 0;
    text-align: center;
}

.createGroupContainer {
    padding: 10px;
    border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	float: left;
    width: 100%;
}

.pickemContainer {
    clear: left;
    float: left;
    overflow: auto;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    background: #eee;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ddd;
    width: 100%;
    position: relative;
}
.infoBoxMobile {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 100%;
    margin: 20px 0;
    padding: 0;
    /* background-color: #363636; */
    /* background-color: #911911; */
    /* color: white; */
    text-align: left;
}

.infoBoxDesktop {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 100%;
    margin: 20px 0;
    padding: 10px 5%;
    /* color: white; */
    text-align: left; 
	
}
.scoreBox {
    font-size: 1.5rem;
}

.pickemTeamHome {
    float: left;
    overflow: auto;
    padding: 0 0;
    width: 50%
}

.pickemTeamAway {
    float: left;
    overflow: auto;
    padding: 0 0;
    width: 50%;
}

.pickem40 {
	width: 50%;
}

.pickemSaveButton{
    float: left;
    overflow: auto;
    padding: 0px 0 0 0;
    width: 20%;
	text-align: center;
}

.pickemSaveSmall{
	display: block;
    float: left;
    margin: 0 10%;
    padding: 5px 0 0 0;
    width: 80%;
	text-align: center;
}

.pickemUpdated {
	margin-top: 10px;
	background-color: green;
	padding: 10px;
	color: white;
}

.pickemNotSaved {
	margin-top: 10px;
	background-color: #911;
	cursor: pointer;
	padding: 10px;
	color: white;
}

.winner {
    background: #0b162f;
}
/*
    .pickemTeamCell * {
        display: block;
        margin: 0;
        padding: 0;
        text-align: right;
    }
*/
.pickemTeamHome img {
    width: 100px;
   /* display: block;
    float: left; 
   */
}

.pickemTeamAway img {
    width: 100px;
  /*  display: block;
    float: right;
  */
}

.pickemTeamHome h3 {
    float: left;
    text-transform: uppercase;
    font-size: 1em;
    color: #333;
    text-align: left;
    margin-top: 10px;
    width: 90%;
    font-family: 'Montserrat', sans-serif;
}

.pickemTeamAway h3 {
    float: right;
    text-transform: uppercase;
    font-size: 1em;
    color: #333;
    text-align: right;
    margin-top: 10px;
    width: 90%;
    font-family: 'Montserrat', sans-serif;
}

.pickemTeamHome input {
    display: block;
	float: right;
	background-color: white;
    font-family: 'Montserrat', sans-serif;
    width: 105px;
	height: 60px;
    text-align: center !important;
    font-size: 3.4em;
    font-weight: bold;
    border: 1px solid #ccc;
    -moz-box-shadow: 2px 2px 3px #666;
    -webkit-box-shadow: 2px 2px 3px #666;
    box-shadow: 2px 2px 3px #666;
    outline: 0;
	margin: 25px 30px 0px 0px;
    vertical-align: top;
}

.pickemTeamAway input {
    display: block;
	float: left;
	background-color: white;
    font-family: 'Montserrat', sans-serif;
    width: 105px;
	height: 60px;
    text-align: center !important;
    font-size: 3.4em;
    font-weight: bold;
    border: 1px solid #ccc;
    -moz-box-shadow: 2px 2px 3px #666;
    -webkit-box-shadow: 2px 2px 3px #666;
    box-shadow: 2px 2px 3px #666;
    outline: 0;
	margin: 25px 0 0 30px;
    vertical-align: top;
}

.pickemSuccessContainer {
    width: 100%;
    float: left;
}
.pickemSuccess {
    color: white;
    background-color: green;
    padding: 5px;
    width: 100%;
    top: 192px;
    height: 40px;
    text-align: center;
}

.pickemSuccessScore {
    color: white;
    background-color: green;
    padding: 5px;
    width: 100%;
    position: absolute;
    top: 192px;
    height: 40px;
    text-align: center;
}

.titlebar {
    float: left;
    background: #0C162F;
    color: white;
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1em;
    margin-bottom: 0px;

}

.clearleft {
    clear: left;
}

.clearright {
    clear: right;
}

.date {
    float: right;
    padding: 2px 10px;
}

.gamenumber {
    float: left;
    padding: 2px 0px;
}

.teamInfo {
    margin: 0px 0px;
    text-align: center;
}

.gameContainer {
    clear: left;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.gameContainer.loading {
    opacity: 0.25;
}
.gameContainer.hide {
    display: none;
}
.teamNameHome, .teamNameAway {
    overflow: hidden;
    font-family: 'Montserrat', sans-serif;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: bold;
	width: 100%;
}
.teamNameHome {
    float: left;
	text-align: left;
    padding-left: 10px;
}
.teamNameAway {
    float: right;
    text-align: right;
    padding-right: 10px;
}


/*  @media only screen
  and (min-device-width: 320px)
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait),
  */

.pickemHeader {
    padding: 10px;
    border: 1px solid black;
    float: left;
    width: 100%;
}

.pickemHeader .sections, .pickemHeader .selectedComponent {
    float: right;
}

.pickemHeader .sections {
    padding: 0 5px;
}

.staticScorePickem {
    display: block;
	background-color: white;
    font-family: 'Montserrat', sans-serif;
    width: 105px;
    text-align: center !important;
    font-size: 4em;
    font-weight: bold;
    border: 1px solid #ccc;
    -moz-box-shadow: 2px 2px 3px #666;
    -webkit-box-shadow: 2px 2px 3px #666;
    box-shadow: 2px 2px 3px #666;
    padding: 14px 17px;
    outline: 0;
}

.pickemTeamHome .staticScorePickem {
	float: right;
	   margin: 30px 50px 0 0;
}

.pickemTeamAway .staticScorePickem {
	float: left;
	margin: 30px 0 0 50px;

}

@media (min-width: 851px) and (max-width: 1050px) {
    .pickemTeamAway input, .pickemTeamHome input, .pickemTeamHome img, .pickemTeamAway img, .teamNameHome, .teamNameAway
    {
        text-align: center;
        float: none;
        margin: 0px auto;
    }

	.pickemTeamAway input, .pickemTeamHome input {
		display: block;
		margin: 0px auto 15px;
	}

	.optimismSave {
		padding: 25px 0 15px 0;
	}

	.pickemTeamHome .staticScorePickem, .pickemTeamAway .staticScorePickem {
		float: none;
		margin: 15px auto;
        font-size: 2em;

	}
	.pickemSaveSmall {
		display: block;
	}

	.pickem40 {
		width: 50%;
	}

    .pickemTeamAway input, .pickemTeamHome input {
        font-size: 2.2em;
    }

    .teamNameAway {
        text-align: center;
    }

    .scoreLabel { width: 100%; }
    .scoreBox {
        font-size: 2rem;
    }

    .titlebar { margin-bottom: 0; }

    .scoreLabelBox { width: 50%; }

    .weekLabel { display: none; }
}

@media (max-width: 670px) {

	.optimismSave {
		padding: 25px 0 15px 0;
	}
	.pickemSaveButton {
		display: none;
	}
	.pickemSaveSmall {
		display: block;
	}
	.pickem40 {
		width: 50%;
	}

	.pickemHeaderContainer img.logo {
		left: 0px;
	}
	.pickemHeaderContainer img.logoSponsor {
		right: 0px;
	}
    .pickemTeamAway input, .pickemTeamHome input, .pickemTeamHome img, .pickemTeamAway img, .teamNameHome, .teamNameAway
    {
        text-align: center;
        float: none;
    }


	.pickemTeamHome .staticScorePickem, .pickemTeamAway .staticScorePickem {
		float: none;
		margin: 15px auto;
        font-size: 2em;

	}

	.pickemTeamAway input, .pickemTeamHome input {
		display: block;
		margin: 0px auto 15px;
	}

    .pickemSuccessScore {
        color: white;
        text-align: center;
        background-color: green;
        padding: 5px;
        width: 100%;
        height: 40px;
        position: absolute;
        top: 297px;
    }

    .pickemSuccess {
        color: white;
        text-align: center;
        background-color: green;
        padding: 5px;
        width: 100%;
        height: 40px;
        top: 297px;
    }

    .pickemTeamAway input, .pickemTeamHome input {
        font-size: 2em;
    }

    .teamNameAway {
        text-align: center;
    }

    .scoreLabel { width: 100%; }
    .scoreBox {
        font-size: 2rem;
    }

    .titlebar { margin-bottom: 0; }

    .scoreLabelBox { width: 50%; }

    .weekLabel { display: none; float: left; }

    .secondChart {
        clear: both;
    }

    .chartContainer {
        width: 100% !important;
        text-align: center;
    }

    .teamNameHome, .teamNameAway {
        overflow: hidden;
        font-family: 'Montserrat', sans-serif;
        font-size: .8em;
        text-transform: uppercase;
        font-weight: bold;
        width: 100%;
    }

}

.pickemContainer {
    overflow: auto;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    background: #eee;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ddd;
    width: 100%;
}
.leaders, .gameLeaders {
	clear: left;
	float: left;
    width: 100%;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
}
.leaders.hide {
    display: none;
}
.gameLeaders {
    border-collapse: collapse;
    float: left;
}
.gameLeaders tr:nth-of-type(odd) {
    background: #eee;
}
.gameLeaders th {
    background: #333;
    color: white;
    font-weight: bold;
}
.gameLeaders td, th {
    padding: 5px;
    border: 1px solid #ccc;
    text-align: left;
}

.gameLeaders td {
	word-break: break-all;
}

.winners td, .winners th {
    padding: 1px;
}

.leaders.loading table tbody {
    opacity: 0.5;
}

.groupContainer {

}
.groupContainer.hide {
    display: none;
}

.fanbaseContainer {

}
.fanbaseContainer.hide {
    display: none;
}

.pickFanBaseMain {

}

.pickemError {
    color: white;
    background-color: red;
    padding: 5px;
    width: 100%;
    float: left;
}

.pickfanbaseContainer.hide {
    display: none;
}

.fanBaseMain {
    clear: left;
    float: left;
    background-color: #eee;
    width: 100%;
}

.fanBaseTeamMain {
    clear: left;
    float: left;
    width: 100%;
    font-weight: bold;
    padding: 5px 0 5px 13px;
}

.pickFanBaseMin img.teamFanBase {

}

.fanbaseBar {
    float: left;
    height: 30px;
    margin: 5px 0 5px 0;
    padding: 5px;
    color: white;
    font-weight: bold;
}

.fanbaseAccBar {
    float: left;
    height: 20px;
    margin: 0 0 5px 0;
    padding: 5px;
    color: white;
    font-weight: bold;
    font-size: 11px;
}

h2.fanBase {
    clear: left;
    float: left;
    margin-top: 10px;
    font-size: 1.7em;
    color: #fff;
    background-color: #0C162F;
    padding: 4px;
    width: 100%;
}

.byu{
    background-color: #00336A;
}

.utah {
    background-color: #C00;
}

.utahst {
    background-color: #073556;
}
.pickemImage {
    width: 20%;
}

.pickemImage img {
    width: 100px;
    display: block;
    float: left;
    margin: 5px 10px 5px 0;
}

.fanbaseStats {
    float: left;
    width: 80%;
}

.fanbaseAccuracyLabel
{
    clear: both;
    float: left;
    font-size: 11px;
    padding-top: 5px;
    border-top: 1px solid #aaa;
}

.barMain {
    float: left;
    width: 80%;
}

.groupAdminContainer {
    padding: 10px;
    border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	float: left;
    width: 100%;
}

.groupInvitationConfirmation.hide {
    display: none;

}

.faqContainer {
    width: 100%;
    float: left;
}
.faqContainer.hide {
    display: none;
}

.faqWrapper {
    /*padding-top: 10px;*/
    clear: both;
}

.faqWrapper p {
    font-size: 1em !important;
}

.faqWrapper h2 {
    margin: 18px 0 10px 0;
    font-weight: bold;
    font-size: 2em;
}

.faqWrapper img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    border: 1px solid #ccc;
    width: 300px;
}

.faqItem {
    padding-bottom: 15px;
}

.teamFanBase {
    width: 100px;
    display: inline;
    margin: 10px;
}



.teamFanBase:hover, .teamFanBaseOther:hover {
    border: 2px solid #bbb;
    cursor: pointer;
}

.teamFanBaseOther {
    background-color: #888;
    display: table;
    height: 100px;
    overflow: hidden;
    padding: 0 10px;
    width: 100px;
    margin: 20px auto;
}

.teamFanBaseOtherTitle {
    color: #fff;
    display: table-cell;
    font-weight: bold;
    font-size: 1.8em;
    line-height: 1.2;
    text-align: center;
    vertical-align: middle;
}

#loginPickem button {
    width: 100%;
    margin: 0 0 2.587801% 0;
    padding: 1% 0 4%;
    font-family: 'raleway';
    font-size: 1.7em;
}

#loginPickem button, #loginPickem button a.button {
    border: 0 none;
    color: #fff;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    vertical-align: baseline;
    text-decoration: none;
    -webkit-transition: background-color 300ms;
    transition: background-color 300ms;
    outline: none;
    font-family: inherit;
    background-color: #5b92f4;
    height: 40px;
    line-height: 40px;
    font-size: 1.7rem;
    padding: 0 10px;
}

.loadingContainer.hide {
    display: none;
}

.groupCreation {
    padding: 5px;
	font-size: 18px;
}

.playButton, .continueButton {
    background-color: #246;
    color: white;
    border-style: none;
    padding: 5px;
    cursor: pointer;
    box-shadow: 1px 1px 5px #888888;
}

.playButton {
    width: 100%;
    font-size: 18px;
    clear: both;
}

.playButton:hover {
    background-color: #369;
}

.continueButton {
    margin-top: 10px;
    width: 210px;
    font-size: 18px;
}

.groupTitle {
    padding-top: 10px;
}

.leftLabel {
    clear: both;
    float: left;
    width: 170px;
    font-weight: bold;
    color: #369;
    min-width: 170px;
}

.leftLabel span{
    color: white;
}

.rightLabel {
    float: left;
    min-width: 115px;
    max-width: 300px;
    text-align: left;
    font-weight: bold;
    color: #693;
}
.label_divide {
    clear: both;
    height: 1px;
    border-top: 1px solid #ccc;
    width: 300px;
    margin: 5px 0;
}

.rulesContainer.hide {
    display: none;
}

.bestPick {
    font-size: 1em;
}


