/* login styles */
fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

#social-login-wrap {
	display: none;
}
#login-header{
	position:relative;
	height:32px;
	box-shadow: 0 100 rgba(0,0,0,.75) inset;
	border-bottom:2px groove #444;
	overflow:hidden;
	left:0;
	top:0;
	z-index:99999;
}
#loginWrap{
	position:absolute;
	font-size: 2rem;
	margin:0 auto;
	width: 30rem;
	padding-bottom: 2rem;
	text-align:center;
}
.textLeft{
	text-align:left;
	text-indent:15px;
}
#refresh-game-button {
	cursor: url('cursor/hover.png'), pointer;
	color: #aef;
	margin: .3rem 0!important;
}
#create-account, #login-btn, #resetPW{
	position: relative;
	font: 1rem/2;
	width: 12rem;
	margin: 0 auto;
	margin-top: .5rem;
	left: 0;
	right: 0;
	outline: none;
}
#create-account:hover, #login-btn:hover, #resetPW:hover{
	box-shadow:0 0 2px rgba(80, 110, 240, 1),
	0 0 5px rgba(80, 110, 240, 1);
}
.loginInputs{
	display:block;
	left:0;
	right:0;
	margin:0 auto;
	border:1px solid #666;
	padding: 0 .5rem;
	font-size: 1.5rem;
	line-height: 1.5;
	width:250px;
	background:#132239;
	background-image: -webkit-radial-gradient(80 0, farthest-corner, #132239 0%, #001 100%);
	background-image: -moz-radial-gradient(80 0, farthest-corner, #132239 0%, #001 100%);
	background-image: -ms-radial-gradient(80 0, farthest-corner, #132239 0%, #001 100%);
	background-image: -o-radial-gradient(80 0, farthest-corner, #132239 0%, #001 100%);
	color:#fff;
	border-radius:4px;
	text-indent:2px;
}
.loginInputs:focus{
	background:#4478c7;
	background-image: -webkit-radial-gradient(80 0, farthest-corner, #5488da 0%, #132239 100%);
	background-image: -moz-radial-gradient(80 0, farthest-corner, #5488da 0%, #132239 100%);
	background-image: -ms-radial-gradient(80 0, farthest-corner, #5488da 0%, #132239 100%);
	background-image: -o-radial-gradient(80 0, farthest-corner, #5488da 0%, #132239 100%);
}
#login-form-contents > label {
	display: block;
	text-align: center;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #4478c7 inset!important;
	-webkit-text-fill-color: #fff!important;
}
#tosWrap {
	font-size: 1.375rem;
	margin: .5rem;
}
#forgotPasswordWrap{
	margin-top: 0;
}
#forgotPassword{
	color: #aef;
	cursor: url('cursor/hover.png'), pointer;
}


body {
	position: absolute;
	display: flex;
	align-items: center;
    font-family: Play, Roboto, Verdana, Arial, sans-serif;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: 1920px;
	max-height: 1080px;
    background: #000;
    overflow: hidden;
	cursor: url('cursor/default.png'), auto;
}
.abcRioButton{
	margin: 5px auto;
}
.abcRioButtonBlue .abcRioButtonIcon {
	border-radius: 5px !important;
}
.abcRioButtonBlue {
	border-radius: 5px !important;
}
#divider{
	margin: 8px 0
}
.error-msg {
	padding: .5rem;
	margin: 0;
	color: #ff0;
}
#currencyIndicator{
	width: 100%
}
#mainBG{
	width: 100%;
	height: 1080;
	background: url('/img2/ng2-bg.jpg')
}
label{
	font-weight: normal;
	display: block;
	margin: .1em 0
}
#twitter-wrap {
	margin:0 0 .5rem 0;
	width:240px;
	border-radius: 6px;
	background: #337ab7;
	color: #fff;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	cursor: url('cursor/hover.png'), pointer!important;
}
#twitter-wrap:hover {
	text-decoration: none;
}
#twitter-icon-wrap {
	color: #337ab7;
	cursor: url('cursor/hover.png'), pointer;
	background: #ddd;
	padding: 6px 9px;
	display: inline-block;
	margin-bottom: 0;
	font-size: 1.5rem;
	line-height: 1.25;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border: 1px solid transparent;
	border-radius: 4px;
	float: left;
}
#twitter-icon {
	font-size: 1rem;
	text-shadow: none;
	height:1rem;
	display:inline-block;
	cursor: url('cursor/hover.png'), pointer!important;
}
#twitter-text {
	color: #fff;
	line-height: 2.5;
	border-radius:0;
	display: inline-block;
	font-size: 1.5rem;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border: 1px solid transparent;
	border-radius: 4px;
	cursor: url('cursor/hover.png'), pointer!important;
}
#loginWrap .login-actions {
	color: #aef;
	font-size: 2rem;
	cursor: url('cursor/hover.png'), pointer;
}
#loginWrap .login-actions:hover {
	color: #fff;
}
.textLeft, .signupHeader{
	margin-top: .375em
}
.loginInputs{
	background: #132239;
	font-size: 2rem;
	border: 1px solid #357
}
.hide{
	display: none
}
#rememberMe{
	position: relative;
	top: 2px
}
.strongShadow {
	text-shadow: 1px 1px #222, -0.4px 0.6px #222, 0.6px -0.6px #222, -0.4px 0 #222, 0.6px 0 #222, 0 0.6px #222, 0 -0.6px #222, 0.6px 0.6px #222;
}
#login-modal {
	visibility: hidden;
}
#login-modal, #login-container {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	overflow-y: auto;
	z-index: 99999999;
}
#login-backdrop{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
	z-index: 99999999;
}
#loginWrap{
	position: absolute;
	z-index: 99999999;
	color: #fff;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 280;
	text-align: center;
	top: 30px;
	bottom: auto;
	padding: 10 0;
	border-radius: 6px;
	border: 2px ridge #337ab7;
	background: #0a0a1a;
	box-shadow: 0 0 20 #000,
	0 0 40 #000,
	0 0 60 #000
}
#loginWrap p {
	line-height: 1.5;
	margin: 0 0 10px;
}
#loginWrap .btn-primary {
	color: #fff;
	background: #337ab7;
	padding: 6px 12px;
	cursor: url('cursor/hover.png'), pointer;
}
/* main styles */
@font-face {
    font-family: Cinzel;
    src: url(../fonts/Cinzel-Regular.otf)
}
@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Regular.ttf)
}
@font-face {
  	font-family: 'KJV-1611';
    src:  url('../fonts/KJV-1611.ttf.woff') format('woff'),
    url('../fonts/KJV-1611.ttf.svg#KJV-1611') format('svg'),
    url('../fonts/KJV-1611.ttf.eot'),
    url('../fonts/KJV-1611.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: Play;
	src: url(../fonts/Play.ttf)
}
* {
    _noFocusLine: expression(this.hideFocus=true);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke: 1px transparent
}
::-moz-focus-inner {
    border: 0
}
:focus {
    outline: none
}
html {
    font-family: Play, Roboto, Verdana, Arial, sans-serif;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    display: block;
    background: #000;
    overflow: hidden
}
input {
    cursor: text;
    background: #059
}
header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 2.25rem;
    padding: .25rem .5rem;
    word-spacing: .05rem;
    background: -webkit-linear-gradient(top, rgba(0, 48, 96, 1) 0%, rgba(0, 0, 0, 1) 100%)!important;
    background: -moz-linear-gradient(top, rgba(0, 48, 96, 1) 0%, rgba(0, 0, 0, 1) 100%)!important;
    background: -ms-linear-gradient(top, rgba(0, 48, 96, 1) 0%, rgba(0, 0, 0, 1) 100%)!important;
    background: -o-linear-gradient(top, rgba(0, 48, 96, 1) 0%, rgba(0, 0, 0, 1) 100%)!important;
}
#mainWrap {
	display: flex;
	flex-direction: column;
	align-items: center;
    position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	max-width: 1920px;
    max-height: 1080px;
}
#social-links {
	letter-spacing: .2rem;
}
#titleMain {
	display: flex;
	flex-direction: column;
	margin: 2rem 1rem;
	flex: 1;
}
#title-column-wrap {
	display: flex;
	flex: 1;
}
a {
    color: #8bf
}
.fwFont {
    color: #aef
}
h1,
h2 {
    font-size: 2.5rem;
    color: #fff;
    margin: 0;
    padding: 0
}
h1{
    font-family: Cinzel, Palatino Linotype, serif;
	text-align: center;
	margin: 1rem 0;
}
.header {
    font-family: Cinzel, Palatino Linotype, serif;
    letter-spacing: .2em;
    color: #aef;
    background: -webkit-radial-gradient(center center, farthest-side, rgba(32, 64, 124, .5) 0%, rgba(0, 0, 0, .1) 100%);
    background: -moz-radial-gradient(center center, farthest-side, rgba(32, 64, 124, .5) 0%, rgba(0, 0, 0, .1) 100%);
    background: -ms-radial-gradient(center center, farthest-side, rgba(32, 64, 124, .5) 0%, rgba(0, 0, 0, .1) 100%);
    background: -o-radial-gradient(center center, farthest-side, rgba(32, 64, 124, .5) 0%, rgba(0, 0, 0, .1) 100%)
}
a:hover {
    color: #8bf;
    text-decoration: none
}
.fancyhr {
    border: 0;
    height: 1px;
    margin: .2rem 0;
    background-image: -webkit-linear-gradient(left, rgba(16, 64, 176, .4), rgba(32, 128, 232, 1), rgba(16, 64, 176, .4));
    background-image: -moz-linear-gradient(left, rgba(16, 64, 176, .4), rgba(32, 128, 232, 1), rgba(16, 64, 176, .4));
    background-image: -ms-linear-gradient(left, rgba(16, 64, 176, .4), rgba(32, 128, 232, 1), rgba(16, 64, 176, .4));
    background-image: -o-linear-gradient(left, rgba(16, 64, 176, .4), rgba(32, 128, 232, 1), rgba(16, 64, 176, .4))
}
.fancyhr2 {
    margin: .5% 0
}
.fancyhr-left {
	margin-right: .5rem;
	background-image: -webkit-linear-gradient(left, rgba(16, 64, 176, .4), rgba(32, 128, 232, 1)) !important;
}
.fancyhr-right {
	margin-left: .5rem;
	background-image: -webkit-linear-gradient(right, rgba(16, 64, 176, .4), rgba(32, 128, 232, 1)) !important;
}
.shadow4 {
    text-shadow: 1px 1px #000,
		-1px 0 #000,
		1px 0 #000,
		-1px 1px #000,
		1px -1px #000,
		-1px -1px #000
}
.title-bg {
	position: absolute;
	width: 1920px;
	height: 1080px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
#firmamentWarsBG {
	transform: translate(-50%, -47%);
}
#titleViewBackdrop {
    position: absolute;
    visibility: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    background: -webkit-radial-gradient(center center, farthest-corner, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .7) 100%);
    background: -moz-radial-gradient(center center, farthest-corner, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .7) 100%);
    background: -ms-radial-gradient(center center, farthest-corner, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .7) 100%);
    background: -o-radial-gradient(center center, farthest-corner, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .7) 100%);
    z-index: 999999

}
#title-backdrop {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #0a0a0a;
	background: -webkit-radial-gradient(bottom left, farthest-side, rgba(5, 64, 80, 1) 0%, rgba(5, 64, 80, 0) 75%, rgba(0,0,0,0) 100%);
	background: -moz-radial-gradient(bottom left, farthest-side, rgba(5, 64, 80, 1) 0%, rgba(5, 64, 80, 0) 75%, rgba(0,0,0,0) 100%);
	background: -o-radial-gradient(bottom left, farthest-side, rgba(5, 64, 80, 1) 0%, rgba(5, 64, 80, 0) 75%, rgba(0,0,0,0) 100%);
	background: -ms-radial-gradient(bottom left, farthest-side, rgba(5, 64, 80, 1) 0%, rgba(5, 64, 80, 0) 75%, rgba(0,0,0,0) 100%);
}
#title-stars-1 {
	background-position: 0px 0px;
}
#title-stars-2 {
	background-position: -200px -200px;
	opacity: .8
}
#title-stars-3 {
	background-position: -400px -400px;
	opacity: .6
}
.title-stars {
	background-image: url(../images/title/simple-stars.png);
	background-size: 100% 100%;
}
.sharp-x {
	position: relative;
	font-size: 4rem!important;
	top: -2.15rem;
}
#firmament-wars-logo-wrap {
	position: relative;
	z-index: 1;
	height: 11.25rem;
	overflow: visible;
    background: -webkit-linear-gradient(bottom, rgba(0, 48, 96, 1) 0%, rgba(0, 24, 48, 1) 10%, rgba(0, 0, 0, 1) 100%);
    background: -moz-linear-gradient(bottom, rgba(0, 48, 96, 1) 0%, rgba(0, 24, 48, 1) 10%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(bottom, rgba(0, 48, 96, 1) 0%, rgba(0, 24, 48, 1) 10%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(bottom, rgba(0, 48, 96, 1) 0%, rgba(0, 24, 48, 1) 10%, rgba(0, 0, 0, 1) 100%);
}
#action-button-wrap {
	position: relative;
	margin-top: 4rem;
	z-index: 2;
	width: 50%;
	min-height: 19rem;
}
.action-btn {
	opacity: 0;
}
#firmamentWarsLogo {
	position: relative;
	display: block;
	height: 15rem;
	margin: 1rem auto;
}
#gameWrap {
    visibility: hidden;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background: #000a3a
}
.fw-text {
    color: #bef;
    text-shadow: .5px .5px #357, 1px 1px #357
}
.no-select {
    -khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none
}
#chat-content {
    vertical-align: bottom;
    padding: 2%
}
#chat-ui {
    font-family: Play, Roboto, Verdana, Arial, sans-serif;
    display: table;
    table-layout: fixed;
    position: absolute;
	font-size: 2rem;
    bottom: 5vh;
    left: 1vh;
    width: 50%;
    max-width: 640px;
    padding: .5rem;
    z-index: 9999;
    vertical-align: bottom
}
.uppercase {
    text-transform: uppercase
}
.chat-img {
    max-width: 40%;
    display: block
}
.chat-muted {
    color: #aaa;
    text-shadow: .5px .5px #333, 1px 1px #333
}
.chat-manpower {
    color: #ff0;
    text-shadow: .5px .5px #520, 1px 1px #520
}
.chat-hidden {
    font-family: Consolas, monospace;
    color: #000;
    background: #000;
    text-shadow: none;
    pointer-events: auto
}
.chat-hidden:hover {
    color: #fff;
    pointer-events: auto
}
.ranked {
    color: #faf57a;
    text-shadow: .5px .5px #4a4406, 1px 1px #4a4406
}
.chat-alert {
    color: red;
    text-shadow: .5px .5px #500, 1px 1px #500
}
.chat-broadcast {
    color: #f80;
    text-shadow: .5px .5px #520, 1px 1px #520
}
.chat-warning {
    color: #ffff1a;
    text-shadow: .5px .5px #550, 1px 1px #550
}
.chat-rating {
    display: inline-block;
    color: #ffff1a;
    text-shadow: .5px .5px #550, 1px 1px #550;
	margin-right: .5rem;
}
.chat-online {
    color: gold;
    text-shadow: .5px .5px #550, 1px 1px #550
}
.chat-join {
	cursor: url('cursor/hover.png'), pointer;
}
.chat-danger {
    color: #ff1a1a;
    text-shadow: .5px .5px #500, 1px 1px #500
}
.chat-news {
    color: #fff;
    text-shadow: .5px .5px #222, 1px 1px #222
}
.chat-moves {
    color: #faf2a5;
    text-shadow: .5px .5px #443, 1px 1px #443
}
.chat-production {
    color: #d60;
    text-shadow: .5px .5px #420, 1px 1px #420
}
.chat-food {
    color: #b5ff00;
    text-shadow: .5px .5px #150, 1px 1px #150
}
.chat-culture {
    color: #d2d;
    text-shadow: .5px .5px #515, 1px 1px #515
}
.chat-arrow {
    color: #1e1;
    text-shadow: .5px .5px #050, 1px 1px #050
}
.chat-whisper {
    color: #c8f;
    text-shadow: .5px .5px #326, 1px 1px #326
}
.chat-white {
    color: #fff;
    text-shadow: .5px .5px #444, 1px 1px #444
}
#titleMenu {
	display: flex;
	flex-direction: column;
    padding: .1rem;
	flex-basis: 46%;
}
#title-action-row {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: .2rem .3rem;
	border-top: .2rem groove #37d;
	border-bottom: .2rem groove #37d;
	background: #000;
    background: -webkit-linear-gradient(top, rgba(0, 48, 96, 1) 0%, rgba(0, 24, 48, 1) 10%, rgba(0, 0, 0, 1) 100%);
    background: -moz-linear-gradient(top, rgba(0, 48, 96, 1) 0%, rgba(0, 24, 48, 1) 10%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 48, 96, 1) 0%, rgba(0, 24, 48, 1) 10%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 48, 96, 1) 0%, rgba(0, 24, 48, 1) 10%, rgba(0, 0, 0, 1) 100%);
}
.title-action-bg {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
#title-action-row-bg-left {
	left: 0;
	/*background: #0a0a0a;
	background: -webkit-radial-gradient(top left, farthest-side, rgba(0, 48, 96, 1) 0%, rgba(0, 0, 0, 0) 75%);
	background: -moz-radial-gradient(top left, farthest-side, rgba(0, 48, 96, 1) 0%, rgba(0, 0, 0, 0) 100%);
	background: -o-radial-gradient(top left, farthest-side, rgba(0, 48, 96, 1) 0%, rgba(0, 0, 0, 0) 100%);
	background: -ms-radial-gradient(top left, farthest-side, rgba(0, 48, 96, 1) 0%, rgba(0, 0, 0, 0) 100%);*/
}
#title-action-row-bg-right {
	right: 0;
	/*background: #0a0a0a;
	background: -webkit-radial-gradient(top right, farthest-side, rgba(0, 48, 96, 1) 0%, rgba(0, 0, 0, 0) 75%);
	background: -moz-radial-gradient(top right, farthest-side, rgba(0, 48, 96, 1) 0%, rgba(0, 0, 0, 0) 100%);
	background: -o-radial-gradient(top right, farthest-side, rgba(0, 48, 96, 1) 0%, rgba(0, 0, 0, 0) 100%);
	background: -ms-radial-gradient(top right, farthest-side, rgba(0, 48, 96, 1) 0%, rgba(0, 0, 0, 0) 100%);*/
}
.action-btn {
	font-size: 2.5rem;
	line-height: 3.25rem;
	white-space: nowrap;
	cursor: url('cursor/hover.png'), pointer;
	transition: box-shadow ease-out .15s, color ease-out .3s;
	text-align: center;
}
.action-btn:hover {
	color: #ff0;
	box-shadow: 0 0 0 2rem rgba(255,255,0,.3) inset
}
.action-btn:active {
	color: #ffd;
	box-shadow: 0 0 0 2rem rgba(255,255,0,1) inset
}
#leaderboard-head {
	display: flex;
	justify-content: space-between;
	align-content: center;
	margin-bottom: .5rem;
}
#refreshGameWrap {
    color: #bef;
    margin-top: 0;
    overflow-y: auto;
	flex: 1;
	border: 0;
	background: rgba(0,0,0,.7);
}
#gameTable {
    table-layout: fixed;
    width: 100%;
    padding: 0;
    margin: 0;
    color: #fff;
	font-size: 2rem;
}
#gameTableHead {
	border: 0;
	background: #013;
}
#gameTable th {
    font-size: 1.5rem
}
tbody {
    border: 0
}
#titleChatHeader {
    text-align: center;
    background: rgba(0, 0, 0, .7);
	padding: .3rem .6rem;
    border-bottom: 1px solid #357;
    background: -webkit-radial-gradient(top center, farthest-side, rgba(0, 48, 96, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -moz-radial-gradient(top center, farthest-side, rgba(0, 48, 96, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -ms-radial-gradient(top center, farthest-side, rgba(0, 48, 96, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -o-radial-gradient(top center, farthest-side, rgba(0, 48, 96, 1) 0%, rgba(0, 0, 0, 1) 100%)
}
#title-chat-btn-wrap {
	flex: 0;
    border-top: 1px solid #357;
    background: -webkit-linear-gradient(bottom, rgba(0, 8, 38, 1) 0%, rgba(0, 33, 66, 1) 100%);
    background: -moz-linear-gradient(bottom, rgba(0, 8, 38, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(bottom, rgba(0, 8, 38, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(bottom, rgba(0, 8, 38, 1) 0%, rgba(0, 0, 0, 1) 100%)
}
.title-utils {
	font-size: 1.5rem;
	white-space: nowrap;
	cursor: url('cursor/hover.png'), pointer;
	border: .2rem ridge #357;
	color: #aef;
	transition: box-shadow ease-out .3s, color ease-out .3s;
	text-align: center;
}
.title-utils ~ .title-utils {
	border-top: 1px solid #357;
}
.title-utils:hover {
	color: #fff;
	box-shadow: 0 0 0 2rem rgba(128,192,255,.2) inset
}
.title-utils:active {
	color: #ffd;
	box-shadow: 0 0 0 1rem rgba(128,192,255,1) inset
}
#title-chat-btns button {
	padding: .5rem 1rem!important;
    border: 1px solid #357!important;
    font-size: 1.5rem
}
.btn-group>.tooltip+.btn,
.btn-group>.popover+.btn {
    margin-left: -1px
}
.titlePlayer {
	display: flex;
	align-items: center;
    padding: 0 .5em
}
.titlePlayerAccount {
	cursor: url('cursor/hover.png'), pointer;
}
#titleChat {
	background: rgba(0,0,0,.7);
	display: flex;
	flex-direction: column;
    text-align: left;
	padding: .5rem;
	flex: 1;
}
#titleChatWrap {
    position: relative;
    padding: 0 .5rem .5rem;
    font-family: Play, Roboto, Verdana, Arial, sans-serif;
    color: #bef;
    text-shadow: 1px 1px #357;
    border-radius: 0
}
#titleChatPlayers {
	display: flex;
    padding: 0;
	flex: 1;
    background: rgba(0, 55, 155, .2);
	font-size: 1.8rem;
}
#title-chat-players-room {
	display: flex;
	flex-direction: column;
	flex-basis: 42%;
    border: 2px groove#357;
}
#title-chat-players-log {
	display: flex;
	flex-direction: column;
	flex-basis: 58%;
	margin-left: .5rem;
}
#titleChatLog {
	width: 100%;
    overflow-x: hidden;
	padding: 0 .5rem;
    word-break: break-word;
	flex: 1;
	border: 2px groove#357;
}
#titleChatBody {
	flex: 1;
}
#title-chat-input {
	flex: 0;
    padding: .3rem .6rem;
	margin-top: .5rem;
	display: block;
    width: 100%;
	font-size: 2rem;
    border: 1px solid #2e6da4;
    background: rgba(0, 12, 32, 1)
}
#titleChatLog > *,
#lobbyChatLog > *,
#chat-content > * {
	display: block;
}

