@charset "utf-8";

.gb-table {
	width: 100%;
	/*
	background: none repeat scroll 0 0 #000;
	background-color: rgba(0, 0, 0, 0.7);
	border-collapse: collapse;
	border: none!important;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	*/
}
/*
.gb-table tbody tr:nth-of-type(2n) {
	background:#0E0E0E;
}
.gb-table tbody tr:nth-of-type(2n+1) {
	background:#000000;
}
*/

.tablenav {
    clear: both;
    height: 30px;
    vertical-align: middle;
	margin: 0!important;
}
.table-filters .filter-item {
    display: inline-block;
	margin-right: 5px;
    vertical-align: middle;
}
.table-filters .filter-item:last-of-type {
	margin-right: 0;
}
.table-filters select {
    max-width: 160px;
}

.sorting {
	cursor: pointer;
	background:url('../../plugins/pl-competitions/assets/images/tbl-sort-true.png') no-repeat right center transparent;
}
.sorting_desc {
	cursor: pointer;
	background:url('../../plugins/pl-competitions/assets/images/sort-arrow-up.png') no-repeat right center transparent;
}
.sorting_asc {
	cursor: pointer;
	background:url('../../plugins/pl-competitions/assets/images/sort-arrow-dn.png') no-repeat right center transparent;
}
.gb-table .gb-gamertag {
	display: block;
}
.gb-unitmeasure {
    text-align: initial;
    display: inline-block;
    font-size: 75%;
    margin-left: 0.3em;
}
.column-DataType span {
    cursor: help;
}
.stat_top_filters fieldset {
    background: none repeat scroll 0 0 #000000;
    border: 1px solid #333333;
	padding:5px;
}

fieldset select {
    max-width: 298px;
}

.stat_top_filters select {
	color:#000;
}

.stat_top_filters legend {
    font-size: 13px;
}

.stat_page_head {
    border: 1px solid #333333;
    display: block;
    margin: 11px 0;
    max-width: 926px;
    overflow: hidden;
    padding: 0;
    height: 133px;
}

/*
BEGIN CONTESTS
*/
.gb-lb-contest  {
	background: url('../../plugins/pl-competitions/assets/images/contest-shine.png') repeat-x top scroll #101010;
    position: relative;
    border: 1px solid #7e7e7e;
    margin: 0;
    padding: 7px;
    text-overflow: ellipsis;
    overflow-x:hidden;
    overflow-y:hidden;
    white-space: nowrap;   
    max-width: 300px;
    min-width: 0;
	font-size: 12px;
	border-radius: 6px;
	box-shadow: 1px 1px 4px #000;
	z-index: 1;
}
.round-wrap .gb-lb-contest {
	margin: 10px;
}

fieldset.gb-lb-contest legend {
    cursor: pointer;
}

fieldset.gb-contest-ready  {
    background-color: #29384a;
	background-image: url('../../plugins/pl-competitions/assets/images/contest-gradient-bg-ready.gif');
    color: #fff;
    border: 1px solid #999999;
}
fieldset.gb-contest-ready:hover  {
    /* background-color: #1f621f;*/
    /*border: 1px solid #00af00;*/
}
fieldset.gb-contest-started  {
    background: url('../../plugins/pl-competitions/assets/images/contest-gradient-bg-started.gif') repeat-x top scroll #294a2c;
    color: #fff;
    border: 1px solid #003300;
	border-color: #00af00;
}
fieldset.gb-contest-finished  {
    
    color: #fff;
    border: 1px solid #999999;
}
fieldset.gb-contest-nr  {
    /* background: #113366;*/
    color: #999999;
    border: 1px solid #999999;
}
.roundtable .round-title {
    margin: 0;
    text-align: center;
}
.round-wrap .round-title {
    width: 100%;
    background: none repeat scroll 0 0 #303030;
    color: #afafff;
}
.gb-lb-contest .gb-eliminated {
	font-style: italic;
	color: #bfbfbf;
}
.gb-lb-contest .gb-advances {
	font-weight: bold;
}
.gb-lb-contest.gb-contest-finished .gb-advances {
    color: #9fff4f;
}
.gb-lb-deleted label {
    text-decoration: line-through;
}
.gb-lb-tmenu button {
    min-width: 100px;
}

