/* THIS IS IN MAIN.CSS and needs to be overridden to the following */
#GameContainer {
	margin: 0 auto;
	padding-top:10px;
}

/*******   NEW **********/
.message-text {
	float:left;
}
#game-message-box:after {
	content: "";
	display: table;
	clear: both;
}
#game-message {
	width:95%;
	float:left;
}

/*fun with selection colors */
::-moz-selection{color:#fff;color:rgba(255,255,255,0.85);background:#ff9900}
::selection{color:#fff;color:rgba(255,255,255,0.85);background:#ff9900}

#gameHeader {
	border-bottom: 1px solid #d8d8d8;
	padding:12px 0 10px 0;
}
#categoryBar {
	margin-bottom:5px;
	text-transform: uppercase;
	font-size: 75%;
	font-weight: bold;
}
#categoryBar h1 {
	text-transform: uppercase;
	font-size: 100%;
	font-weight: normal;
	line-height: normal;
	margin:0; 
	padding:0;
	display: inline-block;
}

/* IF THERE IS A GAME IMAGE, ENABLE THE FOLLOWING ID */

#gameMeta.showIcon {
	min-height:83px;
	padding-left:100px;
	background-repeat: no-repeat;
	background-position: 0 8px;
}
#gameHeader h1, #gameHeader h2, #gameHeader h4 {
	margin:0;
	padding:0;
}
#gameHeader h2 {
	font-size: 170%;
	line-height: 1.2em;
	margin-bottom: 3px;
	font-weight: 600;
}
#gameHeader h4 {
	font-size: 80%; 
	font-weight: normal;
}
.byline {
	margin-right:30px;
}
.byline img {
	max-width:15px;
	max-height: 15px;
	top: 2px;
	position: relative;
	margin-left:4px;
	background-color:#eee;
}
#follow-box {
	display:inline-block;
}
#follow-button {
	line-height:18px;
	color:#09c;
	border:1px solid #09c;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width:75px;
    text-transform: uppercase;
    font-size:11px;
    text-align:center;
}
#follow-button:hover {
	background-color:#09c;
	color:#fff;
	cursor:pointer;
}
#follow-button.following {
	background-color:#09c;
	color:#fff;
}
.update-line {
	display:block;
	line-height:23px;
}
.date {
	margin-right:30px;
}
.notVerified {
	color:#ec2a19;
}
.randomSub {
	font-weight: normal;
	float:right;
}
#fbShareBox /* to prevent the page from jumping around while FB renders buttons */{
	height:40px
}
.sporcle-fb-obj {
	overflow:hidden;
}
#fbShareBox .fb_iframe_widget_lift {
	z-index: 10;
}
#nofbShare {
	height:59px;
}
#instructions{
	font-size: 70%;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.tooltip{
	display: inline;
	position: relative;
}
.tooltip:hover:after{
	background: #1e2123;
	background: rgba(30,33,35,.95);
	border-radius: 5px;
	bottom: 26px;
	color: #fff;
	content: attr(title);
	left: -50px;
	padding: 10px;
	position: absolute;
	z-index: 98;
	min-width: 120px;
	text-transform: none;
	font-size: 12px;
}
.tooltip:hover:before{
	border: solid;
	border-color: #333 transparent;
	border-width: 6px 6px 0 6px;
	bottom: 20px;
	content: "";
	left: 25%;
	position: absolute;
	z-index: 99;
}
#noteAlert, #minefield, #forcedOrder, #forcedOrderNoSkip, #wrongAnswer {
	background-image: url(//d162758vd3dbpx.cloudfront.net/images/gameSprite16.png);
	background-repeat:no-repeat;
	display: inline-block;
	margin-left:5px;
}
#noteAlert {
	background-position: 0 -154px;
	width:20px;
	height:14px;	
	position:relative;
	top:2px;	
}
#howToPlayBox {
	margin-right:12px;
}
#minefield {
	background-position: 0 -114px;
	width:10px;
	height:12px;		
}
#forcedOrder {
	background-position: 0 -128px;
	width:12px;
	height:11px;	
}
#forcedOrderNoSkip {
	background-position: 0 -174px;
	width:13px;
	height:11px;	
}
#wrongAnswer {
	background-position: 0 -140px;
	width:13px;
	height:11px;
}
#instructionsBox {
	background-color: #eee;
	text-transform: none;
	padding:10px 30px;
	margin: 5px 0 15px 0;
	font-size: 120%;
}
#instructionsBox li {
	word-wrap:break-word;
}
#alsoTry {
	font-size: 80%;	
}
#embedMedia {
	text-align:center;
	margin:6px 0;
}