#login {
    color: #fff
}
#titlePlayerCountWrap {
    float: right;
    color: #aef;
    font-family: Play, Roboto, Verdana, Arial, sans-serif;
    padding: .25em .5em;
    border-radius: 4px;
    background: rgba(255, 255, 255, .1)
}
.titlePanelLeft {
    font-family: Play, Roboto, Verdana, Arial, sans-serif;
    color: #bef;
    padding: .2rem;
}
#leaderboard {
	position: absolute;
    width: 85%;
    max-width: 1024px;
    background: #000;
}
#leaderboardBody {
    overflow: hidden;
    overflow-y: auto;
    width: 99%;
    height: 83vh;
	padding-left: 1rem;
	font-size: 2rem;
}
#leaderboardBody th,
#leaderboardBody td {
	padding: .4rem 0;
}
.addFriend {
    margin: .25em 0;
    padding: .25em .5em
}
.slider {
	width: 85%!important;
}
/*#endTurn {
    float: left;
    margin: .25rem .25rem 0;
    font-size: 1.25rem;
    padding: 0rem .25rem
}*/
.video-wrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.fwGameLabel {
    background: rgba(16, 56, 96, 1);
    color: #aef!important;
    border: 1px solid #2e6da4
}
.fwBlue {
    background: rgba(16, 56, 96, 1);
    color: #aef!important;
	cursor: url('cursor/hover.png'), pointer;
    border: 1px outset #2e6da4;
	box-shadow: 0 0 0 1px #012 inset;
    border-radius: 4px;
    text-shadow: 1px 1px #000, -1px 0 #000, 1px 0 #000, -1px 1px #000, 1px -1px #000, -1px -1px #000!important
}
.fwBlue:hover {
    background: rgba(26, 66, 106, 1)
}
.fwBlue:active {
    background: rgba(6, 46, 86, 1);
    border: 1px inset #2e6da4!important;
}
.fwBlue:focus {
	outline: none!important;
}
.fwGreen {
    background: rgba(11, 76, 11, 1);
    color: #afa!important;
	cursor: url('cursor/hover.png'), pointer;
    border: 1px outset #3a3;
	box-shadow: 0 0 0 1px #012 inset;
    border-radius: 4px;
    text-shadow: 1px 1px #000, -1px 0 #000, 1px 0 #000, -1px 1px #000, 1px -1px #000, -1px -1px #000!important
}
.fwGreen:hover {
    background: rgba(26, 86, 26, 1)
}
.fwGreen:active {
    background: rgba(1, 66, 1, 1);
    border: 1px inset #3a3!important;
}
.fwGreen:focus {
	outline: none!important;
}
.fwRed{
    background: rgba(88, 11, 11, 1);
    color: #faa!important;
	cursor: url('cursor/hover.png'), pointer;
    border: 1px outset #a33;
	box-shadow: 0 0 0 1px #012 inset;
    border-radius: 4px;
    text-shadow: 1px 1px #000, -1px 0 #000, 1px 0 #000, -1px 1px #000, 1px -1px #000, -1px -1px #000!important
}
.fwRed:hover {
    background: rgba(99, 11, 11, 1)
}
.fwRed:active {
    background: rgba(77, 11, 11, 1);
    border: 1px inset #511!important;
}
.fwRed:focus {
	outline: none!important;
}
#lobbyChatSend/*,
#titleChatSendBtn*/ {
    border-radius: 0 6px 6px 0
}
/*#titleChatSendBtn {
    margin-right: .5rem;
	height: 3.8rem;
	z-index: 0;
}*/
#lobby-chat-input {
    padding: .5rem 1rem;
	margin: 0.3rem 0;
	font-size: 2rem;
    width: 100%;
    border: 1px solid #2e6da4;
}
#chat-input-open {
    position: absolute;
    bottom: 1vh;
    left: 1vh;
    z-index: 9999;
    border-radius: 4px;
	font-size: 2.25rem;
    opacity: 1
}
#chat-input-wrap {
    position: absolute;
    bottom: 1vh;
    left: 1vh;
    width: 40%;
    z-index: 9999;
    font-family: Play, Roboto, Verdana, Arial, sans-serif;
    visibility: hidden
}
#chat-input {
    padding: .5vh 1vw;
    background: rgba(0, 0, 0, .4);
    border: 1px solid rgba(192, 240, 255, .2);
    border-radius: 0 4px 4px 0;
	font-size: 2rem;
    height: 34px;
    width: 35vw
}
.resource-flex {
	display: flex;
	align-content: center;
	justify-content: space-between;
}
.resource-child {
	z-index: 1;
}
.nobg {
    border: none;
    background: none
}
#unlockGame,
#configureNation,
#createGameWrap {
    background: #000;
	font-size: 2rem;
}
#configureNation {
	padding:0!important;
}
#configure-nation-name {
	display: flex;
	flex-direction: column;
}
#updateNationName {
	margin: 0 auto 1rem;
    color: #222;
    width: 50%
}
#submitNationName {
	margin: 0 auto;
	height: 3.8rem;
	text-align: center;
}
#configureNation > div{
	margin: 1rem 0;
	text-align: center;
}
#configure-nation-flag-flex {
	display: flex;
}
#configure-nation-flag-flex > div{
	flex-basis: 50%;
	padding: 1rem;
}
#configure-nation-avatar {
	display: flex;
}
#configure-nation-avatar > div {
	padding: 1rem;
}
#create-game-form-foot {
	padding-top: .5rem;
}
#card-number {
    width: 50%
}
#card-cvc {
    width: 60px
}
#card-month,
#card-year {
    display: inline;
    width: 60px
}
#screenFlash {
    position: absolute;
    background: '#ffffff';
    width: 100%;
    height: 100%;
    z-index: 4999;
    opacity: 0;
    pointer-events: none
}
.marginLeft {
    margin-left: .5em
}
.titleHeader {
    line-height: 1.625em
}
.ui2-flag {
    position: absolute;
    top: 0;
    right: -135px;
    width: 480px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: .3;
    z-index: -5
}
#targetCapStar {
	position: absolute;
	left: 0;
	right: 0;
	top: 25%;
	font-size: 3rem;
	z-index: 2;
}
.targetFlag {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    z-index: 0
}
#targetWrap {
	display: flex;
    position: absolute;
    top: 3rem;
    right: 21rem;
	height: 6rem;
    z-index: 9999;
    background: rgba(0, 0, 0, 0);
	border: 0!important;
	color: #fff;
	font-size: 1.5rem;
}
#targetNameWrap {
    position: relative;
	z-index: 2;
}
#ribbonBackdrop {
    visibility: hidden
}
#ribbonReward {
    visibility: hidden;
    width: 80%;
    background: #000
}
#ribbonBody {
    font-family: Cinzel, Palatino Linotype, serif;
    text-align: center
}
.ribbon {
    display: inline-block;
    background-image: url(../images/ribbons/ribbonMap2.jpg);
    background-size: 135px 36px;
    height: 6px;
    width: 23px;
    background-position: 0 0;
    margin: 0;
    padding: 0
}
.narrowRack {
    width: 69px
}
.wideRack {
    width: 92px
}
#worldWater {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	filter: brightness(33%) blur(3px);
	background: url(../images/tiny-water.gif);
	background-size: 400px 400px;
}
#targetName {
    position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
    width: 13.5rem;
    height: 9rem;
    background: #000
}
#targetResources {
    position: relative;
	display: flex;
	justify-content: space-around;
	align-content: center;
}
#targetResources i {
    margin-left: .3rem
}
#targetNameAnchor {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
    position: relative;
    overflow: hidden;
    width: 100%;
	line-height: 1;
    height: 100%
}
.ribbonName {
    font-size: 2.5rem;
    margin-top: .5rem
}
.ribbonDescription {
    position: relative;
    top: -.5rem;
    font-family: Play, serif;
    font-size: 2rem;
    margin-bottom: .25rem
}
.giantRibbon {
    margin: 0 auto .5rem;
    width: 18.5rem
}
.ribbon1 {
    background-position: 0 0
}
.ribbon2 {
    background-position: -100% 0
}
.ribbon3 {
    background-position: -200% 0
}
.ribbon4 {
    background-position: -300% 0
}
.ribbon5 {
    background-position: -400% 0
}
.ribbon6 {
    background-position: -500% 0
}
.ribbon7 {
    background-position: 0 -100%
}
.ribbon8 {
    background-position: -100% -100%
}
.ribbon9 {
    background-position: -200% -100%
}
.ribbon10 {
    background-position: -300% -100%
}
.ribbon11 {
    background-position: -400% -100%
}
.ribbon12 {
    background-position: -500% -100%
}
.ribbon13 {
    background-position: 0 -200%
}
.ribbon14 {
    background-position: -100% -200%
}
.ribbon15 {
    background-position: -200% -200%
}
.ribbon16 {
    background-position: -300% -200%
}
.ribbon17 {
    background-position: -400% -200%
}
.ribbon18 {
    background-position: -500% -200%
}
.ribbon19 {
    background-position: 0 -300%
}
.ribbon20 {
    background-position: -100% -300%
}
.ribbon21 {
    background-position: -200% -300%
}
.ribbon22 {
    background-position: -300% -300%
}
.ribbon23 {
    background-position: -400% -300%
}
.ribbon24 {
    background-position: -500% -300%
}
.ribbon25 {
    background-position: 0% -400%
}
.ribbon26 {
    background-position: -100% -400%
}
.ribbon27 {
    background-position: -200% -400%
}
.ribbon28 {
    background-position: -300% -400%
}
.ribbon29 {
    background-position: -400% -400%
}
.ribbon30 {
    background-position: -500% -400%
}
.ribbon31 {
    background-position: 0% -500%
}
.ribbon32 {
    background-position: -100% -500%
}
.ribbon33 {
    background-position: -200% -500%
}
.ribbon34 {
    background-position: -300% -500%
}
.ribbon35 {
    background-position: -400% -500%
}
.ribbon36 {
    background-position: -500% -500%
}
#ui2 {
    position: relative;
    color: #fff;
    z-index: 9999
}
#troop-flex {
	display: flex;
	justify-content: space-between;
	align-content: center;
	font-size: 2.25rem;
	line-height: 2.25rem;
	font-family: Cinzel;
	text-align: center;
}
#available-troops {
	padding: .5rem;
}
#game-mode {
	display: flex;
	font-family: Cinzel;
	padding: .2rem 1rem;
	color: #bef;
	justify-content: space-between;
}
#manpower {
	padding: 0;
	width: 7rem;
	font-size: 3.5rem;
	align-self: center;
}
#ui2-head {
    position: absolute;
	display: flex;
	justify-content: space-between;
	align-content: center;
	font-size: 1.8rem;
	height: 3rem;
	width: 40rem;
	top: 0;
	right: 0;
    color: #fff;
	border-radius: 0;
    z-index: 9999;
    padding: .25rem .5rem;
    white-space: nowrap;
	border-radius: 0 0 0 5px;
	border-top: 0;
	border-right: 0;
}
#ui2-head > * {
	display: flex;
	margin: 0 .5rem;
	align-self: center;
}
#foodBarWrap {
	background: #050;
}
#cultureBarWrap {
	background: #414;
}
#resources-ui {
    position: absolute;
    top: 3rem;
    right: 0;
	font-size: 1.8rem;
    border-right: none;
    border-bottom: none;
    text-overflow: ellipsis;
    color: #fff;
	border-radius: 0;
	width: 21rem;
    z-index: 9999
}
#resources-ui>.row,
#target-ui>.row {
    margin: 0;
    padding: 0 .5em
}
#hotkey-ui {
    font-family: Cinzel, Palatino Linotype, serif;
    color: #8df;
    position: absolute;
    top: .25em;
    font-size: 2rem;
    width: 100%;
    text-align: center;
    visibility: hidden;
    pointer-events: none;
    z-index: 9999
}
#resourceHead {
	position: relative;
	display: flex;
	justify-content: space-around;
    color: #aef;
    padding: .4rem .8rem;
    font-size: 2.25rem;
    border-bottom: 1px solid #357;
	background: -webkit-radial-gradient(top left, farthest-side, rgba(0, 48, 96, 1) 0%, rgba(0, 0, 0, 0) 75%);
	background: -moz-radial-gradient(top left, farthest-side, rgba(0, 48, 96, 1) 0%, rgba(0, 0, 0, 0) 100%);
	background: -o-radial-gradient(top left, farthest-side, rgba(0, 48, 96, 1) 0%, rgba(0, 0, 0, 0) 100%);
	background: -ms-radial-gradient(top left, farthest-side, rgba(0, 48, 96, 1) 0%, rgba(0, 0, 0, 0) 100%);
}
#resourceHead > * {
	z-index: 1;
}
#resource-head-right {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	right: 0;
	z-index: 0;
	background: #0a0a0a;
	background: -webkit-radial-gradient(top right, farthest-side, rgba(0, 48, 96, 1) 0%, rgba(0, 0, 0, 0) 75%);
	background: -moz-radial-gradient(top right, farthest-side, rgba(0, 48, 96, 1) 0%, rgba(0, 0, 0, 0) 100%);
	background: -o-radial-gradient(top right, farthest-side, rgba(0, 48, 96, 1) 0%, rgba(0, 0, 0, 0) 100%);
	background: -ms-radial-gradient(top right, farthest-side, rgba(0, 48, 96, 1) 0%, rgba(0, 0, 0, 0) 100%);
}
#resourceBody {
    padding: 0 .5rem .8rem;
    text-align: right;
}
.diplomacyPlayers {
    position: relative;
	display: flex;
	align-items: center;
	border-width: .2rem!important;
	border-style: groove!important;
    padding: .25rem .375rem;
    margin: 1px;
	overflow: hidden;
}
.diplo-data-col {
	padding: 0 .5rem;
	max-width: 22rem;
}
.diplo-head {
    font-size: 1.5rem;
    padding: .2rem .4rem;
    border-bottom: 1px solid #357
}
#diplomacy-ui {
    position: absolute;
	display: flex;
	flex-direction: column;
    left: 0;
    top: 0;
	font-size: 1.6rem;
    border-radius: 0 0 4px 0;
    border-top: none;
    border-left: none;
    color: #fff;
    text-align: left;
    z-index: 9999;
    overflow: hidden;
    line-height: 1.3
}
.tight {
    margin: 0!important;
    padding: 0!important
}
.tight2 {
    margin: 0!important;
    padding: 0 .6rem 0 0!important
}
.productionCost {
    padding-left: 5px
}
.blueBg {
    border: 2px ridge #357;
    border-radius: 4px;
    background: rgba(0, 8, 33, 1)
}
.stagBlue {
    border: 1px solid rgba(176, 240, 255, 1);
    border-radius: 4px;
    background: rgba(0, 16, 60, 1);
    background: linear-gradient(top, rgba(0, 24, 100, 1) 0%, rgba(0, 24, 100, 1) 10%, rgba(0, 22, 90, 1) 10%, rgba(0, 22, 90, 1) 20%, rgba(0, 20, 80, 1) 20%, rgba(0, 20, 80, 1) 30%, rgba(0, 18, 70, 1) 30%, rgba(0, 18, 70, 1) 40%, rgba(0, 16, 60, 1) 40%, rgba(0, 16, 60, 1) 50%, rgba(0, 14, 50, 1) 50%, rgba(0, 14, 50, 1) 60%, rgba(0, 12, 40, 1) 60%, rgba(0, 12, 40, 1) 70%, rgba(0, 10, 30, 1) 70%, rgba(0, 10, 30, 1) 80%, rgba(0, 8, 20, 1) 80%, rgba(0, 8, 20, 1) 90%, rgba(0, 6, 10, 1) 90%, rgba(0, 6, 10, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 24, 100, 1) 0%, rgba(0, 24, 100, 1) 10%, rgba(0, 22, 90, 1) 10%, rgba(0, 22, 90, 1) 20%, rgba(0, 20, 80, 1) 20%, rgba(0, 20, 80, 1) 30%, rgba(0, 18, 70, 1) 30%, rgba(0, 18, 70, 1) 40%, rgba(0, 16, 60, 1) 40%, rgba(0, 16, 60, 1) 50%, rgba(0, 14, 50, 1) 50%, rgba(0, 14, 50, 1) 60%, rgba(0, 12, 40, 1) 60%, rgba(0, 12, 40, 1) 70%, rgba(0, 10, 30, 1) 70%, rgba(0, 10, 30, 1) 80%, rgba(0, 8, 20, 1) 80%, rgba(0, 8, 20, 1) 90%, rgba(0, 6, 10, 1) 90%, rgba(0, 6, 10, 1) 100%);
    background: -moz-linear-gradient(top, rgba(0, 24, 100, 1) 0%, rgba(0, 24, 100, 1) 10%, rgba(0, 22, 90, 1) 10%, rgba(0, 22, 90, 1) 20%, rgba(0, 20, 80, 1) 20%, rgba(0, 20, 80, 1) 30%, rgba(0, 18, 70, 1) 30%, rgba(0, 18, 70, 1) 40%, rgba(0, 16, 60, 1) 40%, rgba(0, 16, 60, 1) 50%, rgba(0, 14, 50, 1) 50%, rgba(0, 14, 50, 1) 60%, rgba(0, 12, 40, 1) 60%, rgba(0, 12, 40, 1) 70%, rgba(0, 10, 30, 1) 70%, rgba(0, 10, 30, 1) 80%, rgba(0, 8, 20, 1) 80%, rgba(0, 8, 20, 1) 90%, rgba(0, 6, 10, 1) 90%, rgba(0, 6, 10, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 24, 100, 1) 0%, rgba(0, 24, 100, 1) 10%, rgba(0, 22, 90, 1) 10%, rgba(0, 22, 90, 1) 20%, rgba(0, 20, 80, 1) 20%, rgba(0, 20, 80, 1) 30%, rgba(0, 18, 70, 1) 30%, rgba(0, 18, 70, 1) 40%, rgba(0, 16, 60, 1) 40%, rgba(0, 16, 60, 1) 50%, rgba(0, 14, 50, 1) 50%, rgba(0, 14, 50, 1) 60%, rgba(0, 12, 40, 1) 60%, rgba(0, 12, 40, 1) 70%, rgba(0, 10, 30, 1) 70%, rgba(0, 10, 30, 1) 80%, rgba(0, 8, 20, 1) 80%, rgba(0, 8, 20, 1) 90%, rgba(0, 6, 10, 1) 90%, rgba(0, 6, 10, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 24, 100, 1) 0%, rgba(0, 24, 100, 1) 10%, rgba(0, 22, 90, 1) 10%, rgba(0, 22, 90, 1) 20%, rgba(0, 20, 80, 1) 20%, rgba(0, 20, 80, 1) 30%, rgba(0, 18, 70, 1) 30%, rgba(0, 18, 70, 1) 40%, rgba(0, 16, 60, 1) 40%, rgba(0, 16, 60, 1) 50%, rgba(0, 14, 50, 1) 50%, rgba(0, 14, 50, 1) 60%, rgba(0, 12, 40, 1) 60%, rgba(0, 12, 40, 1) 70%, rgba(0, 10, 30, 1) 70%, rgba(0, 10, 30, 1) 80%, rgba(0, 8, 20, 1) 80%, rgba(0, 8, 20, 1) 90%, rgba(0, 6, 10, 1) 90%, rgba(0, 6, 10, 1) 100%)
}
.diploNames {
    position: relative;
    top: .125em
}
#lobbyFirmamentWarsLogo {
    opacity: 1;
    width: 100%
}
.abs {
    position: absolute
}
.resourceIndicator {
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: .5em
}
.manpower {
    color: #ff0
}
.moves {
    color: #faf2a5
}
.food {
    color: #b5ff00
}
.production {
    color: #d60
}
.culture {
    color: #d2d
}
.fw-icon {
	width: 2rem;
	height: 2rem;
	align-self: center;
}
.fw-icon-sm {
	position: relative;
	width: 1.75rem;
	height: 1.75rem;
	margin-right: .3rem;
	top: -.2rem;
}
#target {
    padding: 3% 0
}
#actionTable tr {
    border-spacing: 1em;
    border-collapse: separate
}
#tileInfo {
    font-size: .875em;
    margin: 2% 0
}
.actionHead {
    text-align: center;
    font-size: 1.5rem
}
#tileActions {
    position: relative
}
#tileResearch {
    font-size: .625rem
}
#tileActionsOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7)
}
#menuSelect {
    width: 100%
}
#tileAction>tbody>tr>td {
    color: red
}
table td,
.table th,
.table td {
    border: none;
    outline: none;
    border-top: none!important
}
.table > tbody > tr > td {
	padding: .4rem .8rem 0 0!important;
}
.resourceIcon {
    margin-right: .2rem
}
#prod-wrap {
	background: #013;
	border: .2rem outset #d60;
	padding: .2rem .5rem;
	margin-bottom: 1px;
}
#food-wrap {
	background: #130;
	border: .2rem outset #b5ff00;
}
#culture-wrap {
	background: #202;
	border: .2rem outset #d2d;
}
.actionButtons {
    display: flex;
	justify-content: space-between;
	align-content: center;
	font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: .2rem;
	cursor: url('cursor/hover.png'), pointer;
    border: .2rem solid #000;
    border-radius: 8px 0 8px 0;
    box-shadow: 1px 1px rgba(128, 192, 255, 1) inset, -1px -1px rgba(16, 92, 162, 1) inset;
    background: rgba(23, 42, 84, 1);
    background: linear-gradient(top, rgba(23, 42, 84, 1) 0%, rgba(23, 42, 84, 1) 50%, rgba(4, 67, 136, 1) 50%, rgba(4, 67, 136, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(23, 42, 84, 1) 0%, rgba(23, 42, 84, 1) 50%, rgba(4, 67, 136, 1) 50%, rgba(4, 67, 136, 1) 100%);
    background: -moz-linear-gradient(top, rgba(23, 42, 84, 1) 0%, rgba(23, 42, 84, 1) 50%, rgba(4, 67, 136, 1) 50%, rgba(4, 67, 136, 1) 100%);
    background: -ms-linear-gradient(top, rgba(23, 42, 84, 1) 0%, rgba(23, 42, 84, 1) 50%, rgba(4, 67, 136, 1) 50%, rgba(4, 67, 136, 1) 100%);
    background: -o-linear-gradient(top, rgba(23, 42, 84, 1) 0%, rgba(23, 42, 84, 1) 50%, rgba(4, 67, 136, 1) 50%, rgba(4, 67, 136, 1) 100%);
    -khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none
}
.actionButtons:hover {
	cursor: url('cursor/hover.png'), pointer;
    background: rgba(32, 100, 177, 1);
    background: linear-gradient(top, rgba(32, 100, 177, 1) 0%, rgba(32, 100, 177, 1) 50%, rgba(32, 177, 232, 1) 50%, rgba(32, 177, 232, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(32, 100, 177, 1) 0%, rgba(32, 100, 177, 1) 50%, rgba(32, 177, 232, 1) 50%, rgba(32, 177, 232, 1) 100%);
    background: -moz-linear-gradient(top, rgba(32, 100, 177, 1) 0%, rgba(32, 100, 177, 1) 50%, rgba(32, 177, 232, 1) 50%, rgba(32, 177, 232, 1) 100%);
    background: -ms-linear-gradient(top, rgba(32, 100, 177, 1) 0%, rgba(32, 100, 177, 1) 50%, rgba(32, 177, 232, 1) 50%, rgba(32, 177, 232, 1) 100%);
    background: -o-linear-gradient(top, rgba(32, 100, 177, 1) 0%, rgba(32, 100, 177, 1) 50%, rgba(32, 177, 232, 1) 50%, rgba(32, 177, 232, 1) 100%)
}
.actionButtons:active {
    box-shadow: 0 0 0 5rem rgba(0, 0, 0, .3) inset
}
.actionButtons > div {
    padding: 0 0 0 .6rem
}
.action-button-cost  {
	display: flex;
	flex-basis: 30%;
	align-items: center;
	justify-content: space-between;
}
#players {
    height: 30%
}
.fa {
	cursor: url('cursor/hover.png'), pointer;
}
audio,
.none {
    display: none
}
.governmentChoice,
.cpu-choice {
	cursor: url('cursor/hover.png'), pointer;
}
#surrenderScreen,
#victoryScreen {
    position: absolute;
    display: none;
    font-family: Cinzel, Consolas, monospace;
    top: 28%;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 33%;
    max-width: 40rem;
    padding: .5rem 1.5rem 1rem;
    font-size: 2rem;
    text-align: center;
    z-index: 9999;
	background: rgba(0,0,0,.8);
}
.endBtn {
    border: 1px solid #37d;
    box-shadow: 0 0 2rem rgba(0, 40, 148, 1) inset;
    border-radius: 4%;
    color: #ff0;
	cursor: url('cursor/hover.png'), pointer;
    padding: 2px;
    margin-top: 4%
}
.endBtn:hover {
    background: rgba(0, 48, 112, .5)
}
.modalBtnChild {
    border: 1px solid #149;
    border-radius: 4%
}
.portal {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%
}
#rankedMatch {
    position: relative;
    top: 2px
}
#overlay {
    display: none;
    background: rgba(0, 0, 0, .5);
    z-index: 999999;
    cursor: wait
}
#worldTitle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200%;
    max-width: 3840px;
    height: auto
}
#worldWrap {
    position: absolute;
    top: 0%;
    left: 0%;
    background: #0a246a
}
#world {
    position: absolute;
    top: 0%;
	overflow: visible!important;
    left: 0%
}
#grid {
	width: 500%;
	height: 500%;
}
#mapUnits {
    text-shadow: 1px 1px #000;
    color: #fff;
    position: absolute;
    top: 0%;
    left: 0%;
    overflow: visible;
    z-index: 9999;
    pointer-events: none
}
.hole {
    fill-rule: evenodd
}
.land {
    fill: #02063a;
    fill-opacity: 1;
    fill-rule: evenodd;
    stroke: #aaa;
    stroke-opacity: 1;
    stroke-width: 1;
    stroke-linejoin: round;
    overflow: visible;
	cursor: url('cursor/hover.png'), pointer;
}
.dead {
    fill: #666;
    stroke: #111
}
text {
    fill: rgba(255, 255, 255, 1);
    stroke: rgba(0, 0, 0, 1);
    stroke-width: 3;
    stroke-linejoin: round;
    paint-order: stroke
}
.unit {
    visibility: hidden;
    margin-left: 1rem;
    white-space: nowrap;
    font-size: 2.5rem;
    font-family: Play, Times New Roman, Serif;
    pointer-events: none;
    text-anchor: middle;
    alignment-baseline: center
}
.mapBars {
    stroke-dasharray: 4, 1;
    overflow: hidden
}
.mapBars2x {
    stroke-dasharray: 9, 1
}
.targetBarsWrap {
    position: relative;
    margin: 0 auto;
    width: 98%;
    height: 39px
}
.targetBars {
    stroke-width: 5px;
    stroke-dasharray: 5, 1
}
.targetBarsFood {
    stroke: #b5ff00
}
.targetBarsProduction {
    stroke: #d60
}
.targetBarsCulture {
    stroke: #d2d
}
.targetBarsDefense {
    stroke: #ff0
}
#motionPath {
    visibility: hidden
}
#targetLine {
    visibility: hidden;
    stroke-width: 3;
    stroke-dasharray: 8, 4
}
#targetLineShadow {
    visibility: hidden;
    stroke-width: 1;
    stroke-dasharray: 8, 4;
    stroke: rgba(0, 0, 0, 1)
}
#targetCrosshair {
    visibility: hidden;
    fill: red;
    pointer-events: none
}
.crosshair {
    stroke: "#1a1a1a";
    stroke-width: 12
}
.paths {
    stroke: rgba(255, 255, 0, 1);
    stroke-width: 2;
    stroke-miterlimit: 4;
    stroke-dasharray: 2, 2;
    pointer-events: none;
    fill: none
}
.titleCaret {
    position: relative;
    left: 2px
}
.titleButtons {
    background: rgba(16, 56, 96, 1)
}
circle {
    opacity: 0
}
.block {
    display: block
}
.center {
    position: relative;
    margin: 0 auto
}
.w33 {
    width: 33%
}
.w66 {
    width: 66%
}
.w100 {
    width: 100%
}
.bigFont {
    font-size: 1.25rem
}
.nationFlag {
    position: absolute;
    margin-top: 0%;
    right: .5vw;
    height: 7.25em
}
#nation-ui {
    margin-top: 3%;
    font-family: Times New Roman, serif;
    text-overflow: ellipsis;
    text-align: center;
    overflow: hidden
}
.fw-primary {
    color: #fff;
    box-shadow: 0 0 0 1px #37d inset, 0 0 0 1px #02c
}
#lobby {
    padding: 8px
}
#lobbyHead {
    font-size: 1.25rem
}
.active {
    background-color: #286090;
    border-color: #204d74
}
#joinGame {
    position: relative;
    top: -1px
}
#joinGameLobby {
    visibility: hidden;
    position: absolute;
    top: 0vh;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0
}
#lobby-cpu-row {
	margin-bottom: .5rem;
}
#lobbyLeftCol {
    position: absolute;
	display: flex;
	flex-direction: column;
    top: 1rem;
    left: 2%;
    width: 55%;
	height: 98%;
	background: rgba(0,0,0,.8);
}
#lobbyRightCol {
    position: absolute;
    top: 1rem;
    width: 35%;
    left: 60%;
    font-size: 1.8rem;
}
#lobbyPlayers {
	flex: 1;
}
#lobbyChatLogWrap {
	display: flex;
	flex-direction: column;
	flex-basis: 29%;
    padding: .25rem .5rem;
    word-break: break-word
}
#lobbyChatLog {
    position: relative;
    overflow: auto;
    overflow-x: hidden;
    left: 0;
    right: 0;
    width: 100%;
	font-size: 2rem;
    margin: .2rem auto;
	flex: 1;
    font-family: Play, Roboto, Verdana, Arial, sans-serif;
    color: #bef;
    padding: .2rem .5rem;
    text-shadow: 1px 1px #357;
    border: 1px solid #2e6da4;
}
#lobbyChatWrap {
    position: relative;
    left: 0;
    right: 0;
    margin: .125rem auto;
    width: 100%;
	flex: 0;
    font-family: Play, Roboto, Verdana, Arial, sans-serif;
    color: #bef;
    text-shadow: 1px 1px #357;
    border-radius: 0;
    padding: .25rem 0
}
#lobbyGame {
    position: relative;
    top: 0%;
    padding: 1rem;
	background: rgba(0,0,0,.8);
    text-align: center
}
#lobbyRankedMatch {
    display: none;
    font-family: Cinzel, Palatino Linotype, serif;
    font-size: 2rem
}
#lobbyGameName {
    overflow: hidden;
    text-overflow: ellipsis
}
.ellipsis {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
#lobbyGovernmentDescription {
	background: rgba(0,0,0,.8);
    padding: 1rem
}
.lobbyTeamFlag {
    margin-bottom: .125em
}
.lobbyTeamNumbers {
    font-family: Cinzel, Palatino Linotype, serif;
    display: inline-block;
    width: 1em;
    text-align: center
}
.lobbyTeams {
    display: inline;
    background: #222;
    border: 1px solid #aaa;
    color: #7FFFD4;
    border-radius: 4px;
    padding: 0 .5em;
    margin-right: .5em
}
.lobbyRelWrap {
    position: relative;
    top: 0%;
    margin-top: .5vh
}
.lobbyAccounts {
    margin-top: .5rem;
    line-height: 1.5
}
.lobbyAccountName {
	cursor: url('cursor/hover.png'), pointer;
}
.lobbyNames {
    color: #8df;
    text-shadow: .5px .5px #145, 1px 1px #145
}
#lobbyGovernmentDescription {
    padding: 1em
}
#lobbyButtonWrap {
    position: relative;
	background: rgba(0,0,0,.8);
    padding: 1rem 5rem
}
.lobbyButtons {
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 20rem
}
.joinGameInputs {
    color: #bef;
    background: none;
    border: 1px solid #2e6da4;
    margin: 0;
    padding: .25em .5em;
    border-radius: 4px;
    width: 100%
}
.privateRow {
    margin: 0 2.5rem
}
.privateLabel {
    text-align: right;
    line-height: 2
}
#joinPrivateGameModal {
	font-size: 2rem;
    background: #000
}
#createGameBtn,
#autoJoinBtn {
    border: 1px outset #2e6da4;
	box-shadow: 0 0 0 1px #012 inset;
    height: 3.2rem;
    background: rgba(16, 56, 96, 1)!important
}
.fwBlueInput {
    background: rgba(0, 12, 32, 1);
    color: #fff!important;
    border: 1px solid #2e6da4
}
.gameTableCol1 {
    width: 35%
}
.gameTableCol2 {
    width: 25%
}
.gameTableCol3 {
    width: 25%
}
.gameTableCol4 {
    width: 15%
}
.soundSlider {
	cursor: url('cursor/hover.png'), pointer!important;
    width: 1em;
    margin-right: .25em
}
#Msg {
    opacity: 0;
    position: absolute;
    top: 12rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
    max-width: 800px;
    padding: 0 8%;
    text-align: center;
    font-size: 2rem;
    color: #fff;
    background: rgba(0, 0, 0, .9);
    background: linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .9) 20%, rgba(0, 0, 0, .9) 80%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .9) 20%, rgba(0, 0, 0, .9) 80%, rgba(0, 0, 0, 0) 100%);
    background: -moz-linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .9) 20%, rgba(0, 0, 0, .9) 80%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .9) 20%, rgba(0, 0, 0, .9) 80%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .9) 20%, rgba(0, 0, 0, .9) 80%, rgba(0, 0, 0, 0) 100%);
    border-width: 0;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(right, rgba(4, 67, 136, 0) 0%, rgba(4, 67, 136, .9) 20%, rgba(4, 67, 136, .9) 80%, rgba(4, 67, 136, 0) 100%);
    -o-border-image: -o-linear-gradient(right, rgba(4, 67, 136, 0) 0%, rgba(4, 67, 136, .9) 20%, rgba(4, 67, 136, .9) 80%, rgba(4, 67, 136, 0) 100%);
    -moz-border-image: -moz-linear-gradient(right, rgba(4, 67, 136, 0) 0%, rgba(4, 67, 136, .9) 20%, rgba(4, 67, 136, .9) 80%, rgba(4, 67, 136, 0) 100%);
    -webkit-border-image: -webkit-linear-gradient(right, rgba(4, 67, 136, 0) 0%, rgba(4, 67, 136, .9) 20%, rgba(4, 67, 136, .9) 80%, rgba(4, 67, 136, 0) 100%);
    -ms-border-image: -ms-linear-gradient(right, rgba(4, 67, 136, 0) 0%, rgba(4, 67, 136, .9) 20%, rgba(4, 67, 136, .9) 80%, rgba(4, 67, 136, 0) 100%);
    border-image-slice: 1;
    z-index: 999999;
    pointer-events: none
}
#hud {
    position: absolute;
    top: 12rem;
    left: 0%;
    width: 100%;
    text-align: center;
    font-size: 1.75rem;
    color: #bef;
    z-index: 999999;
    pointer-events: none;
    visibility: hidden
}
#createGameFormWrap {
    padding: 0 .5em
}
.pad2 {
    padding: .25em .5em
}
#ribbonBackdrop {
    position: absolute;
    visibility: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    background: -webkit-radial-gradient(center center, farthest-corner, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .7) 100%);
    background: -moz-radial-gradient(center center, farthest-corner, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .7) 100%);
    background: -ms-radial-gradient(center center, farthest-corner, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .7) 100%);
    background: -o-radial-gradient(center center, farthest-corner, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .7) 100%);
    z-index: 999999
}
.capitalColor {
    color: #ffc500
}
.capitalStar {
    position: relative;
    top: 2px;
    color: #ffc500;
}
.mapStar {
    fill: #ffc500;
    stroke: #000;
    stroke-width: 2
}
span.unlockGameBtn {
    border-bottom: 1px solid #ff0;
    color: #ff0;
	cursor: url('cursor/hover.png'), pointer;
}
#avatar {
	position: absolute;
	top: 0;
	left:0;
    width: 6rem;
    height: 6rem;
	border-right: 2px groove #048;
	border-bottom: 2px groove #048;
	z-index: 1;
}
.who-wrap {
	display: flex;
	flex: 1;
    padding: .5rem;
    margin: 0;
    border: 2px ridge #357;
    background: -webkit-radial-gradient(top right, cover, rgba(0, 48, 96, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -moz-radial-gradient(top right, cover, rgba(0, 48, 96, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -ms-radial-gradient(top right, cover, rgba(0, 48, 96, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -o-radial-gradient(top right, cover, rgba(0, 48, 96, 1) 0%, rgba(0, 0, 0, 1) 100%);
    box-shadow: 0 -1px #8bf, 0 1px #8bf
}
.who-wrap-left {
	flex-basis: 66%;
}
.who-wrap-right {
	flex-basis: 34%;
	display: flex;
	justify-content: center;
}
.who-avatar-wrap {
    position: relative;
    margin-left: .25vw
}
.who-avatar-img {
	display: none;
    position: relative;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 150px
}
.who-ribbon-wrap {
    position: relative
}
.who-ribbon-chat {
    position: relative;
    margin: 0 auto;
    margin-top: .5vh;
    text-align: center;
    font-size: 0
}
#configureAvatarImage {
    width: 15rem;
    height: 15rem
}
#dictatorAvatar {
	display: inline;
	font-size: 1.5rem;
	width: 24rem;
}
#configure-nation-avatar-col-1 {
	flex-basis: 60%;
}
#configure-nation-avatar-col-2 {
	flex-basis: 40%;
}
.fa-stack {
    width: 1em;
    height: 1em;
    line-height: 1em
}
.title-modals {
    visibility: hidden;
    position: absolute;
	top: 0;
    padding: 8px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50%;
    max-width: 600px;
    z-index: 999999
}
.wars {
    white-space: nowrap;
	cursor: url('cursor/hover.png'), pointer;
	transition: background ease-out .2s, color ease-out .2s;
}
.wars:hover {
    color: #9df;
    background: rgba(0, 64, 128, .8)
}
.wars:active {
    color: #7be
}
.table-borderless tbody tr td,
.table-borderless tbody tr th,
.table-borderless thead tr th {
    border: none
}
.warCells {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}
table {
    table-layout: fixed;
    word-wrap: break-word
}
#flagDropdown {
    width: 100%;
    max-height: 30rem;
    overflow: auto
}
.dropdown-menu {
	font-size: 1.8rem;
}
.dropdown-menu>li>a {
    color: #222
}
.dropdown-menu>li>a:hover {
    background: #135;
    color: #fff
}
.dropdown-header {
    font-weight: 700;
    font-size: 2rem;
    background: #357;
    border-top: 1px solid #016;
    border-bottom: 1px solid #016;
    color: #fff;
    letter-spacing: .125rem;
    padding-left: 1rem
}
#nationName {
    overflow: hidden;
    word-break: break-word;
    max-height: 160px
}
#lobbyWrap {
    width: 96%;
    padding: 0
}
.lobbyRow {
    display: none;
	align-items: center;
    margin: .2rem 0 0 1rem;
}
.lobby-row-col-1 {
	flex-basis: 17%;
}
.lobby-row-col-2 {
	flex-basis: 53%;
	font-size: 1.75rem;
	padding-left: 1.5rem;
}
.lobby-row-col-3 {
	flex-basis: 30%;
}
.cpu-button {
    margin-left: 5px
}
.form-control {
	height: 3.8rem;
	padding: .3rem .6rem;
	font-size: 2rem;
}
.lobbyCaret {
    position: absolute;
    top: 1.2rem;
    right: 1rem;
    font-size: 1.5rem
}
.fwDropdownButton {
    position: relative;
    text-align: left;
    width: 100%;
    height: 2.25em;
    background: rgba(0, 0, 0, .5);
    border: 1px solid #2e6da4;
    color: #aef
}
.fwDropdownButton:hover {
    border: 1px solid #2e6da4;
    background: rgba(0, 16, 56, .5)!important
}
.fwDropdownButton:active {
    border: 1px solid #2e6da4;
    background: rgba(0, 6, 36, .5)!important
}
.btn {
	padding: .2rem .6rem!important;
	font-size: 1.8rem;
}
.open>.dropdown-toggle.btn {
    border: 1px solid #aef!important;
    color: #aef!important;
    background: rgba(0, 16, 56, .5)!important
}
.fwDropdownButton:hover {
    background: rgba(32, 112, 192, .5);
    color: #aef;
    border: 1px solid #aef
}
.fwDropdownButtonEnemy:hover {
    background: rgba(0, 0, 0, .5);
    border: 1px solid #2e6da4;
    color: #aef
}
.governmentDropdown {
    text-shadow: none;
    background: #00061a;
    border: 2px groove #204d74
}
.governmentDropdown>li>a {
    color: #aef
}
.governmentDropdown>li>a:hover {
    background: #135
}
.fwDropdown {
    text-shadow: none;
    background: #00061a;
    border: 2px groove #204d74
}
.fwDropdown>li>a {
    color: #aef;
    padding-left: 1em
}
.fwDropdown>li>a:hover {
    background: #135;
    color: #aef
}
.lobbyNationName {
    word-break: break-word;
    font-family: Times New Roman, serif;
    font-size: 1.5rem;
    overflow: hidden
}
.lobbyNationInfo {
    overflow: hidden
}
.gameNationName {
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    font-family: Times New Roman, serif;
    overflow: hidden
}
#buyFlag {
    font-size: 1.625rem;
    background: rgba(16, 56, 96, .7)
}
#buyFlag:hover {
    color: #0b0
}
#flagPurchased {
    margin: .25em .5em
}
#teamDropdown {
    width: 8rem!important;
    min-width: 8rem!important;
    border: 2px groove #204d74;
    background: #00061a;
    padding: .5rem;
    font-size: 1rem
}
#team-color-flex {
	display: flex;
	flex-wrap: wrap;
	margin: 0 .5rem;
}
#teamDropdown, #teamColorDropdown {
	position: absolute;
	top: 4rem;
	left: 7rem;
    border: 2px groove #204d74;
    background: #00061a;
    width: 27.5rem!important;
    font-size: 2rem
}
#teamDropdown {
	left: 10rem;
    width: 12rem!important;
	font-size: 1.5rem;
}
.teamChoice {
	cursor: url('cursor/hover.png'), pointer!important;
    text-align: center;
    padding: .5rem 0;
	transition: background ease-out .3s;
}
.teamChoice:hover {
    background: #05b
}
.playerColorChoice {
	cursor: url('cursor/hover.png'), pointer!important;
	border: 2px groove #357;
	width: 6rem;
	height: 6rem;
	margin: .25rem;
    text-shadow: 1px 1px #aaa, -1px -1px #aaa, 1px -1px #aaa, -1px 1px #aaa;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-o-transition: all ease-out .3s;
	transition: all ease-out .3s;
}
.playerColorChoice:hover {
	border: 2px groove #58a;
	filter: brightness(150%);
}
.selectTeamHeader {
    border-bottom: 1px solid #204d74;
    padding-bottom: .5rem
}
.lobbyPlayer {
    margin-right: 1rem;
    text-shadow: 1px 1px #aaa, -1px -1px #aaa, 1px -1px #aaa, -1px 1px #aaa
}
.pointer2 {
	cursor: url('cursor/hover.png'), pointer!important;
}
.player0 {
    color: #02063a;
    background: #02063a
}
.player1 {
    color: #b00
}
.pb1 {
    border: 1px solid #b00
}
.pbar1 {
    background: #b00
}
.player2 {
    color: #07f
}
.pb2 {
    border: 1px solid #07f
}
.pbar2 {
    background: #07f
}
.player3 {
    color: #dd0
}
.pb3 {
    border: 1px solid #dd0
}
.pbar3 {
    background: #dd0
}
.player4 {
    color: #006000
}
.pb4 {
    border: 1px solid #006000
}
.pbar4 {
    background: #006000
}
.player5 {
    color: #b06000
}
.pb5 {
    border: 1px solid #b06000
}
.pbar5 {
    background: #b06000
}
.player6 {
    color: #3df
}
.pb6 {
    border: 1px solid #3df
}
.pbar6 {
    background: #3df
}
.player7 {
    color: #b050b0
}
.pb7 {
    border: 1px solid #b050b0
}
.pbar7 {
    background: #b050b0
}
.player8 {
    color: #50a
}
.pb8 {
    border: 1px solid #50a
}
.pbar8 {
    background: #50a
}
.player9 {
    color: #600
}
.p9b {
    outline: 1px solid #600
}
.pbar9 {
    background: #600
}
.player10 {
    color: #00b
}
.p10b {
    outline: 1px solid #00b
}
.pbar10 {
    background: #00b
}
.player11 {
    color: #630
}
.p11b {
    outline: 1px solid #630
}
.pbar11 {
    background: #630
}
.player12 {
    color: #3d3
}
.p12b {
    outline: 1px solid #3d3
}
.pbar12 {
    background: #3d3
}
.player13 {
    color: #222
}
.p13b {
    outline: 1px solid #222
}
.pbar13 {
    background: #222
}
.player14 {
    color: #0f9
}
.p14b {
    outline: 1px solid #0f9
}
.pbar14 {
    background: #0f9
}
.player15 {
    color: #f66
}
.p15b {
    outline: 1px solid #f66
}
.pbar15 {
    background: #f66
}
.player16 {
    color: #d0d
}
.p16b {
    outline: 1px solid #d0d
}
.pbar16 {
    background: #d0d
}
.player17 {
    color: #e4e4e4
}
.p17b {
    outline: 1px solid #e4e4e4
}
.pbar17 {
    background: #e4e4e4
}
.player18 {
    color: #208
}
.p18b {
    outline: 1px solid #208
}
.pbar18 {
    background: #208
}
.player19 {
    color: #404000
}
.p19b {
    outline: 1px solid #404000
}
.pbar19 {
    background: #404000
}
.player20 {
    color: #888
}
.p20b {
    outline: 1px solid #888
}
.pbar20 {
    background: #888
}
.diploTeam {
    font-family: Cinzel, Palatino Linotype, serif;
    display: inline-block;
    width: 1em;
    text-align: center;
    color: #7FFFD4;
    margin-right: .2rem
}
.diploSquare {
    font-size: 1.5rem;
    margin-right: .375rem;
    text-shadow: 1px 1px #000
}
#myNationWrap {
    margin: .5em 0
}
.mapFlag {
    pointer-events: none
}
.barWrap {
    overflow: hidden;
    margin: .25rem
}
#currentYearWrap {
    position: absolute;
	bottom: 1rem;
	right: 1rem;
	width: 15rem;
	margin: 0;
	color: #fff;
    letter-spacing: .125rem;
	text-align: right;
    font-family: Cinzel, Palatino Linotype, serif;
    z-index: 9999;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