.gb-lb-tmenu {
    background-color: rgba(255,238,238,0.5);
    border-color: #eeffee;
    border-radius: 10px;
    text-align: left;
    padding: 4px;
}

.gb-lb-contestant {
    margin: 5px 0 0;
    cursor: pointer;
}
.gb-lb-contestant:first-of-type {
	margin-top: 0;
}
.gb-lb-contestant:last-of-type {
	margin-bottom: 5px;
}

.gb-ct-tmenu {
    background: black;
    border: 2px solid white;
    padding: 2px;
	color: white;
}

#gb-tournament-form > table {
	border-spacing: 0;
    border-collapse: collapse;
}
#gb-tournament-form > table td {
	vertical-align: top;
	padding: 10px;
}
#gb-tourney-criteria {
	padding-right: 1%;
}
#gb-tourney-criteria, #gb-lb-players-wrap, #gb-lb-contest-wrap {
}
#gb-lb-players-wrap h2, #gb-lb-contest-wrap h2 {
	margin-top: 0;
	margin-bottom: 5px;
}
#gb-lb-players-wrap {
	opacity: 1;
}
#gb-lb-contest-wrap {
	opacity: 1;
}
#gb-lb-description-wrap {
	margin-top: 15px;
}
#gb-tourney-criteria input, #gb-tourney-criteria select {
	width: 100%;
	box-sizing: border-box;
}
.gb-lb-contest legend {
    font-weight: bold;
	font-size: 13px;
	text-shadow: 1px 1px 1px #2f2f2f;
	color: #fff;
}
.gb-lb-contest span.gb-t-score {
    display: block;
    float: right;
}

.roundtable {
	width: 100%;
    margin-bottom: 5px;
}
.roundtable thead tr {
	background: #03109E;
	background: linear-gradient(to bottom, rgba(0,10,88,1) 0%,rgba(82,111,255,1) 18%,rgba(44,68,210,1) 39%,rgba(20,38,173,1) 48%,rgba(8,22,42,1) 100%);
}
.roundtable thead tr th {
	padding: 1%;
	vertical-align: middle;
	color: white;
}
.roundtable tbody td {
    padding: 5px;
    vertical-align: middle;
}
.free-for-all .gb-lb-contest {
	margin-bottom: 5px;
}
.free-for-all .gb-lb-contest:last-of-type {
	margin-bottom: 0;
}
/*
END CONTESTS
*/@charset "utf-8";

input.gb-t-score {
    font-size: 8pt;
}
.gb-table-wrap {
	border: 1px solid #535353;
    width: 100%;
}
#players-wrap, #gb-lb-contest-wrap .inner-content {
    height: 410px;
    border: 1px solid #535353;
    overflow: auto;
}
#players-wrap .gb-lb-deleted{
    text-decoration: line-through;
}
.gb-form-input label {
    display: block;
}
.gb-form label {
	font-weight: bold;
}
#gb-datatypes-editor label {
	display: inline-block;
}
.gb-form-input {
    margin-bottom: 10px;
}
.gb-form-input:last-of-type {
	margin-bottom: 0;
}
.gb-form-actions {
    margin-top: 15px;
}
.gb-admintab-icon {
    font-size: 1.3em;
    margin-right: 4px;
    vertical-align: middle;
}
.media-menu-item:first-of-type { /* This shouldn't be neccessary, but WP's method of removing the uploads tab is broken */
    display: none;
}
.gb-leaderboard-img-wrap {
    border: 4px dashed #555555;
    margin-bottom: 15px;
    padding: 5px;
	max-height: 440px;
    overflow-y: auto;
}
.gb-leaderboard-img-wrap > img {
    cursor: pointer;
    display: block;
    height: auto;
    width: 100%;
}
.statistics_page_statistics_leaderboards .media-router > a:first-of-type {
    display: none;
}
.statistics_page_statistics_leaderboards .upload-ui > a {
    display: none !important;
}
#gb-admin-ui label.inline {
    display: inline-block;
}
.gb-statistic-editor {
    font-size: 0;
}
.gb-statistic-editor .leaderboard-statistic-wrap {
	background: none repeat scroll 0 0 #111111;
	border: 1px solid #535353;
    display: inline-block;
    font-size: 13px;
	vertical-align: top;
    width: 19%;
	margin-right: 1%;
}
.gb-statistic-editor .leaderboard-statistic-wrap:hover {
	background-color: #222;
}
.gb-statistic-editor .leaderboard-statistic-wrap.FifthStatistic {
    margin-right: 0;
}
.leaderboard-statistic-wrap > h3 {
    background: url('../../plugins/pl-competitions/assets/images/ui-bg_gloss-wave_25_333333_500x100.png') repeat-x scroll 0 center #283A49;
    color: #FFFFFF;
    margin: 0;
    padding: 3px 4px;
}
.gb-statistic-editor .gb-datatype {
    margin: 5px 0;
}
.gb-statistic-editor .gb-form-input > input[type="text"], .gb-statistic-editor select {
    display: block;
    width: 99%;
}
.leaderboard-statistic-wrap .gbl-lb-statistic-inner {
    padding: 5px;
}
#gb-leaderboard-form .gb-lb-content1 {
    display: inline-block;
    vertical-align: top;
    width: 48%;
	padding-right: 2%;
	box-sizing: padding-box;
}
#gb-leaderboard-form .gb-lb-content2 {
    display: inline-block;
    vertical-align: top;
    width: 49%;
}
.postbox .inside h2 {
	padding-top: 0;
}