/*******   END NEW **********/


#gameHeaderBox {
	margin-top:0;
	background-color:#fff;
}

/* adjusted these manually to fit page container... */

#gameTable, .data {
	width:100%;
}
#gameTable {
	margin:5px 0;
}
.data {
	margin:3px 0;
}
#mapcanvas {
	font-family: Verdana, Geneva, Sans-Serif;
}
#gameHeaderWrapper {
	z-index:5;
	background-color: #FFF;
	padding-top:15px;
	position:relative;
}
.fixed-header {
	position:fixed !important;
	top:0px;
	width:920px;
}
#gameHeaderTransition {
	opacity:0.7;
	height:4px;
	width:100%;
	background:url(//d162758vd3dbpx.cloudfront.net/images/game_header_fade.png) repeat bottom;
	position:absolute;
}
td {
	text-align:center;
}
#gameLegend {
	width:100%;
	text-align:center;
	margin-top:18px;
}

/*** NEW CSS FOR SOCIAL, SHARE SECTION in GAME HEADER ***/
#popularContainer {
	border-bottom:1px solid #d8d8d8;
	padding:7px 0;
	width:610px;
	min-height: 137px;
}
#popularBar {
	padding-bottom:20px;
}
#popularActions {
	float:right
}
#popularActions span, .gamePlays {
	text-transform: uppercase;
	font-size: 70%;
}
#popularActions span {
	margin-left:10px;
}
#popularActions span a {
	background-image:url(//d162758vd3dbpx.cloudfront.net/images/gameSprite16.png);
	background-repeat: no-repeat;
	height:16px;
	line-height: 16px;
	display: inline-block;
}
.editGame a	{
	padding-left:24px;	
	background-position: 0 -339px;
}
#socialBox {
    margin-top: 15px;
}
#socialBox div {
	color: #fff;
    transition: background-color 0.15s ease 0s;
    cursor: pointer;
    font-size: 10pt;
    line-height: 1em;
    border-radius: 2px;
    background-image: url('//d162758vd3dbpx.cloudfront.net/images/gameSprite16.png');
    background-repeat: no-repeat;
    display: inline-block;
    font-weight: bold;
    margin-right: 4px;
}
#share-game-facebook {
    background-position: 11px -306px;
    background-color: #3B5998;
    padding: 10px 12px 10px 35px;
}
#share-game-twitter {
	background-position: -74px -305px;
    background-color: #00c3f3;
    padding: 10px 12px 10px 35px;
}
#embed-game {
	background-position: -263px -306px;
    background-color: #c5c5c5;
    padding: 10px 12px 10px 41px;
}
#playCount {
	font-size: 145%;
	font-weight: bold;
	margin-right: 5px;
}
.gamePlays, .commentCount, .faveCount {
	margin-right:10px;
}
.commentCount a, .faveCount a {
	color:#000;
	font-weight: bold;
}
.commentCount a:hover, .faveCount a:hover, .ratingsBox a:hover {
	color:#09c;
	text-decoration: none;
}
#faveIcon:hover {
	text-decoration: none;
}
#commentIcon, #faveIcon, .ratingIcon, .ratingIcon, .ratingIconChosen, .ratingIconNoScore, .ratingIconNotChosen {
	background-image: url(//d162758vd3dbpx.cloudfront.net/images/gameSprite16.png);
	background-repeat:no-repeat;
	display: inline-block;
}
#commentIcon {
	background-position: -2px -359px;
	width:16px;
	height:12px;
}
#faveIcon {
	width:14px;
	height:12px;
}
#faveIcon {
	background-position: 0 -84px;
}
#faveIcon.favorited {
	background-position: 0 -100px;
}

