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

/*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;
}
.update-line {
	line-height:23px;
}
.notVerified {
	color:#ec2a19;
}
#played-tag {
	position:absolute;
	right:0;
	font-size: 11px;
	display:table;
	border: 1px solid #e5e5e5;
	padding:0px 25px;
	bottom:0px;
	line-height: 22px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.played-tag {
	background-color: #feffc8;
}
.unplayed-tag {
	background-color: #eee;
}
.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;
}
#fixedHeight {
	min-height:38px;
	margin-top:13px;
}
#instructions{
	font-size: 70%;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.tooltip{
	display: inline;
	position: relative;
	margin-right:18px;
	
	-webkit-filter: contrast(0);
    filter: contrast(0);
}
.tooltip:hover, #howToPlayText, #timerSettingsHelp {
	-webkit-filter: none;
    filter: none;
}

.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;
	text-align:left;
}
.tooltip:hover:before{
	border: solid;
	border-color: #333 transparent;
	border-width: 6px 6px 0 6px;
	bottom: 20px;
	content: "";
	left: 50%;
	position: absolute;
	z-index: 99;
}
#noteAlert, #minefield, #forcedOrder, #forcedOrderNoSkip, #wrongAnswer, #noPeeking {
	background-image: url(//d162758vd3dbpx.cloudfront.net/images/sprite_Game_21.png);
	background-repeat:no-repeat;
	display: inline-block;
	padding-left:16px;
	cursor:pointer;
}
#noteAlert {
	background-position: 0 -154px;
	padding:1px 0px 1px 22px;
}
#minefield {
	background-position: 0 -114px;
	height:12px;
}
#forcedOrder {
	background-position: 0 -127px;
	height:13px;
}
#forcedOrderNoSkip {
	background-position: 0 -174px;
	height:13px;
}
#wrongAnswer {
	background-position: 0 -139px;
}
#noPeeking {
	background-position: 0 -630px;
	padding-left:21px;
}
#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;
}
.gamePlays {
	text-transform: uppercase;
	font-size: 70%;
}
.editGame {
	float:right;
	background-repeat: no-repeat;
	height:18px;
	line-height:18px;
	display:inline-block;
	font-size:70%;
	text-transform:uppercase;
	padding-top:2px;
}
.editGame a	{
	padding-left:24px;
	background-position: 0 -339px;
	background-image:url(//d162758vd3dbpx.cloudfront.net/images/sprite_Game_21.png);
}
#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/sprite_Share_2.png');
    background-repeat: no-repeat;
    display: inline-block;
    font-weight: bold;
    margin-right: 4px;
}
#share-game-facebook {
    background-position: 11px 7px;
    background-color: #3B5998;
    padding: 10px 12px 10px 35px;
}
#share-game-twitter {
	background-position: -74px 8px;
    background-color: #00c3f3;
    padding: 10px 12px 10px 35px;
}
#share-game-embed {
	background-position: -263px 7px;
    background-color: #c5c5c5;
    padding: 10px 12px 10px 41px;
}
#share-game-challenge {
	background-position: -163px 7px;
	background-color: rgb(255, 153, 0);
	padding: 10px 12px 10px 35px;
}
#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, #playlistIcon {
	background-image: url(//d162758vd3dbpx.cloudfront.net/images/sprite_Game_21.png);
	background-repeat:no-repeat;
	display: inline-block;
}
#commentIcon {
	background-position: -2px -359px;
	width:16px;
	height:12px;
}
#faveIcon {
	width:14px;
	height:12px;
	background-position: 0 -84px;
}
#faveIcon.favorited {
	background-position: 0 -100px;
}
#playlistIcon {
	width:18px;
	height:12px;
	background-position: 0 -315px;
}
.orange-lock {
	vertical-align:bottom;
	margin:0 10px 1px 0;
	display:inline-block;
	width:14px;
	height:18px;
	background-image: url(//d162758vd3dbpx.cloudfront.net/images/orange-lock-big.png);
    background-repeat: no-repeat;
}
#addToPlaylist {
	padding-left:15px;
	display:inline-block;
	font-size:70%;
	height:18px;
	line-height:18px;
	color: #0098ce;
}
#addToPlaylist:hover {
	cursor:pointer;
	text-decoration:underline;
}
#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/sprite_Game_21.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/sprite_Game_21.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/sprite_Game_21.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;

}
#timerSettings {
	display:inline-block;
	margin-left:10px;
	background:transparent url('//d162758vd3dbpx.cloudfront.net/images/sprite_Game_21.png') 5px -649px no-repeat;
	width:12px;
	height:14px;
	vertical-align:sub;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
	padding:5px;
	position:absolute;
	right:12px;
	top:13px;
	opacity:0.5;
}

#timerSettings:not([disabled]) {
	opacity:1;
}

#timerSettings:not([disabled]):hover {
	background:transparent url('//d162758vd3dbpx.cloudfront.net/images/sprite_Game_21.png') 5px -671px no-repeat;
	background-color:#ECECEC;
	cursor:pointer;
}

#timerSettingsHelp {
	position:absolute;
	right:-21px;
	top:18px;
}

#share-game-challenge.disabled {
	opacity:0.5;
	pointer-events:none;
}

/* MAIN NAV VERTICAL DD menus */
#timerSettings .dropdown {
	display: none;
}
#timerSettings .dropdown li {
	color:#666666;
	list-style:none;
	width: 92px;
	text-align:left;
	padding:8px 0 8px 28px;
	border-bottom-right-radius:6px;
	border-bottom-left-radius:6px;
}
#timerSettings .dropdown li:first-child {
	border-bottom:solid 1px #DFDFDF;
	border-bottom-right-radius:0;
	border-bottom-left-radius:0;
}
#timerSettings .dropdown li.active {
	background:transparent url('//d162758vd3dbpx.cloudfront.net/images/sprite_Game_21.png') 9px -687px no-repeat;
}
#timerSettings .dropdown li[disabled] {
	cursor:default;
}
#timerSettings .dropdown li:not(.active)[disabled] {
	opacity:0.5;
}
#timerSettings .dropdown li:not([disabled]):hover {
	background-color: #F3F3F3;
}
#timerSettings:not([disabled]):hover .dropdown  {
	top:19px;
	right:-8px;
	z-index: 400000;
	background-color: #ECECEC;
	height: auto;
	width: 120px;
	display: block;
	float: none !important;
	color: #fff;
	position: absolute;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	-webkit-box-shadow: 2px 2px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 2px 2px 0px rgba(0,0,0,0.15);
	box-shadow: 2px 2px 0px rgba(0,0,0,0.15);
}