.gb-lb-content1 input[type="email"],
.gb-lb-content1 input[type="number"], 
.gb-lb-content1 input[type="password"],
.gb-lb-content1 input[type="search"],
.gb-lb-content1 input[type="tel"],
.gb-lb-content1 input[type="text"],
.gb-lb-content1 input[type="url"],
.gb-lb-content1 select,
.gb-lb-content1 textarea {
    display: block;
    width: 68%;
}
.gb-seed-input {
    width: 4em;
}
#gb-admin-ui .button > .icon {
    display: inline-block;
    margin-right: 2px;
	margin-left: -3px;
    vertical-align: middle;
}
.widefat .column-Title {
    width: 20%;
}
.widefat .column-Players {
    width: 8%;
}
.widefat .column-CreatedDate {
    width: 9%;
}
.widefat .column-ClosedDate {
    width: 13%;
}
.widefat .not-available {
    color: #888;
    font-style: italic;
}
.gb-screenshot-dialog .gb-screenshot {
	width: 100%;
	height: auto;
}

.competitions_page_competitions_leaderboards #ui-datepicker-div {
	background: #222;
	border: 1px solid #000;
}
#leaderboard-img {
    width: 250px;
    height: auto;
}
.ui-autocomplete > .ui-menu-item {
	color: #000;
}
.leaderboard-statistic-wrap.FirstStatistic .description {
	display: block;
}
.leaderboard-statistic-wrap .description {
	display: none;
}
.leaderboard-statistic-wrap @charset "utf-8";

.gb-table .tablenav {
	height: 25px;
}
.gb-table .tablenav .alignleft {
    float: left;
}
.gb-table .tablenav .alignright {
    float: right;
}
.in-store table.gb-table thead {
    background: url('../../plugins/pl-competitions/assets/images/thead-bg.png') repeat-x 0 0 transparent;
	background: #000e7f; /* Old browsers */
	background: -moz-linear-gradient(top,  #000e7f 0%, #778df9 33%, #051591 56%, #08162a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000e7f), color-stop(33%,#778df9), color-stop(56%,#051591), color-stop(100%,#08162a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #000e7f 0%,#778df9 33%,#051591 56%,#08162a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #000e7f 0%,#778df9 33%,#051591 56%,#08162a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #000e7f 0%,#778df9 33%,#051591 56%,#08162a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #000e7f 0%,#778df9 33%,#051591 56%,#08162a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000e7f', endColorstr='#08162a',GradientType=0 ); /* IE6-9 */
	border:1px solid #333;
	font-size:13px;
	text-shadow: 1px 1px 3px #303030;
}
.gb-national-inline {
	padding-left: 19px;
	background: url('../../plugins/pl-competitions/assets/images/national-button-16px.png') no-repeat left center;
}
.gb-table tr.header {
	height: 5.2vh;
}
.gb-table thead th {
	vertical-align:middle;
	font-size:14px;
	padding: 5px 3px;
}
#pl-page-wrapper .gb-table thead th:hover {
	cursor: default!important;
}
/*
#pl-page-wrapper .gb-table thead th:hover {
	cursor: pointer;
}
*/
.table-wrap {
    display: block;
    overflow: hidden;
}
table.fixed {
    table-layout: fixed;
}
#pl-page-wrapper .gb-table tbody tr:hover {
	background:#046610  !important;
}
.dataTables_wrapper .bottom {
	border: 1px solid #535353;
}
.vert-group h3 {
    margin: 0;
}
.gb-table .gb-gamertag {
	font-size: 0.8em;
}