#ratingsBar {
	display:inline-block;
	width:auto;
	height:14px;
}
#ratingsMaskBg {
	display:block;
	position:relative;
	top:0;
	left:0;
	width:76px;
	height:14px;
	background-image:url(//d162758vd3dbpx.cloudfront.net/images/gameSprite16.png);
	background-position:0 -42px;
	background-repeat:no-repeat;
}
#ratingsMaskFg {
	display:block;
	position:absolute;
	top:0;
	left:0;
	height:14px;
	background-image:url(//d162758vd3dbpx.cloudfront.net/images/gameSprite16.png);
	background-position:0 -2px;
	background-repeat:no-repeat;
}
#ratingsBar:hover #ratingsMaskFg {
	display:none;
}
#ratingsBar:hover #ratingsMaskBg, #ratingsMaskBg.rated {
	background-position:0 -62px;
}
#ratingsBar a:hover, #ratingsBar a.rated {
	background-image:url(//d162758vd3dbpx.cloudfront.net/images/gameSprite16.png);
	background-position:0 -22px;
}
#ratingsContainer {
	position:relative;
	width:76px;
	height:14px;
	margin:-14px 0 0 0;
}
.ratingLink {
	display:block;
	position:absolute;
	top:0;
	left:0;
	text-indent:-9000px;
	height:14px;
}
#avgRatingNum {
	font-weight:bold;
}
#rating5 {
	width:76px;
}
#rating4 {
	width:62px;
}
#rating3 {
	width:46px;
}
#rating2 {
	width:30px;
}
#rating1 {
	width:14px;
}
#ratingsNum {
	font-size: 7pt;
	color: #b3bdca;
	font-weight: normal;
	padding-left:2px;
}

/* Play Bar */
#playPadding {
	padding-top:10px;
}
#gameBarBox {
    min-height: 84px;
    border-top-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -webkit-border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;

}
#giveUp {
	font-size:28%; 
	font-weight:normal;
	text-align:center;
	line-height:1.7em;
	display:block;
}
#playGameBar {
	padding: 0;
	min-height: 65px;
	margin-right:342px;
}
#postGameBox {
    padding-top: 6px;
    vertical-align: middle;
    display: table;
    margin-left: 5px;
}

/* updated buttons in this section */
.button-wrapper {
	display:inline-block;
}
.game-button {
	border-radius: 3px;
	text-transform: uppercase;
	background: rgb(255, 153, 0);
}
.game-button:hover {
	background: rgb(255, 132, 0);
}
.game-button span {
	color: white;
	background: url(//d162758vd3dbpx.cloudfront.net/images/gameSprite16.png);
	background-repeat: no-repeat;
	display: inline-block;
}
/* pre-game */
.game-button.lrg {
	font-size: 138%;
	width:236px;
	text-align:center;
}
.game-button.lrg span {
	margin:12px;
	height:25px;
}
#button-play, #button-replay {
	background: rgb(132, 182, 35);
}
#button-play:hover, #button-replay:hover {
	background: rgb(111, 159, 17);
}
#button-play span {
	background-image:none;
}
/* used for both the pre-game challenge and the results challenge */
#button-challenge.lrg {
	margin-left:18px;
}
/* post game */
#reckonBox {
    background-color: #eee; /* changed 10/27/2015 */
    border: 1px solid #D8D8D8;
    text-align: center;
    padding: 9px 0px;
}
#gameOverMsg, #reckonMsg {
    display: inline-block;
    text-align: left;
    text-transform: uppercase;
    margin-right: 20px;
    vertical-align: top
}

#reckonMsg {
    color: #bdbcbc;
}

#gameOverMsg .reckon-score, #reckonMsg .reckon-score {
    font-size:210%;
    display: table-cell;
    vertical-align: middle;
    font-weight: 600;
}

#snark {

    font-family: Times new Roman, Times, sans-serif;
    font-style: italic;
    font-size: 106%;
    width:340px;
    display: table-cell;
    vertical-align: middle;
    line-height: normal;
}

#snark .fake-link {
    font-size: 70%
}
#faredBetter {
	text-transform:uppercase;
	font-size:66%;
	text-overflow:ellipsis;
	overflow:hidden;
}