#currentYear {
    font-size: 3rem;
	height: 4rem;
}
.resourceBar {
    position: absolute;
	top: 0;
	left: 0;
    height: 100%;
    background: #777
}
.resourceBarParent {
	display: flex;
	position: relative;
	font-size: 2rem;
	justify-content: space-between;
	background: #774;
	padding: 0 .5rem;
}
.resourceCenter {
    text-align: right;
	z-index: 1;
	width: 100%;
}
#energy-wrap {
	position: relative;
	z-index: 9999;
}
#energy-timer-wrap {
	border: .2rem groove #444;
	background: #025;
	transform-origin: center;
	border-radius: 50%;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	width: 60px;
	height: 60px;
	transform: rotate(-90deg);
}
#energyIndicator {
	opacity: 1;
	stroke: #aef;
	fill: transparent;
	r: 15px;
	cx: 30px;
	cy: 30px;
	stroke-width: 30;
	transform-origin: center;
}
#energy-label-wrap {
	display: flex;
}
#moves {
	font-size: 3.5rem;
}
#move-wrap {
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 30px;
	font-size: 24px;
	transform: translate(0%, -50%);
	z-index: 1;
	text-shadow: 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 4px #000;
	text-shadow: 1px 1px #000, -1px 0 #000, 1px 0 #000, -1px 1px #000, 1px -1px #000, -1px -1px #000, 0 0 4px #ff0, 0 0 4px #ff0, 0 0 4px #ff0;
}
.resourceRight {
    text-align: right;
    left: 0;
    right: 0;
    padding: 0 .25em 0 0
}
#foodBar {
    margin: 0;
    background: #b5ff00;
    border: none;
    width: 0;
    border-radius: 0
}
#productionBar {
    margin: 0;
    background: #d60;
    border: none;
    width: 0;
    border-radius: 0
}
#cultureBar {
    margin: 0;
    background: #d2d;
    border: none;
    width: 0;
    border-radius: 0
}
#countdown {
    display: none;
    font-family: Cinzel, Palatino Linotype, serif;
    letter-spacing: .25em
}
header #options {
	margin: 0 1rem;
}
.close-btn-wrap {
	border-radius: 50%;
	padding: 4px 6px!important;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	transform: translate(50%, -50%);
}
.close-btn-wrap .close-btn {
	cursor: url('cursor/hover.png'), pointer;
	font-size: 2rem;
	padding: 0;
	height: 2rem;
	width: 2rem;
	display: block;
}
#optionsModal {
	position: absolute;
    background: #000;
	z-index: 99999999;
}
#hotkeysModal {
	position: absolute;
	font-size: 2rem;
    background: #000
}
#hotkeysFormWrap,
#optionsFormWrap {
	font-size: 2rem;
    padding: 1rem 2rem
}
#exit-game {
	font-size: 2rem;
	cursor: url('cursor/hover.png'), pointer;
	text-align: center;
	width: 70%;
	margin: 3rem auto 1rem;
	-webkit-transition: box-shadow ease-out .2s;
	-moz-transition: box-shadow ease-out .2s;
	-o-transition: box-shadow ease-out .2s;
	transition: box-shadow ease-out .2s;
}
#exit-game:hover {
	color: #ff0;
	box-shadow: 0 0 0 2rem rgba(255,255,0,.3) inset;
}
#window-size-wrap {
	width: 100%;
}
.no-point,
.no-pointer {
    pointer-events: none
}
.nowrap {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}
.margin-top {
    margin-top: .6rem
}
#statWrap {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
	width: 100%;
	height: 100%;
    margin: 0;
    right: 0;
    z-index: 9999;
    padding: 0;
    background: #000;
	overflow-x: hidden;
	overflow-y: auto;
}
#statWorld {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 200%;
    max-width: 3840px;
    height: auto;
    z-index: -1
}
#statResult {
	display: flex;
	align-items: center;
    font-family: Cinzel, Palatino Linotype, serif;
    font-size: 3.5rem;
    color: #fff;
    border-bottom: 1px solid #369;
    padding: 0;
    text-align: center;
    letter-spacing: .025rem;
    background: -webkit-linear-gradient(bottom, rgba(0, 8, 38, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -moz-linear-gradient(bottom, rgba(0, 8, 38, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(bottom, rgba(0, 8, 38, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(bottom, rgba(0, 8, 38, 1) 0%, rgba(0, 0, 0, 1) 100%)
}
#statGameResult {
	flex: 1;
}
.statResultFlag {
	margin: 0;
    height: 7rem
}
#statTabWrap {
    border-bottom: 1px solid #369;
    margin-bottom: 1rem;
	margin-top: .05rem;
}
.statTabs {
    font-family: Cinzel, Palatino Linotype, serif;
    letter-spacing: .2rem;
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    color: #bef;
    width: 20%;
    font-size: 2.5rem;
	cursor: url('cursor/hover.png'), pointer;
    text-align: center;
    box-shadow: 0 0 0 2px #0a1a4a inset, 0 0 0 3px #357 inset;
    background: -webkit-linear-gradient(bottom, rgba(16, 64, 128, 1) 0%, rgba(0, 16, 64, 1) 100%)!important;
    background: -moz-linear-gradient(bottom, rgba(16, 64, 128, 1) 0%, rgba(0, 16, 64, 1) 100%)!important;
    background: -ms-linear-gradient(bottom, rgba(16, 64, 128, 1) 0%, rgba(0, 16, 64, 1) 100%)!important;
    background: -o-linear-gradient(bottom, rgba(16, 64, 128, 1) 0%, rgba(0, 16, 64, 1) 100%)!important
}
.statTabs:hover {
    color: #d5faff;
	box-shadow: 0 0 0 2px #0a1a4a inset, 0 0 0 3px #357 inset, 0 999px rgba(0,255,255,.1) inset;
}
.statTabs.active {
	color: #ff0!important;
}
#gameStatsTable {
    border-spacing: 0;
    padding: 1rem;
    font-size: 2rem;
    text-shadow: 1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000
}
#grid {
	cursor: url('cursor/default.png'), pointer;
}
.statSum {
    color: #ffff1a
}
#gameStatsTable>tr>th {
    font-size: 1.25rem;
    line-height: 1.25rem!important;
    padding: 0!important
}
.statHead {
    box-shadow: 0 0 0 2px #0a1a4a inset, 0 0 0 3px #357 inset;
    padding: .8rem!important;
    background: rgba(0, 0, 0, .8)!important;
}
.statWrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}
.statFlagBG {
    position: absolute;
    left: 0;
    top: 50%;
	transform: translate(0%,-50%);
    width: 100%;
    opacity: .2
}
.statRow {
    border: 1px solid #037;
    border-left: none;
    border-right: none;
    background: #000;
	overflow: hidden;
}
.statRow > td {
	padding: .5rem 0;
}
.statSpacer {
    height: 2px
}
.statSpacer2 {
    height: 0
}
.stat-detail-wrap {
	position: relative;
	display: flex;
	height: 7rem;
	align-items: flex-start;
	padding: .4rem .8rem!important;
}
.statsPlayerWrap {
    position: relative;
    margin-left: 1rem
}
.statsNation {
    color: #8df;
    text-shadow: .5px .5px #145, 1px 1px #145, 1.5px 1.5px #145, 2px 2px #145
}
.statsGov {
    font-size: 1.5rem;
    margin-right: 1rem
}
#statFooter {
    font-family: Times New Roman, serif;
    font-size: 1.25rem;
    border-left: none;
    border-right: none;
    border-radius: 0
}
#statQuote {
    font-family: KJV-1611, Palatino Linotype, Times New Roman, serif;
    font-size: 2rem;
    padding: .25rem .5rem;
	letter-spacing: .1rem;
    margin: 0 2rem 0 .5rem;
	border: .1rem groove #ffc;
	color: #ffc;
	text-shadow: 1px 1px #000, -1px 0 #000, 1px 0 #000, -1px 1px #000, 1px -1px #000, -1px -1px #000, 0 0 4px #ff0, 0 0 4px #ff0, 0 0 4px #ff0;
}
#statVerse {
    margin-top: .5em
}
#statDuration {
    font-family: Cinzel, Palatino Linotype, serif;
	font-size: 2rem;
    padding: .25rem 1rem
}
#gameDuration {
    letter-spacing: 2px
}
#statsEndGame {
	background: rgba(16, 56, 96, 1);
	margin: 1rem auto;
	cursor: url('cursor/hover.png'), pointer;
}
#statsEndGame:hover {
	background: rgba(16, 56, 96, 1);
	color: #fff;
	cursor: url('cursor/hover.png'), pointer;
}
#statsEndGame:active {
	color: #aef;
}
.statTD {
    text-align: center
}
.statBar {
    position: relative;
    margin: 1rem;
    color: #fff;
    left: 0;
    right: 0;
    border-radius: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: rgba(0, 0, 0, .4)
}
.statBarBg {
    width: 0;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 1) inset, 0 6px 6px rgba(255, 255, 255, .4) inset, 0 -6px 6px rgba(0, 0, 0, .4) inset
}
.statVal {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}
.slider-handle {
	cursor: url('cursor/hover.png'), pointer;
    background-image: linear-gradient(to bottom, #8bf 0, #0480be 100%)
}
.fa {
    cursor: default
}
.text-right {
    text-align: right
}
.text-disabled {
    color: #333
}
.text-success {
    color: #0d0
}
.text-primary {
    color: #8bf
}
.text-info {
    color: #0b0
}
.text-warning {
    color: #ee7
}
.text-danger {
    color: #d11
}
.text-hotkey {
    color: #ff0;
    font-weight: 700
}
.text-small {
    font-size: 85%
}
.input-group-addon {
    text-shadow: none;
    color: #1a1a1a
}
.buffer {
    margin-top: .5em
}
.buffer2 {
    margin-top: .2rem
}
#speedDropdownBtn,
#speedDropdown {
    min-width: 100px!important;
    width: 100px
}
#mapDropdownWrap {
    height: 1em
}
label {
    display: inline
}
#createGameDescription {
    line-height: 1em
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    opacity: 1
}
.footMargin {
    margin-bottom: .5em
}
.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis
}
.btn:active,
.btn:focus {
    outline: none
}
.btn-info {
    background: #081;
    border-color: #051
}
.btn.btn-info:hover,
.btn.btn-info:active,
.btn.btn-info:focus {
    outline: none;
    background: #00660a;
    border-color: #00440a
}
.btn-default {
    color: #fff;
    background: #555;
    border-color: #222
}
.btn.btn-default:hover,
.btn.btn-default:active,
.btn.btn-default:focus {
    outline: none;
    color: #fff;
    background: #333;
    border-color: #111
}
.tooltip.in {
	z-index: 99999;
    opacity: 1!important
}
.tooltip-inner {
    color: #aef;
    text-shadow: 1px 1px #000;
    border: 2px ridge #357;
    background: rgba(16, 56, 96, 1)
}