.lb-head {
	z-index: 99;
    position: absolute;
    top: 0;
    left: 0;
}
.gb-lb-details-wrap .featured-image {
    overflow: hidden;
	cursor: pointer;
	border-bottom: 1px solid #002aff;
	height: auto;
	position: relative;
	z-index: 2;
}
.featured-image.collapsed {
    height: 300px;
}
.featured-image .gb-leaderboard-img {
    display: block;
    height: auto;
    width: 100%;
}
.featured-image.collapsed .gb-leaderboard-img {
    top: -135px;
    position: relative;
}
.leadberboard-details .details-wrap {
    margin: 5px;
}


.gb-table .row-actions {
    color: #ddd;
    font-size: 13px;
    padding: 2px 0 0;
    visibility: hidden;
}
.gb-table .row-actions.visible, .gb-table tr:hover .row-actions {
    visibility: visible;
}
.gb-leaderboard-single .gb-lb-details {
    padding: 10px;
}
.gb-leaderboard-single .gb-lb-details .wrap {
    margin-bottom: 10px;
	display: block;
	clear: both;
}
.gb-leaderboard-single .gb-lb-details .wrap:last-of-type {
	margin-bottom: 0;
}
.gb-leaderboard-single .gb-lb-details .wrap .inside {
    margin: 2px 5px;
}
.gb-game-details .game-cover-art, #loc-details-wrap .loc-image {
    border: 4px double #535353;
    display: block;
    height: 116px;
    width: auto;
}
.gb-game-details #gb-game-desc-title {
    margin-top: 10px;
}
.gb-loc-details .gb-loc-image {
    height: auto;
    width: 116px;
	display: block;
	border: 4px double #535353;
}
.gb-national-ribbon {
	z-index: 100;
    position: absolute;
    right: -10px;
    top: -10px;
}
#gb-game-lb-esrb {
	margin-right: 5px;
}
#gb-game-lb-esrb, #gb-game-release {
    font-style: italic;
    font-size: 80%;
    display: inline-block;
}
.gb-table .column-Rank {
    text-align: center;
    width: 70px;
}
.gb-table .column-Players {
    width: 70px;
}
#gb-lb-statsbreakdown-wrap .column-DataType {
	 width: 150px;
}
#gb-lb-statsbreakdown-wrap .column-Column {
	 width: 250px;
}
.gb-table tbody tr th, .gb-table tbody tr td {
    border: 1px solid #333333;
    font-size: 14px;
    padding: 4px;
	vertical-align: middle;
}

.gb-table td.stat_rank img {
    margin: 2px 2px 0px 2px;
    vertical-align: top;
    float: right;
}

.gb-table td.stat_rank {
	text-align:center;
}

/* SOCIALIZE STYLES */
.social-buttons-wrap {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 50%;
}
.social-buttons-wrap a.social-button {
    border-radius: 5px;
    color: #FFFFFF;
    display: inline-block;
    font-weight: bold;
    margin: 10px 10px 5px 0;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 4px #000000;
	border-width: 2px;
	border-style: solid;
}
.social-buttons-wrap a.social-button:hover, .social-buttons-wrap a.social-button:active, .social-buttons-wrap a.social-button:visited {
    color: #FFFFFF;
}
.social-buttons-wrap .twitter {
    background: none repeat scroll 0 0 #6edfff;
	border-color: #67ddff;
}
.social-buttons-wrap .facebook {
    background: none repeat scroll 0 0 #3B5998;
	border-color: #5f85d6;
}
.social-buttons-wrap .google {
    background: none repeat scroll 0 0 #D34836;
	border-color: #ff8373;
    margin-right: 0;
}
/* END SOCIALIZE STYLES */