.game-button.sm span {
	margin: 8px 20px
}
.game-button.sm {
    font-size: 108%; /* changed 10/27/2015 */
    margin: 0 5px;
}
#button-facebook {
	background: rgb(60, 88, 152);
}
#button-facebook:hover {
	background: rgb(38, 63, 119);
}
#button-challenge span {
	background-position: 0 -417px;
	padding-left:35px;
}
#button-challenge-post span {
	background-position: 0 -486px;
	padding-left:35px;
}
#button-stats span {
	background-position: 0 -445px;
	padding-left:30px;
}
#button-facebook span {
	background-position: 0 -578px;
	padding-left:20px;
}
#button-replay.lrg span {
	background-position: 0 -391px;
	padding-left:25px;
}
#button-replay span {
	background-position: 0 -394px;
	padding-left:25px;
}
#button-random span {
    background-position: 0 -603px; /* changed 10/27/2015 */
    padding-left:28px;
}
#timerScoreBox {
	float: right;
	padding: 0 10px 0 0;
	text-align: center;
}
#timeBox, #scoreBox {
	text-align: center;
	font-size: 34pt;
	font-weight: bold;
	color: #000;
	min-width: 110px;
}
.smallLine {
	line-height: 98%;
}
#timeBox {
	float:right;
}
#time {
	display:block;
}
#scoreBox {
	float: left;
}
.timeTicking {
	color: #cf4400;
}
.timerScoreTitle {
    color: #a5aeba;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
    font-weight:normal;
    line-height: 1.7em;
    display:block;
}
.answerEntry {
	border: 1px solid;
	border-color: #999 #b5b5b5 #d2d2d2 #b5b5b5;
	background: #f9f9f9;
	color: #222;
	padding: 4px;
	line-height: 105%;
	vertical-align: middle;
	font-size: 115%;
	width:350px;
}
.answerEntry.narrow {
	width:250px;
}
#previousButton, #nextButton{
	display: inline-block;
	font-size: 70%;
	text-transform: uppercase;
	font-weight: bold;
	text-align:center;
}
#previousButton a , #nextButton a {
	width: 45px;
}
#dailyNav {
	margin:20px 0;
}
#dailyNav #previousButton, #dailyNav #nextButton{
	margin-top:7px;
}
#dailyNav #previousButton a, #dailyNav #nextButton a {
	width:175px;
}
#dailyNav #previousButton {
	float:left;
}
#dailyNav #nextButton {
	float:right;
}
#dailyApp {
	width:512px;
	display:inline-block;
	text-align: center;
}
#pauseBox {
	width:40px;	
	display: inline-block;
	font-size: 100%;
	font-weight: bold;
	float:left;
	margin:21px 5px 0 5px;
}	
#previousButton a , #nextButton a,  #pauseBox a{
	padding: 9px 12px;
	line-height: 1;
	text-decoration: none;
	color: #333;
	background: #e4e4e4 url(//d162758vd3dbpx.cloudfront.net/images/glass.png) repeat-x 0 50%; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 1px 0 0 #cdcdcd;
	-webkit-box-shadow: 0 1px 0 0 #cdcdcd;
	box-shadow: 0 1px 0 0 #cdcdcd;
	display: inline-block;
}
#previousButton a:hover , #nextButton a:hover, #pauseBox a:hover {
	background-color:#ccc;
}
#answerBox {
	display: inline-block;
}
#previousButton {
	margin-right:5px;
}
#nextButton {
	margin-left:5px;
}
#answerBox label {
	font-size:125%;
	display:block;
}

/* Daily Dose Nav NEED TO NOT FORGET THIS */
img.arrow{
	border: 0;
	text-decoration: none;
}
table.dailybox_main td.daily img{
	float: left;
}
table.dailybox_main td{
	font-size: 10pt;
}
div.dailylink{
	float: left;
	position: relative;
	top: 12px;
}
	