/* sliders */
.tooltip-main {
}
.no-padding {
    padding: 0!important
}
.no-margin {
    margin: 0!important
}
.pointer {
	cursor: url('cursor/hover.png'), pointer;
}
.text {
    cursor: text!important
}
.crosshair {
    cursor: crosshair
}
.flag {
	display: inline-block;
    background-image: url(../images/flags/flagMap4.jpg);
    background-size: 480px 120px;
    margin-right: .5rem;
	margin-top: .2rem;
    height: 15px;
    width: 24px;
    overflow: hidden;
	flex-shrink: 0;
}
.diplo-flag {
    width: 6rem;
    height: 4rem;
	z-index: 1;
}
.flagSelect {
	cursor: url('cursor/hover.png'), pointer;
}
.diplo-pipe {
	position: absolute;
	top: 0;
	right: 0;
	width: .4rem;
	height: 100%;
}
.Albania {
    background-position: -1000% -100%
}
.Algeria {
    background-position: -100% 0
}
.Anarcho-Capitalist {
    background-position: -200% 0
}
.Argentina {
    background-position: -300% 0
}
.Armenia {
    background-position: -400% 0
}
.Australia {
    background-position: -500% 0
}
.Austria {
    background-position: -600% 0
}
.Azerbaijan {
    background-position: -700% 0
}
.Bahamas {
    background-position: -800% 0
}
.Bangladesh {
    background-position: -900% 0
}
.Barbados {
    background-position: -1000% 0
}
.Belgium {
    background-position: -1100% 0
}
.Bolivia {
    background-position: -1200% 0
}
.Bosnia-and-Herzegovina {
    background-position: -1300% 0
}
.Botswana {
    background-position: -1400% 0
}
.Brazil {
    background-position: -1500% 0
}
.Bulgaria {
    background-position: -1600% 0
}
.Cambodia {
    background-position: -1700% 0
}
.Cameroon {
    background-position: -1800% 0
}
.Canada {
    background-position: -1900% 0
}
.Cape-Verde {
    background-position: 0 -100%
}
.Chile {
    background-position: -100% -100%
}
.China {
    background-position: -200% -100%
}
.Christian {
    background-position: -300% -100%
}
.Colombia {
    background-position: -400% -100%
}
.Confederate-Flag {
    background-position: -500% -100%
}
.Costa-Rica {
    background-position: -600% -100%
}
.Croatia {
    background-position: -700% -100%
}
.Cuba {
    background-position: -800% -100%
}
.Czech-Republic {
    background-position: -900% -100%
}
.player0,
.Default {
    background-position: 0 0
}
.Denmark {
    background-position: -1100% -100%
}
.Ecuador {
    background-position: -1200% -100%
}
.Edgemaster {
    background-position: -1300% -100%
}
.Egypt {
    background-position: -1400% -100%
}
.England {
    background-position: -1500% -100%
}
.Estonia {
    background-position: -1600% -100%
}
.European-Union {
    background-position: -1700% -100%
}
.Finland {
    background-position: -1800% -100%
}
.Flanders {
    background-position: -1900% -100%
}
.France {
    background-position: 0 -200%
}
.Gadsden-Flag {
    background-position: -100% -200%
}
.Georgia {
    background-position: -200% -200%
}
.Germany {
    background-position: -300% -200%
}
.Ghana {
    background-position: -400% -200%
}
.Greece {
    background-position: -500% -200%
}
.Haiti {
    background-position: -600% -200%
}
.High-Energy {
    background-position: -700% -200%
}
.Honduras {
    background-position: -800% -200%
}
.Hong-Kong {
    background-position: -900% -200%
}
.Hungary {
    background-position: -1000% -200%
}
.Iceland {
    background-position: -1100% -200%
}
.India {
    background-position: -1200% -200%
}
.Indonesia {
    background-position: -1300% -200%
}
.Iran {
    background-position: -1400% -200%
}
.Ireland {
    background-position: -1500% -200%
}
.ISIS {
    background-position: -1600% -200%
}
.Isle-of-Man {
    background-position: -1700% -200%
}
.Israel {
    background-position: -1800% -200%
}
.Italy {
    background-position: -1900% -200%
}
.Ivory-Coast {
    background-position: 0 -300%
}
.Japan {
    background-position: -100% -300%
}
.Jordan {
    background-position: -200% -300%
}
.Kazakhstan {
    background-position: -300% -300%
}
.Kenya {
    background-position: -400% -300%
}
.Kosovo {
    background-position: -500% -300%
}
.Kurdistan {
    background-position: -600% -300%
}
.Latvia {
    background-position: -700% -300%
}
.Lebanon {
    background-position: -800% -300%
}
.Liberia {
    background-position: -900% -300%
}
.Lithuania {
    background-position: -1000% -300%
}
.Macedonia {
    background-position: -1100% -300%
}
.MAGA {
    background-position: -1200% -300%
}
.Malaysia {
    background-position: -1300% -300%
}
.Mexico {
    background-position: -1400% -300%
}
.Mongolia {
    background-position: -1500% -300%
}
.Montenegro {
    background-position: -1600% -300%
}
.Morocco {
    background-position: -1700% -300%
}
.Mozambique {
    background-position: -1800% -300%
}
.Myanmar {
    background-position: -1900% -300%
}
.Namibia {
    background-position: 0 -400%
}
.Nepal {
    background-position: -100% -400%
}
.Netherlands {
    background-position: -200% -400%
}
.New-Zealand {
    background-position: -300% -400%
}
.Nigeria {
    background-position: -400% -400%
}
.North-Korea {
    background-position: -500% -400%
}
.Northwest-Front {
    background-position: -600% -400%
}
.Norway {
    background-position: -700% -400%
}
.NSDAP-Flag {
    background-position: -800% -400%
}
.NSDAP-War-Ensign {
    background-position: -900% -400%
}
.Pakistan {
    background-position: -1000% -400%
}
.Palestine {
    background-position: -1100% -400%
}
.Pan-African-Flag {
    background-position: -1200% -400%
}
.Paraguay {
    background-position: -1300% -400%
}
.Peru {
    background-position: -1400% -400%
}
.Philippines {
    background-position: -1500% -400%
}
.Anarcho-Syndicalist {
    background-position: -1600% -400%
}
.Veneto {
    background-position: -1700% -400%
}
.Jolly-Roger {
    background-position: -1800% -400%
}
.Rhodesia {
    background-position: -1900% -400%
}
.Virginia {
    background-position: 0 -500%
}
.South-Carolina {
    background-position: -100% -500%
}
.Alabama {
    background-position: -200% -500%
}
.Montana {
    background-position: -300% -500%
}
.pol {
    background-position: -400% -500%
}
.Poland {
    background-position: -500% -500%
}
.Portugal {
    background-position: -600% -500%
}
.Qatar {
    background-position: -700% -500%
}
.Rainbow-Flag {
    background-position: -800% -500%
}
.Rising-Sun-Flag {
    background-position: -900% -500%
}
.Romania {
    background-position: -1000% -500%
}
.Russia {
    background-position: -1100% -500%
}
.Saint-Lucia {
    background-position: -1200% -500%
}
.Saudi-Arabia {
    background-position: -1300% -500%
}
.Scotland {
    background-position: -1400% -500%
}
.Serbia {
    background-position: -1500% -500%
}
.Shahanshahi {
    background-position: -1600% -500%
}
.Singapore {
    background-position: -1700% -500%
}
.Slovakia {
    background-position: -1800% -500%
}
.Slovenia {
    background-position: -1900% -500%
}
.South-Africa {
    background-position: 0 -600%
}
.South-Korea {
    background-position: -100% -600%
}
.Spain {
    background-position: -200% -600%
}
.Sri-Lanka {
    background-position: -300% -600%
}
.Suriname {
    background-position: -400% -600%
}
.Sweden {
    background-position: -500% -600%
}
.Switzerland {
    background-position: -600% -600%
}
.Syria {
    background-position: -700% -600%
}
.Taiwan {
    background-position: -800% -600%
}
.Thailand {
    background-position: -900% -600%
}
.Trinidad-and-Tobago {
    background-position: -1000% -600%
}
.Turkey {
    background-position: -1100% -600%
}
.Uganda {
    background-position: -1200% -600%
}
.Ukraine {
    background-position: -1300% -600%
}
.United-Kingdom {
    background-position: -1400% -600%
}
.United-Nations {
    background-position: -1500% -600%
}
.United-States {
    background-position: -1600% -600%
}
.Uruguay {
    background-position: -1700% -600%
}
.USSR {
    background-position: -1800% -600%
}
.Uzbekistan {
    background-position: -1900% -600%
}
.Venezuela {
    background-position: 0 -700%
}
.Vietnam {
    background-position: -100% -700%
}
.Welsh {
    background-position: -200% -700%
}
.Jerusalem {
    background-position: -300% -700%
}
.Vatican-City {
    background-position: -400% -700%
}
.Benin-Empire {
    background-position: -500% -700%
}
.Cascadia {
    background-position: -600% -700%
}
.Byzantine-Empire {
    background-position: -700% -700%
}
.Ottoman-Empire {
    background-position: -800% -700%
}
.Holy-Roman-Empire {
    background-position: -900% -700%
}
.Jefferson-State {
    background-position: -1000% -700%
}
.Sicily {
    background-position: -1100% -700%
}
.Maryland {
    background-position: -1200% -700%
}
.California {
    background-position: -1300% -700%
}
.Texas {
    background-position: -1400% -700%
}
.Kekistan {
    background-position: -1500% -700%
}
.Arkansas {
    background-position: -1600% -700%
}
.Mississippi {
    background-position: -1700% -700%
}
.Alaska {
    background-position: -1800% -700%
}
.Arizona {
    background-position: -1900% -700%
}
.lobbyFlags {
    width: 7.2rem;
	height: 4.8rem;
}
.statsFlags {
    position: relative;
    width: 8rem;
	height: 5.333rem;
    margin: 0;
	align-self: center;
}
@media all and (min-width: 0px) and (max-width: 499px) {
    html {
        font-size: 6px
    }
}
@media all and (min-width: 500px) and (max-width: 639px) {
    html {
        font-size: 7px
    }
}
@media all and (min-width: 640px) and (max-width: 799px) {
    html {
        font-size: 8px
    }
}
@media all and (min-width: 800px) and (max-width: 1280px) {
    html {
        font-size: 10px
    }
}
@media all and (min-width: 1281px) and (max-width: 1366px) {
    html {
        font-size: 11px
    }
}
@media all and (min-width: 1367px) {
    html {
        font-size: 12px
    }
	.lobbyFlags {
		width: 9rem;
		height: 6rem;
	}
}

::-webkit-scrollbar {
	/* addresses the background of the bar itself. It is usually covered by the other elements */
	width: .5rem;
}
::-webkit-scrollbar-button {
	/* addresses the directional buttons on the scrollbar */
}
::-webkit-scrollbar-track {
	/* background */
	background: #333;
	background-image: -webkit-linear-gradient(left, #013 0%, #103860 100%);
	box-shadow: inset 0 0 0 1px #444;
}
::-webkit-scrollbar-track-piece {
	/*
		is the top-most layer of the the progress bar not covered
		by the draggable scrolling element (thumb)
	*/
}
::-webkit-scrollbar-thumb {
	/* draggable thing */
	background-color: #58a;
	/*background-image: -webkit-linear-gradient(top, #579 0%, #bdf 50%, #579 100%);*/
}
::selection {
	background: #999;
}
::-moz-selection {
	background: #999;
}