.stat-lead-content #lead-content-img {
    height: 275px;
    width: 493px;
    position: absolute;
    right: 40px;
    top: 30px;
}
#lead-national-local {
    position: absolute;
    bottom: 10px;
	left: 60px;
}
#lead-national-local > img {
	height: 90px;
	width: auto;
}
#lead-national-local .national-button {
}
#lead-national-local .local-button {
	margin-left: 25px;
}
#games-wrap {
    margin: 10px auto;
	height: 140px;
	overflow: hidden;
}
#games-wrap .game-wrap {
    line-height: 0;
    font-size: 0;
    color: transparent;
}
#games-wrap .game-cover {
    border: 1px solid #67AA45;
    border-radius: 4px;
    box-shadow: 1px 1px 3px #000000;
    height: auto;
    margin-right: 8px;
    width: 102px;
}
.stat-lead-content .stat-head-text {
    margin: 15px;
}
.stat-head-text {
    margin-top: 5px;
    line-height: 150%!important;
}
.stat-head-text > img {
}
#games-wrap .carousel-wrap {
    float: right;
    height: 300px;
    overflow: hidden;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 570px;
}
#games-wrap .carousel-wrap .carousel-item {
	
}
.stat-head-text > h3 {
    margin-bottom: 5px;
}
#recent-stats-wrap {
    max-height: 163px;
    overflow-y: auto;
}
#recent-stats-wrap ul {
	line-height: 130%;
}
/* END LANDING PAGE */


/* BEGIN PLAYER - SINGLE */
.player-single .player-image {
	padding: 10px;
    border: 1px solid #333;
    box-shadow: 1px 1px 1px #000;
    background: #000;
	display: inline-block;
	vertical-align: top;
}
.player-single .player-details {
	margin-left: 10px;
	display: inline-block;
	vertical-align: top;
}
.player-single .player-details > div:last-of-type {
    margin-bottom: 0;
}
.player-single .player-details > div {
    margin-bottom: 18px;
}
.player-single .player-details > div > span {
    margin-left: 5px;
}
/* END PLAYER - SINGLE */