/* Challenge Modal - should this CSS be in a separate file? */
tr.checked {
	background-color: #f2f7f9 !important;
}
tr.disabled {	
	background-color: #ececec !important;
}
#friendWrap {
	overflow-y: scroll;
	overflow: -moz-scrollbars-vertical;
	height:205px;
	border-bottom:1px solid #ddd;
}
table#friend_select  {
	width: 100%;
	background-color: #f6f5ec;
	border-collapse: collapse;
}
#friend_select tr {
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
#friend_select td {
	padding:5px;
}
#friend_select img{
	width:24px;
	height:24px;
	border:1px solid #ccc;
	background-color: #eee;
}
.div {
	height: 1px;
	padding:0 !important;margin:0 !important;
}
.friend {
	width:100%;
	padding-left:5px;
	text-align: left;
}
.friend_checkbox {
	cursor: pointer;
}
#friend_select .disabled input {
	cursor: default !important;
}
#tainer .tinner {
	font-size: 14px;
	color: #666;
	text-shadow: none;
	background-image: none !important;
}
#leftcolBox {
	width: 220px;
	float: left;
}
#rightcolBox {
	width: 260px;
	float: left;
	margin-left:30px;
}
#leftcolBox h4, #rightcolBox h4 {
	color:#333;
	font-size: 14px;
	padding:10px;
	background-color: #edebe0;
	margin-top:0;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	margin-bottom:10px;
}
#pcontainer {
  	background-color: #FEFFED;
  	font-size: 14px;
  	color:#666;
  	position:absolute;
  	height:500px;
  	width:600px;
  	margin:-270px 0 0 -300px;
  	top: 50%;
  	left: 50%;
  	text-align: left;
  	padding:0 ;
  }	
.presume {
	margin:1em 0;
	text-align: center;
	height:44px;
}
.presume img {
	border:none;
}
#modalPopBox {
	text-align: left;
	padding:10px;
}
#modalPopBox h2 {
	border-bottom: 3px solid #ddd;
	margin-bottom:15px;
	padding:5px 0;
	color: #444;
}
#modalPopBox h3 {
	margin:0;
} 
table#friend_select tr:hover {
	background-color: #ffc;
}
label.friends {
	background-color: #e3eef6;
	display: block;
	padding:7px 10px;
	font-weight: bold;
	font-size: 90%;
	color:#333;
}
/* this forces the the scrollbar to be visible for OS X/Chrome/Safari */
#friendWrap::-webkit-scrollbar {
	-webkit-appearance: none;
}
#friendWrap::-webkit-scrollbar:vertical {
	width: 11px;
}
#friendWrap::-webkit-scrollbar:horizontal {
	height: 11px;
}
#friendWrap::-webkit-scrollbar-thumb {
	border-radius: 8px;
	border: 2px solid #f3f3f3; /* should match background, can't be transparent */
	background-color: rgba(0, 0, 0, .5);
}
#friendWrap::-webkit-scrollbar-track { 
	background-color: #f3f3f3; 
} 
#top {
	margin-bottom: 20px;
}
#mini-medal {
	background: url(//d162758vd3dbpx.cloudfront.net/images/mini_medal.png) no-repeat 0px 0px;
	width: 75px;
	height: 117px;
	position: absolute;
	top:97px;
	left: 480px;
	z-index: 6;
}
#challsearch {
	margin: 0;
	background: url(//d162758vd3dbpx.cloudfront.net/images/tinySearchIcon.png) no-repeat 5px 6px;
	display: inline-block;
}
#challsearch input#search-friend {
	width: 200px;
	margin: 0;
	padding: 5px 28px;
	font-size: 14px;
	color: #999;
	background: none;
	border:none;
	outline: none;
}
#challFilter {
	background-color: #f3f3f3;
	display: inline-block;
	padding:5px;
	border-right:1px solid #ddd;
}
.center {
	margin: 0 auto;
	text-align: center;
}
.padding20 {
	padding:20px;
}
.facePile {
	height:60px; 
	padding:20px 0
}
.close-message {
	display:inline-block;
	float:right;
	position: relative;
	top: -10px;
	left: 4px;
	font-weight: normal;
	cursor: pointer;
}
#chl-message-box {
	margin:-12px 0 0 0;
	height:18px;
}
/* I think this is for floaty bar */


.footerGroups {
	width:920px;
	margin:auto;
}