/* nav style overrides */
#nav .dropdown li a {
	padding: 5px 20px 2px 20px;
	font-size: 77%;
}
#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/sprite_Game_21.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;
}
/* 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-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;
}
#timeBox.timeTicking {
	color: #cf4400;
}
#timeBox.timePast, #scoreBox.timePast {
	color: #A5AEBA;
}
.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;
	vertical-align: middle;
	font-size: 1.15em;
	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;
}
div#preHide {
	background: #d8d8d8 url('//d162758vd3dbpx.cloudfront.net/images/hiddenQuestions2.png') center center no-repeat;
	border-radius:6px;
	display:table-cell;
	height:330px; 
	width:920px;
	vertical-align:middle;
}
/* 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;
}

.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;
}
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;
}
#friendScoresBox .loginSignup .orDivider {
	left: 268px;
}
#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;
}

.stopwatch-play {
	color:#a5aeba;
}

.stopwatch-play .score {
	position:relative;
}

.stopwatch-play .stopwatch {
	display:inline-block;
	background: url("//d162758vd3dbpx.cloudfront.net/images/icon-stopwatch-gray.png") no-repeat;
	background-size:19px;
    width:19px;
    height:22px;
    position:absolute;
    top:8px;
    right:5px;
}

#friendScores {
	padding-bottom:20px;
	width:600px;
	margin-top: 20px;
}
#friendScores.wide {
	width: 100%;
}
#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(//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;
}

/* 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/sprite_Game_21.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;
}
.ddCol {
	float:left;
	text-align:left;
	width:210px;
	margin-right:15px;
}
.wrap p {
	margin:25px 0 0 88px;
	padding:0;
}
.wrap.daily p {
	margin:16px 0 0 88px;
}
.wrap img {
	float:left;
}
.wrap.daily img {
	width:75px;
	height:75px;
}

/* Extras */
#extras {
	font-size: 80%;
	margin-bottom: 25px;
}
.extraItem {
	display: inline-block;
	margin-bottom:5px;
}
.extraLink {
	background-image: url(//d162758vd3dbpx.cloudfront.net/images/sprite_Game_21.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, #iconSourceLink {
	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/sprite_Game_21.png);
	background-repeat: no-repeat;
	background-position: 0 -339px;
	padding:2px 2px 2px 24px;
	height:16px;
	line-height: 16px;
}
#copyGameLink {
	background-image: url(//d162758vd3dbpx.cloudfront.net/images/copyQuizGlyphLrg.png);
	background-repeat: no-repeat;
	background-position: 0 1px;
	padding:0 19px;
}
#tagsLabel {
	padding-right:6px;
}
#makeEditorPickLink {
	background-image: url(//d162758vd3dbpx.cloudfront.net/images/makePickGlyph.png);
	background-repeat: no-repeat;
	background-position: 0 1px;
	padding:0px 24px 0px 24px;
}
#editorPicked {
	background-position: 0 -245px;
	white-space:nowrap;
}
/* 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;
}
.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-container {
	border-bottom: 1px solid #dbdbdb;
}
#pl {
	margin-top:10px;
	font-size: 13px;
}
#pl-title {
	height: 22px;
	line-height: 22px;
	background-color:#EEE;
	padding:7px;
	border-top:1px solid #dbdbdb;
}
#pl-header {
	float:left;
	display: inline-table;
	font-weight:bold;
	line-height: 22px;
}
#pl-label span {
	display: table-cell;
	padding-left: 5px;
	vertical-align: middle;
}
#pl-label-icon {
	background-image: url(//d162758vd3dbpx.cloudfront.net/images/sprite_intPlaylist_1.png);
	background-repeat: no-repeat;
	background-position: 0 -158px;
	width: 23px;
	height: 23px;
	display: table-cell;
}
#pl-label-icon:hover {
	background-position: 0 -120px;
	cursor: pointer;
}
#pl-meta {
	display: table-cell;
	padding-left: 5px;
	vertical-align: middle;
}
#pl-tools {
	float: right;
	display: inline-table;
	line-height: 23px;
}
#pl-tools span {
	display:table-cell;
	vertical-align: middle;
}
#pl-likes-icon {
	background-image: url(//d162758vd3dbpx.cloudfront.net/images/sprite_intPlaylist_1.png);
	background-repeat: no-repeat;
	background-position: 0 -43px;
	width: 23px;
	height: 23px;
}
#pl-likes-icon:hover {
	cursor: pointer;
	background-position: 0 0;
}
#pl-likes-icon.liked {
	background-position: 0 0;
}
#pl-likes-count {
	padding-left: 5px;
}
#pl-tooltip {
	display:table-cell;
	vertical-align: middle;
}
#pl-tooltip.logged-in:hover:after {
	content: "Blue = Quiz not played \A Black = Quiz played \A Orange = You scored 100%";;
}
#pl-tooltip.not-logged-in:hover:after {
	content: "(Requires Log In) \A Blue = Quiz not played \A Black = Quiz played \A Orange = You scored 100%";;
}
#pl-links {
	white-space: pre-wrap;
	padding:13px 0;
	font-size: 105%;
	line-height: 22px;
}
.pl-link {
	white-space:nowrap;
}
.pl-current {
	color: #000000;
	font-weight:bold;
	white-space: nowrap;
}

/**	Editor Pick Modal **/
#editorPick.remodal {
	border-top:0;
	position:relative;
	border-bottom: 65px solid #ebebeb;
}