#loc-icon-wrap {
	background: -moz-linear-gradient(top,  rgba(117,117,117,1) 0%, rgba(14,14,14,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(117,117,117,1)), color-stop(100%,rgba(14,14,14,1)));
	background: -webkit-linear-gradient(top,  rgba(117,117,117,1) 0%,rgba(14,14,14,1) 100%);
	background: -o-linear-gradient(top,  rgba(117,117,117,1) 0%,rgba(14,14,14,1) 100%);
	background: -ms-linear-gradient(top,  rgba(117,117,117,1) 0%,rgba(14,14,14,1) 100%);
	background: linear-gradient(to bottom,  rgba(117,117,117,1) 0%,rgba(14,14,14,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#757575', endColorstr='#0e0e0e',GradientType=0 );
}

#loc-icon-wrap, #game-cover-art-wrap {
	display: block;
	float: left;
	margin-right: 10px;
}
#game-details-content, #location-wrap .inside {
    max-height: 13rem;
    overflow-y: auto;
}
#contests-wrap {
	/*background: url('../../plugins/pl-competitions/assets/images/in-store/bg-linen-256-xy.jpg');*/
    border-bottom: 1px solid #002aff;
    box-sizing: border-box;
    display: block;
    height: 500px;
    overflow-x: auto;
    position: relative;
}
.free-for-all #contests-wrap {
	height: auto;
}
.gb-lb-contestant.focus {
	color: #BFFFFF!important;
}
.roundtable {
	background: url('../../plugins/pl-competitions/assets/images/in-store/bg-linen-256-xy.jpg');
}
/* BEGIN IN-STORE */
html.rgba body.in-store {
	background: #000000; /* Old browsers */
	background-image: url('../../themes/cobalt/img/pln-spacedock-logo-wide.jpg');
	background-size: cover;
	letter-spacing: normal;
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	/* No support for these yet, use at own risk */
	-o-user-select: none;
	user-select: none;
	overflow:hidden;
	height: 100vh;
}
.in-store .page-content {
    height: 100vh;
	cursor: none;
}
.in-store .screen-header-blue {
	cursor: pointer;
}
.in-store.logged-in .page-content {
	cursor: unset;
}
.in-store .preload-wrap {
	background:rgba(0,0,0,0);
    height: 100%;
    position: absolute;
	text-align: center;
    width: 100%;
    z-index: 120;
}
.in-store .preload-inside {
	background: #494a49; /* Old browsers */
	background: -moz-linear-gradient(top,  #7d7e7d 0%, #0e0e0e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #7d7e7d 0%,#0e0e0e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
    border: 0.1vw solid #333333;
    border-radius: 0.8vw;
    box-shadow: 0 0 3vw #0000FF;
	-webkit-box-shadow: 0 0 3vw #0000FF;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    padding: 1%;
    position: relative;
    top: 25%;
    width: 55%;
}
.in-store .preload-inside .preload-content {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    border: 0.1vw solid #333333;
    border-radius: 0.8vw;
    padding: 2%;
    text-align: left;
	box-shadow: 0 0 1vmax #000000 inset;
}
.preload-content > img {
    height: auto;
    width: 100%;
}
.preload-content > #opening-info {
	position:relative;
    line-height: 130%;
    margin-top: 3%;
}
.preload-content span#sup {
    font-size: 0.7vw;
    vertical-align: super;
}
.preload-content div.items-wrap {
	display:inline-block;
    font-size: 1vw;
    line-height: 150%;
    margin: 0.5% 0 0;
	max-width:50%;
	vertical-align: top;
}
.preload-content .items-wrap span {
    clear: both;
    display: block;
}
.preload-content #opening-info > span {
    font-size: 1.5vw;
    font-weight: bold;
	text-shadow: 1px 1px 2px #000000;
}
#opening-info #preload-image {
    bottom: 0;
    position: absolute;
    right: 0;
    width: 13vw;
}
.preload-content #ver-num {
    opacity: 0.7;
    text-transform: uppercase;
}
.preload-content #warning {
    color: #FF8000;
    display: block;
    font-size: 1vw;
    font-weight: bold;
    margin-top: 15px;
    padding: 1px 5px;
    text-align: center;
}
.preload-content #warning ul {
    display: inline;
    margin: 0;
    padding: 0;
}
.preload-content #warning ul li {
    border-right: 0.1vw solid #FF0000;
    display: inline;
    list-style: none outside none;
    margin-right: 0.3vw;
	mrgin-left: 0;
    padding-right: 0.3vw;
}
.preload-content #warning ul li:last-of-type {
    border-right: none;
	margin-right:0;
	padding-right:0;
}
.in-store .gb-table {
	table-layout: fixed;
	height: 44vh;
}
.in-store .partyslide-wrap {
	margin: 0;
}
.in-store .controls {
    background: rgba(55,55,55,0.75);
	border: 1px solid #535353;
    bottom: 10px;
    margin: 0;
	padding: 3px;
    overflow: hidden;
    position: fixed;
    white-space: nowrap;
    z-index: 999;
	opacity: 0.3;
}
.in-store .controls:hover {
	opacity:1;
}
.in-store .controls a {
    font-size: 12px;
	color: #fff;
}
.controls > #debug-pager {
    border-left: 1px solid #FFFFFF;
    display: inline-block;
    padding: 0 5px;
    vertical-align: top;
}
.controls #debug-pager > span {
	cursor:pointer;
    display: inline-block;
    font-size: 44px;
	vertical-align:middle;
    height: 100%;
	text-shadow:0px 0px 2px #fff;
}
.controls #debug-pager > span.cycle-pager-active {
    color: #0000FF;
}
.controls #debug-pager > span:hover {
	color: #000;
}
.in-store .slide-wrap {
	height: 88vh;
    position: relative;
}
.in-store .single-slide {
	position: relative;
    background: none repeat scroll 0 0 #000;
    border: none;
    height: 100vh;
    margin: 0;
    width: 100vw;
	overflow: hidden;
}