/** Pause Screen **/
#pmask {
	background:#FEFFED;
}
#pbox {
	background:#FEFFED !important;padding:0;
}
#gamebar {
	margin-bottom:1.8em;
	border-top:2px solid #efe9e1;
	border-bottom:2px solid #efe9e1;
	padding:7px 3px;
	float:left;
	width:100%;
}
.paused {
	color:#ff8800;
	float:left;
	font-weight:bold;
}
.gtitle {
	width:150px;
	text-align: center;
	margin:0 auto;
}
.timerem {
	float:right;
}
#plogo {
	margin:1em 0;
	float: right;
	border: 0; 
	width:180px; 
	height:60px;
	background-image: url(//d162758vd3dbpx.cloudfront.net/images/headerSprite_v3.png);
}
a#resumeBtn {
   	height: 40px;
   	width: 167px;
   	display:block;
   	overflow:hidden;
	margin-left: auto;
	margin-right: auto;
}
a#resumeBtn:hover {
	text-indent:-167px;
}
#pause-ad {
	height:360px;
}

/** Removed Featured Graphic/Badge et al **/

div.giIMU {
	float:right;
	height:250px;
	margin-top:20px;
	padding:0;
	width:300px;
	text-align:right;
}

/** Friends Scores **/
#friendScoresBox /* pre-existing Style in games.css,  */{
	padding:10px 0;
	position: relative;
}
#orDivider {
	display:inline-block;
	width:50px;text-align: center;
	padding:10px;
	background-color: #fff;
	position: absolute; 
	left: 42%;
	top: 40%;
	color:#999;
}
.signupPromo {
	display:inline-block;
	width:225px;
	vertical-align: top;
}
.signupPromo input {
	border:1px solid #eee;
	background-color: #eee;
	padding:8px 8px 8px 33px;
	font-size: 11pt;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
}
.signupPromo input:hover {
	border:1px solid #dbdbdb;
	background-color: rgba(235,235,235,0.4);
	-webkit-transition: background-color .15s, border-color .15s;
	-moz-transition: background-color .15s, border-color .15s;
	-ms-transition: background-color .15s, border-color .15s;
	transition: background-color .15s, border-color .15s;
}
.signupPromo button {
	margin-bottom: 15px;
}
#promoLeft {
	padding-right:57px;
}
#promoRight {
	line-height: 110%;
	padding-left:57px;
	border-left: 1px solid #dbdbdb;
}
#rememberme-container {
	color:#999;
	font-size: 12px;
	padding:4px;
}
#game_page_login_error, #pause_login_error {
	color: red;
	text-align: center;
	font-size: 80%;
	padding-top:10px;
}
#you {
	background-color:#FEFFCB;
}
#you.top {
	border-bottom:3px solid #ddd;
}
#you.bottom {
	border-top:3px solid #ddd;
}
#friendScores {
	padding-bottom:20px;
	width:600px;
	margin-top: 20px;
}
#standings {
	color:#333;
	width:100%;
	margin:15px 0;
}
#standings th {
	border-bottom:1px solid #ddd;
	background-color: #f1f1f1;
	padding:8px 0;
	text-align:center;
	font-size: 70%;
}
#standings #playerHead {
	padding-left:15px;
	text-align:left;
}	
#standings td {
	border-bottom:1px solid #e5e5e5;
	font-size:80%;
	padding:0;
}
#standings ul {
	margin:0;
	padding:0;
}
#standings li {
	list-style:none;
} 
#standings .elapse {
	font-size:60%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: center;
}
#standings .name {
	text-align:left;
	vertical-align: middle;
	padding-left:4px;
}
.user-thumb {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	background: #eee url(http://d162758vd3dbpx.cloudfront.net/u/default.png) no-repeat;
	background-position: center;
	background-size: cover;
}
#standings .user-thumb {
	margin: 7px auto;
	width: 25px;
	height: 25px;
}
img.defaultImage:hover {
	cursor:pointer;
}	
.gameHeader, .comments-section h2 {
	height: 23px;
	padding-top: 4px;
	margin:0 0 10px 0;
	font-size:12pt;
	color:#cf4400;
}
.headerBoxTitle {
	padding: 0;
	font-size: 12px !important;
	text-transform: uppercase;
	margin: 0 0 4px;
	text-align: center;
}
#footerBox, #headerBox {
	text-align: left;
}
#footerBox {
	margin: 5px 35px 0 0;
	float: left;
	width: 283px;
}
#headerBox {
	min-height:129px;
	min-width:273px;
	margin:10px 0 0 0;
	float:right;
	padding:0 0 12px 12px;
	border-bottom: 1px solid #d8d8d8;
	border-left: 1px solid #d8d8d8;
}
#headerBox ol  {
	width:273px;
}
#footerBox ol, #headerBox ol {
	padding:0;
	margin:0;
}
#footerBox li:hover{
	background-color: #FCFBDE;
}
#showAll a {
 	padding:3px 5px;
 	-webkit-border-radius: 3px;
 	-moz-border-radius: 3px;
 	border-radius: 3px;
 	background-color: #fff;
}	 
#showAll a:hover {
 	color:#fff;
 	text-decoration: none;
 	background-color: #09c;
}	
#showAll a.disabled {
 	cursor: default;
 	color:#d8d8d8;
}
#showAll a.disabled:hover {
	background-color: #fff;
}