#editorPick.remodal .remodal-close {
	top:0;
}

#editorPick.remodal h3 {
	text-align:center;
	padding-bottom:15px;
	border-bottom:1px solid #C9C9C9;
}

#editorPick.remodal label {
	display:inline-block;
	width:100px;
	text-align:right;
	margin-right:5px;
	margin-bottom:10px;
}

#editorPick.remodal label span {
	color:grey;
	display:block;
	font-size:0.7em;
}

#editorPick.remodal .row.category {
	font-weight:bold;
}

#editorPick.remodal .row .zone {
	color:grey;
	font-size:0.7em;
}

#editorPick.remodal textarea {
	width:65%;
	height:36px;
}

#editorPick.remodal #actions {
	border-top:1px solid #dbdbdb;
	position:absolute;
	left:0;
	bottom:-55px;
	width:100%;
}

#editorPick.remodal #cancel {
	color:black;
	background-color:#dbdbdb;
	float:right;
	width:12%;
}

#editorPick.remodal #cancel:hover {
	color:white;
	background-color: #777777;
}

#editorPick.remodal #confirm {
	float:right;
	margin-left:15px;
	margin-right:15px;
	width:14%;
}

/** Playlist modal **/
#playlist-modal-header {
	border-bottom:3px solid #f90;
	font-size:110%;
	margin:15px 0 5px 0;
	height:44px;
}
.playlist-header-option {
	display:inline-block;
	padding:5px 15px 5px 15px;
	margin:0 0 0 7px;
	height:34px;
	line-height:34px;
}
.playlist-header-option.tab-on {
	background-color: #f90;
	color:#fff;
	font-weight:400;
	font-size:110%;
}
.playlist-header-option.tab-off {
	background-color: #d8d8d8;
	color:#8f8f92;
	font-weight:300;
	font-size:90%;
	vertical-align:top;
	height:30px;
	line-height:30px;
	margin-bottom:4px;
}
.playlist-header-option.tab-off:hover {
	cursor:pointer;
	background-color:#eee;
}
#filter-container {
	margin-top:15px; 
}
#filter-container, #title-container {
	background-color:#eee;
	font-size:75%;
	padding-left:10px;
	display:inline-block;
}
.filter-label, .playlist-title-label {
	text-transform:uppercase;
	font-weight:bolder;
	padding-right:20px;
}
#playlist-filter, #playlist-title {
	height:15px;
	margin:2px;
	width:250px;
}
#playlist-table {
	margin-top:20px;
	width:423px;
	display:block;
	padding-right:7px;
}
#playlist-table tbody {
	display:block;
	height:300px;
	overflow-y:auto;
	scrollbar-track-color:#f3f3f3;
}
#playlist-table tbody::-webkit-scrollbar-track {
  background:#f3f3f3;
}
#playlist-table th {
	text-transform:uppercase;
	font-size:85%;
	font-weight:bold;
}
#playlist-table tr {
	border-bottom:1px solid #eee;
	height:35px;
}
.playlist-name {
	text-align:left;
	width:270px;
}
.is-private {
	width:21px;
}
.quiz-count, .playlist-likes, .playlist-plays {
	text-align:center;
}
.add-to-playlist  {
	width:130px;
}
#add-to-playlist, #create-playlist {
    font-family: Helvetica, Arial, sans-serif;
}
.add-button {
    line-height: 18px;
    color: #09c;
    border: 1px solid #09c;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width:120px;
    font-size: 85%;
    text-align: center;
    margin-left:auto;
    margin-right:auto;
}
.no-add-button {
	color:#8f8f92;
	line-height: 18px;
    font-size: 85%;
    text-align: center;
    margin-left:auto;
    margin-right:auto;
}
.add-button:hover {
    background-color: #09c;
    color: #fff;
    cursor: pointer;
}
.added-button {
	line-height: 18px;
    background-color: #09c;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    width:80px;
    font-size: 85%;
    text-align: center;
    margin-left:auto;
    margin-right:auto;
}
.added-button:hover {
	cursor:pointer;
}
#create-button {
	width:150px;
	margin-left:122px;
}
.quiz-added {
	font-size:90%;
}
#quiz-added-create-tab {
    margin-top:30px;
    padding-top:30px;
    border-top:1px solid #eee;
    clear:both;
}
#create-playlist {
	margin-top:20px;
}
#create-playlist h5 {
	margin:0;
	font-weight:bold;
}
#go-to-playlist {
	line-height: 18px;
    color: #09c;
    border: 1px solid #09c;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 120px;
    height:18px;
    margin-top:10px;
    font-size: 70%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display:inline-block;
}
#new-playlist-link {
    float:left;
}
#new-playlist-button {
    float:right;
}
#go-to-playlist:hover {
    background-color: #09c;
    color: #fff;
    cursor: pointer;
    text-decoration:none;
}
#quiz-added div {
	margin-top:5px;
	font-size:90%;
}
#playlist-matching-banner th {
	background-color:#FEFFCB;
	text-transform:none;
	font-size:80%;
	font-weight:400;
	font-style:italic;
	padding-left:15px;
	
}
#playlist-icon {
	background-image: url(//d162758vd3dbpx.cloudfront.net/images/playlist_modal_icon.png);
	display:inline-block;
	width:50px;
	height:40px;
}
#new-playlist-info {
	display:inline-block;
	height:40px;
	vertical-align:top;
	margin-left:20px;
}
#new-playlist-info h5 {
	text-transform:uppercase;
}
#new-playlist-info a {
	font-size:85%;
}

/*Adblock Modal*/
#abm.remodal .button-container {
	padding:0 75px 36px
}
#abm.remodal .button-container .button-column {
	width:220px
}
#abm.remodal .button-container .left-column {
	float:left;
}
#abm.remodal .button-container .right-column {
	float:right;
}
#abm.remodal .button-container h5 {
	font-weight: 900;
	font-size:.90em;
}
#abm.remodal .no-thanks {
	font-size:80%;
}

.presume {
	margin:1em 0;
	text-align: center;
	height:44px;
}
.presume img {
	border:none;
}