.in-store #contests-wrap {
	height: 100vh;
	width: 100vw;
	overflow-y: hidden;
    margin: 1vh 1vw;
}
.in-store .gb-t-score {
}
.in-store .gb-locale-icon {
    position: absolute;
    right: 25px;
    top: 25px;
	height: 19vh;
	width: auto;
	z-index: 3;
}
.in-store .featured-image .gb-leaderboard-img {
    height: auto;
    width: 100%;
}
.in-store .cycle-sentinel {
    float: left;
}
.in-store .table-wrap {
    bottom: 0;
    display: block;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 100;
	box-sizing: padding-box;
}
.in-store .gb-table thead {
	height: 3vh;
}
.in-store .gb-table tbody {
	height: 38vh;
}
.in-store .tablenav {
    display: none;
}
.in-store table.gb-table thead tr th {
    font-size: 1.3vmax;
    padding: 1.3vh 0.6vw;
    vertical-align: middle;
	text-transform: capitalize;
	line-height: 100%;
	text-align: center;
}
.in-store table.gb-table tbody tr th, .in-store table.gb-table tbody tr td {
    border: 0.1vw solid #333333;
    font-size: 2.8vh;
    padding: 1.2vh 0.5vw;
	vertical-align: middle;
	overflow: hidden;
	text-shadow: 0 0 4px #0000ff;
	text-align: center;
}
.in-store .pl-content-type1 .section-head {
	position:absolute;
}
.in-store .gb-search-filter {
    display: none;
}
.in-store .title-tab {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    display: table;
    font-size: 1.3vmax;
    height: auto;
    left: 0;
    line-height: 150%;
    margin: 0;
    padding: 1vh 0.6vw;
    position: absolute;
    top: 0;
	border-width: 0 0.1vmax 0.1vmax 0;
	border-style: solid;
	border-color: #0000ff;
	box-shadow: 0.2vmax 0.2vmax 0.5vmax 0.2vmax rgba(0, 0, 0, 0.8);
}
.in-store .title-tab > div {
    clear: both;
    display: inline-block;
    vertical-align: top;
}
.in-store .title-tab .cover-art {
    height: 12vh;
}
.in-store .title-tab .cover-art > div {
    height: inherit;
}
.in-store .title-tab .cover-art > div img {
    height: inherit;
    width: auto;
}
.in-store .title-tab .title > span {
    font-size: 5vh;
    font-weight: bold;
}
.in-store .gb-table tbody tr:nth-of-type(2n) {
	background: none repeat scroll 0 0 rgba(0, 0, 19, 0.35);
}
.in-store table.gb-table {
	background-color: rgba(0,0,0,0.7);
	margin-bottom: 0;
}
table.gb-table tbody tr:nth-of-type(2n+1) {
	background: none;
}
.in-store table.gb-table .column-Rank {
    width: 5%;
}
.in-store table.gb-table .column-Location {
    width: 20%;
}
.in-store table.gb-table td.column-Location {
	font-size: 2vh;
}
.in-store table.gb-table .column-Event {
    width: 10%;
}
.in-store table.gb-table .column-Player {
    width: 18%;
}
.in-store table.gb-table .column-GamerTag {
    width: 18%;
}
.in-store .leaderboard-details {
	position: absolute;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    border: 1px solid #0011ff;
    border-radius: 5px;
    box-shadow: 0 0 7px blue;
    display: inline-block;
    margin: 1%;
    padding: 1%;
	max-width: 50%;
	line-height: normal;
	z-index: 3;
}
.in-store .leaderboard-title {
    font-size: 220%;
    font-weight: bold;
	margin-bottom: 0.8%;
}
.in-store .gb-game-image {
    height: 8vmax;
    width: auto;
	border: 2px solid #202020;
}
.in-store .game-image {
    float: left;
    margin-right: 1%;
}
.in-store .leaderboard-description {
	font-size: 140%;
    margin: 1vh 0 0;
	line-height: 108%;
}
.gb-table a {
    color: #fff;
	text-decoration: none;
}
.in-store:not(.logged-in) .gb-table a, .in-store:not(.logged-in) .gb-table a:hover {
	cursor: none;
}
.in-store .bottomtext-wrap {
    bottom: 3vh;
    display: none;
    height: 4vh;
    position: absolute;
    width: 100vw;
	z-index: -1;
}
.in-store .bottomtext-wrap #bottomtext-left {
    float: left;
	margin-left: 5vw;
	height: 4.6vh;
	width: auto;
}
.in-store .bottomtext-wrap #bottomtext-right {
    float: right;
	margin-right: 5vw;
	height: 4.6vh;
	width: auto;
}
.in-store .roundtable {
	height: 100%;
}
.in-store .gb-lb-contest {
	font-size: 115%;
	box-sizing: initial;
	padding: 6px;
}
.in-store .roundtable .gb-lb-contest {
	margin-left: auto;
	margin-right: auto;
}
.in-store .gb-lb-contest .gb-eliminated {
	text-decoration: line-through;
}
.in-store .gb-lb-contest legend {
	font-size: unset;
}
.in-store .round-title {
	font-size: 160%;
}
.in-store .single-slide.active-tourney {
	background: url('../../plugins/pl-competitions/assets/images/in-store/bg-linen-256-xy.jpg');
}
.in-store i.fa-pause {
    color: white;
    font-size: 2em;
    margin: 1em;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999;
}