/* Post challenge modal */
#challenge-standings {
	color:#333;
	font-size:14px;
	margin-top:15px;
	width:100%;
}
#challenge-standings th {
	border-bottom:1px solid #e3edf4;
	padding-bottom:5px;
	text-align:center;
}
#challenge-standings td {
	border-bottom:1px solid #e3edf4;
	font-size:14px;
	padding:5px;
}
#challenge-standings img {
	border:5px solid #ccc;
	overflow-y:hidden;
	width:30px;
	background-color: #eee;
}
#challenge-standings td.pic {
	width:40px;
}
#challenge-standings .name {
	font-size:16px;
	text-align:left;
}

/* popular today */ /**** NEED TO OPTIMIZE POP TODAY and BETTER ORGANIZE POP vs FOOTER LINK BOX CSS, if/where possible ****/

#headerBox li {
	list-style-type: none;
	padding: 1px 0;
	font-size: 12px;
	float:left;
	display: inline;
}
#headerBox .playsBlazing,#headerBox .playsHot, #headerBox .playsWarm {
	text-align: right;float: left;width: 65px;
}
#headerBox .playsBlazing {
	color: #ff1500;
}
#headerBox .playsHot {
	color: #ff7800;
}
#headerBox .playsWarm {
	color: #ffa000;
}
#headerBox .blazing, #headerBox .hot,  #headerBox .warm {
	background-image: url(//d162758vd3dbpx.cloudfront.net/images/gameSprite16.png);
	background-repeat: no-repeat;
	height:16px;
	width:12px;
	display: inline-block;
	float: left;
	margin-right:4px;
}
#headerBox .blazing {
	background-repeat: no-repeat;
	background-position: 0 -227px;
}
#headerBox .hot {
	background-position: -11px -227px;
}
#headerBox .warm {
	background-position: -22px -227px;
}
#headerBox .gameName {
	width: 188px;float:left; 
}
#headerBox .gameName:hover {
	text-decoration: underline;
}
.andMore {
	margin-left:17px;	
}
#footerBox li {
	list-style-type: none;
	border-bottom: 1px solid #EEE;
	padding: 3px 0;
	font-size: 12px;
	/* float:left;display: inline; */
}
#footerBox a, #headerBox a {
	cursor:pointer;
}
#footerBox a .plays {
	text-decoration: none;color: black;float:right;
}
#footerBox .gameName, {
	width: 193px;float:left;
}
#footerBox .plays,  {
	text-align: right;float: left;width: 70px;
}
#footerBox a:hover, dsa:hover {
	text-decoration: none;
}

/*** YMAL You Might Also Like Section ***/

.wrap {
	  width: 100%;
	  min-width: 920px;
	  overflow: auto;
	  padding-top: 5px;
	  font-size: 85%;
	  font-weight:bold;
}	
.leftCol {
	  float: left;
	  width: 295px;
	  text-align: left;
	  margin-right:15px;
}	
.centerCol {
	float: left;
	text-align: left;
	width: 285px;	  
	margin-right:15px;
}
.rightCol {
	 float: right;
	 text-align: left;
	 width: 300px;
}
.wrap p {
	margin:25px 0 0 88px;
	padding:0;
}
.wrap.daily p {
	margin:16px 0 0 88px;
}
.wrap img {
	float:left;
}

/* Extras */
#extras {
	font-size: 80%;
	margin-bottom: 25px;
}
.extraItem {
	display: table-cell;	
}
.extraLink {
	background-image: url(//d162758vd3dbpx.cloudfront.net/images/gameSprite16.png);
	background-repeat: no-repeat;
	padding:2px 24px;
	height:16px;
	line-height: 16px;
}
#createdDate {
	background-position: 3px -551px;
	white-space:nowrap;
}
#modPick {
	background-position: 0 -245px;
	white-space:nowrap;
}
#sourceLink {
	background-position: 0 -266px;
}
#reportLink {
	background-position: 0 -286px;
}
#nominateLink {
	background-position: 0 -373px;
}
#nominateLink.nominated {
	background-position: 0 -466px;
	cursor:default;
	text-decoration:none;
}
#editTagsLink {
	background-image: url(//d162758vd3dbpx.cloudfront.net/images/gameSprite16.png);
	background-repeat: no-repeat;
	background-position: 0 -339px;
	padding:2px 2px 2px 24px;
	height:16px;
	line-height: 16px;
}
#tagsLabel{
	display:table-cell !important;
	padding-right:6px;
}
/* Edit Tags Modal */
div#utag, div#tagresults {
	margin:3px;
	border:1px solid #999;
	overflow:auto;
	padding:2px;
	height:60px;
	background-color: #fff;
	text-align:left;
}
#tagsearch {border: 1px solid #C9C9C9;
	color: #666;
	margin: 0;
	padding: 4px;
	vertical-align: middle;
	width: 160px;
	font-size: 14px;
	margin-bottom:10px;
}
#modalcontent button{
	cursor: pointer;
	margin-top:10px;
}
div#utag {
	height:60px;
	background:#FFFFFF;
	overflow:auto;
}
div#utag div {
	padding:1px 3px;
	float:left;
	min-width:110px;
	margin:2px;
	cursor:pointer;
}
div#utag div.tagactive {
	background:#77FF77;
	border:1px solid #228822;
	text-shadow: none;
}
div#utag div.tagdeactive {
	background:#FF7777;
	border:1px solid #882222;
	text-shadow: none;
}
/* misc. */

.left {
	text-align: left;
}
.center {
	text-align: center;
}
.floatL {
	float:left;
}
.nomarginR {
	margin-right:0!important;
} 
#showAll /* WTF is wrong with this ID?? */{
	padding-top:20px 0;
	border-bottom:none;
	font-size: 80%;
	display: inline-block;
}
#topUserGamesHistory .gamelen, #topGamesTag .gamelen, #topGamesHistory .gamelen {
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    width:227px;
    display:inline-block;
}

.hide_snark_btn {
    display: inline-block;
    margin-right: 5px;
}

#snark-buttons {
    text-align: center;
}

/* Playlists */
#pl {
	margin-top:10px;
	font-size: 85%;
	position: relative;
}
#pl-title {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
	height: 20px;
	z-index: 5;
}
#pl-title div {
	display: inline-block;
	border-bottom: 4px solid #333;
	margin-bottom: 15px;
	z-index: 1;
	position: relative;
}
#pl-container {
	border-top:4px solid #ccc;
	border-bottom:4px solid #ccc;
	position:relative;
	padding:10px 0;
	display: table;
	min-height: 50px;	
	
	background-image: url(//d162758vd3dbpx.cloudfront.net/images/setArrow.png);
	background-repeat:no-repeat;
	background-position: center top;	
}
.pl-nav-btn {
	position:absolute;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.pl-nav-btn:hover {
	opacity: .8;
}
#pl-prev {
	left:0px;
}
#pl-next {
	right:0px;
}
#pl-links {
	padding: 0 40px;
	line-height: 1.5em;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#pl-current {
	font-weight: bold;
}