.in-store .party-content {
    margin: 3em;
    width: 40%;
}
.in-store .party-pln-logo {
    display: block;
    width: 100%;
	height: auto;
}
.in-store .party-content .party-message {
    text-align: center;
    text-shadow: 0.5em 0.5em 0.5em rgba(0, 0, 0, 0.5);
}


.in-store:not(.logged-in) .video-js .vjs-tech {
	cursor: none;
}

/* END IN-STORE */


#recent-stats-wrap .store-title:before {
    content: "- ";
}
#recent-stats-wrap .store-title {
    display: inline-block;
    font-size: 0.7em;
    vertical-align: middle;
	font-style: italic;
}
#recent-stats-wrap ul li {
    font-size: 115%;
    line-height: 150%;
}
.column-FirstStatistic, .column-SecondStatistic, .column-ThirdStatistic, .column-FourthStatistic, column-FifthStatistic {
	text-align: center!important;
}


/* END SPECIAL NATL TOURNEY STYLES */
.special-tourney-styles h4 {
	border-bottom: 1px dashed rgba(157,220,44,075);
	text-transform: uppercase;
	font-size: 160%;
	color: rgba(157,220,44,1);
}
.prize-box-wrap {
	background: rgba(0,0,0,0.4);
	text-align: center;
	margin: 0.5rem 0 1rem 0;
	border: 0.125rem solid rgba(0,60,255,0.6);
}
.prize-box-wrap .prize-box {
	padding: 1rem;
}
.prize-box-wrap .prize-box > .column {
	border-right: 1px dashed rgba(157,202,44,075);
}
.prize-box-wrap .prize-box > .column:last-of-type {
	border-right: none;
}
.prize-box-wrap .prize-box > .column:hover {
	background: radial-gradient(ellipse at center, rgba(255,255,255,0.23) 0%,rgba(255,255,255,0) 75%,rgba(255,255,255,0) 100%);
}
.prize-box-wrap .firstplace-title {
	display: block;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	margin-top: 0.5rem;
}
.item-title-wrap {
	margin-bottom: 1rem;
}
.prize-box-wrap .prize-box .item-title {
	display: block;
	color: #ffbf00;
	font-weight: bold;
}
.prize-box-wrap .prize-box .item-title-sub {
	font-style: italic;
	font-size: 0.85rem;
	text-transform: capitalize;
}
.special-tourney-styles ul, .special-tourney-styles ol, #tournament-rules ul, #tournament-rules ol {
	margin-left: 1.5rem;
}
.special-tourney-styles li, #tournament-rules li {
	margin-bottom: 0.15rem;
}
@media only screen and (min-width: 64.063em) {
	.tourney-list > .column {
		border-right: 1px dashed rgba(157,220,44,075);
	}
	.tourney-list > .column:last-of-type {
		border-right: none;
	}
}
/* END SPECIAL NATL TOURNEY STYLES */