::-webkit-scrollbar {
	width: 10px;
}
::-webkit-scrollbar-track {
	background: none;
}
::-webkit-scrollbar-thumb {
	background: rgba(255, 255, 255, 0.3);
	border-left: 1px solid black;
}
::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.5);
}

* {
	outline: none;
}

body {
	margin: 0;
	background: black;

	font-family: arial, sans-serif;
	font-size: 12px;
}

.small {
    font-size: 10px;
}
.large {
    font-size: 14px;
}

hr {
	margin: 0 -40px;
	border: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2)
}

a {
	color: #ff0084;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#quicksearch {
	position: absolute;
	z-index: 60;
	left: 50%;
	top: 30px;
	width: 500px;
	text-align: right;
}
#quicksearch .resultlist {
	position: absolute;
	top: 31px;
	right: 0;


	z-index: 61;
	width: 200px;

	line-height: 24px;
	background-color: #616161;
	color: white;
	text-align: left;

	border-radius: 3px;

	display: none;
}
#quicksearch .resultlist a {
	display: block;
	line-height: 25px;
	padding: 0 10px;

	color: black;
}


#hero-images {
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;

	opacity: 0.4;
}
#hero-images > div {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;

	opacity: 0;

	-webkit-transition: opacity 5s ease-out;
}
#hero-images > div.fast {
	-webkit-transition: opacity 1s ease-out;
}
#hero-images > div.visible {
	opacity: 1;
}

@media (max-device-width: 1000px) {
	ul li.nomobile {
		background: red;
		display: none;
	}
	#logo {
		display: none;
	}
	ul, #logo, #wrapper, nav ul {
		width: auto !important;
	}
	ul {
		overflow: visible;
	}
	nav {
		margin: 0 !important;
		overflow: visible;
		height: 80px !important;
	}
	nav.scrolled {
		top: 0px;
	}
	ul.admin-menu {
		display: none;
	}
	nav li.fix {
		overflow: visible !important;
	}
	#quicksearch {
		margin-top: 96px;
		width: auto !important;
	}

	/* Force table to not be like tables anymore */
	div#playerslist table, div#playerslist thead, div#playerslist tbody, div#playerslist th, div#playerslist td, div#playerslist tr { 
		display: block !important; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	div#playerslist thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	/* Force table to not be like tables anymore */
	div#gangslist table, div#gangslist thead, div#gangslist tbody, div#gangslist th, div#gangslist td, div#gangslist tr { 
		display: block !important; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	div#gangslist thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}


}

#logo {
	position: relative;
	z-index: 5;
	font-size: 60px;
	font-family: pricedown;
	font-weight: normal;

	margin:10px auto -30px;
	line-height: 60px;
	width: 1000px;
}
#logo {
	margin: 20px auto -20px;

	height: 55px;
	width: 1000px;

	background: url(../img/logo.png) 0% 50% no-repeat;
}
#logo span {
	display: none;
}

#login-panel {
	z-index: 25;
	left: 50%;
	margin-left:280px;
	width: 200px;
	padding: 10px;
	line-height: 24px;
	background-color: #2a2a2a;
	color: white;
	text-align: center;
	display: none;
	border-radius: 3px;
}
.loginpanel{
	position: absolute;
	top: 135px;

}

.fixit{
	position: fixed;
	z-index: 25;
	top: 40px;
}

.admin-menu {
	margin: 0;
	padding: 0;
	position:absolute;
	top:5px;
	right:5px;
	z-index:20;

	list-style: none;
}
.admin-menu li {
	margin-left: 10px;
	display: inline-block;
}

nav {
	margin: 40px 0;
	height: 40px;

	background-color: rgba(255, 255, 255, 0.2);
}

.scrolled{
	position: fixed;
	top: -40px;
	width: 100%;
	z-index: 60;
	background-color: #3a3a3a;
	opacity: 0.95;

}
nav ul {
	list-style: none;
	margin: auto;
	padding: 0;
	width: 1000px;

}
nav li {
	display: block;
	float: left;

}
nav li.fix {
	float: none;
	overflow: hidden;
	text-align: right;
}
div#clearbox{
	clear:both;

}
.op{
	height: 100px;
}
nav a {
	position: relative;
	z-index: 20;
	display: inline-block;
	line-height: 40px;
	padding: 0 10px;
	/* margin-bottom: 40px; */
	color: #3a3a3a;
	text-shadow: 1px 1px rgba(255, 255, 255, 0.2);

	font-weight: 100;
	font-size: 13px;
	font-weight: bold;

	text-decoration: none;
}
nav a:hover {
	color: #c1c1c1;
	transition: 350ms;
	text-shadow: none;
	text-decoration: none;
}

nav.scrolled a {
	color: white;
	margin-bottom:0;
}
nav.scrolled a:hover {
	color: orange;
}


#wrapper {
	position: relative;
	z-index: 20;

	margin: 20px auto 40px;

	width: 1000px;

	background: rgba(255, 255, 255, 0.5);
	border-radius: 5px;
}
/*
@viewport {
    #wrapper {
		width: device-width;
    }
    nav ul {
        width: device-width;

    }
    #logo {
        width: device-width;

    }
    div.topbar, div.topbar p {
	display: none;
    } 
}
*/
#wrapper > div {
	padding: 10px 40px 40px;
}


h1 {
	font-family: diploma;
	font-size: 40px;
	font-weight: normal;
}

.even-odd-table {
	width: 100%;
}
.even-odd-table td {
	padding: 5px;
}
.even-odd-table .even {
	background: rgba(0, 0, 0, 0.1);
}
.even-odd-table .odd {
	background: rgba(0, 0, 0, 0.2);
}
.even-odd-table td {
	cursor: pointer;
}
.even-odd-table td:hover {
	text-decoration: underline;
}

#playerpagination a,
#gangpagination a,
.pagination a {
	display: inline-block;
	margin: 2px;
	min-width: 24px;
	padding: 0 4px;
	line-height: 22px;
	text-align: center;
	background: rgba(0, 0, 0, 0.4);

	border-radius: 4px;
	color: white !important;
}

#playerinfo, #ganginfo {
	position: fixed;
	z-index: 50;
	top: 40px;
	bottom: 40px;
	left: 50%;

	width: 580px;
	margin-left: -300px;

	padding: 10px;
	line-height: 24px;
	background-color: #2a2a2a;
	color: white;

	overflow: auto;

	border-radius: 3px;
}
#closeplayerinfo, #closeganginfo {
	position: absolute;
	top: 6px;
	right: 10px;
	cursor: pointer;
}

input[type=text],
input[type=password],
input[type=number],
input:not([type]),
select,
textarea {
	vertical-align: top;
	line-height: 22px;
	padding: 0 6px;
	background: rgba(255, 255, 255, 0.5);
	border: 0;
	border-radius: 12px;

	min-width: 185px;

	-webkit-box-shadow: inset 0 1px #414141;
	   -moz-box-shadow: inset 0 1px #414141;
	    -ms-box-shadow: inset 0 1px #414141;
	     -o-box-shadow: inset 0 1px #414141;
	        box-shadow: inset 0 1px #414141;
}
input[type=number] {
	min-width: 0;
	border-radius: 12px 6px 6px 12px;
}
input[type=text],
input[type=password],
input:not([type]),
select {
	height: 22px;
}
label {
	line-height: 22px;
	vertical-align: top;
}
select {
	vertical-align: top;
	min-width: 197px;
}

textarea[cols=50] {
	resize: none;
}
input[type="file"]{
	-webkit-appearance: none;
	text-align: left;
	-webkit-rtl-ordering:  left;
}
input[type="file"]::-webkit-file-upload-button {
	-webkit-appearance: none;
	float: right;
}
input[type="file"]::-webkit-file-upload-button,
input[type=button],
input[type=submit],
button,
.button {
	vertical-align: top;
	line-height: 22px;
	height: 22px;
	padding: 0 6px;
	background: rgba(255, 255, 255, 0.3);
	border: 0;
	border-radius: 12px;

	cursor: pointer;
	color: black;
	text-decoration: none;

	-webkit-box-shadow: 0 1px #414141;
	   -moz-box-shadow: 0 1px #414141;
	    -ms-box-shadow: 0 1px #414141;
	     -o-box-shadow: 0 1px #414141;
	        box-shadow: 0 1px #414141;
}
.button {
	display: inline-block;
}
.button:hover {
	color: black;
	text-decoration: none;
}
input[type="file"]::-webkit-file-upload-button:active,
input[type=button]:active,
input[type=submit]:active,
button:active,
.button:active {

	-webkit-box-shadow:inset 0 1px #414141;
	   -moz-box-shadow:inset 0 1px #414141;
	    -ms-box-shadow:inset 0 1px #414141;
	     -o-box-shadow:inset 0 1px #414141;
	        box-shadow:inset 0 1px #414141;
}

.changelog {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 24px;
	width: 100%;
/*	table-layout: fixed; */
}
.changelog.bans td:nth-child(5) {
	    /* word-break: break-all;  */
	word-break: break-all;
}
.changelog.bans td:nth-child(2) {
    width: 80px;
    word-break: break-all;
}

.changelog tr th {
	background: rgba(0, 0, 0, 0.2);
	cursor: default;
}
.changelog:not(.no-hover) tr:hover td {
	background: rgba(0, 0, 0, 0.1);
}

#gad {
	position: relative;
	z-index: 5;
	text-align: center;
}
.rendertime {
	position: relative;
	z-index: 5;
	text-align: center;
	color: white;
}

.tabpanel {

}
.tabpanel .tabs {
	display: block;
	margin: 0 -40px;
	height: 30px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2)
}
.tabpanel .tabs > div {
	float: left;

	margin: 0 -40px 0 55px;
	line-height: 29px;
	padding: 0 15px;

	border: 1px solid rgba(0, 0, 0, 0.2);
	border-bottom: 0;

	font-size: 15px;

	border-radius: 6px 6px 0 0;
	cursor: pointer;
}
.tabpanel .tabs > div:hover {
	background: rgba(0, 0, 0, 0.1);
}
.tabpanel .tabs > div.ui-selected {
	background: rgba(0, 0, 0, 0.2);
}
.tabpanel .tabs > div.ui-disabled,
.tabpanel .tabs > div.ui-disabled:hover {
	color: rgba(0, 0, 0, 0.3);
	background: transparent;
	cursor: pointer;
}
.tabpanel .tabs > div .count {
	line-height: 22px;
	height: 22px;
	padding: 0 6px;
	position: relative;
	left: 7px;
	background: rgba(255, 255, 255, 0.5);
	border: 0;
	border-radius: 12px;

	min-width: 185px;

	-webkit-box-shadow: inset 0 1px #414141;
	   -moz-box-shadow: inset 0 1px #414141;
	    -ms-box-shadow: inset 0 1px #414141;
	     -o-box-shadow: inset 0 1px #414141;
	        box-shadow: inset 0 1px #414141;
}

.tabpanel .panels > div {
	display: none;
}
.tabpanel .panels > div.ui-selected {
	display: block;
}

.colorTargetWrapper {
	float: right;
	margin-right: 10px;
	width: 204px;
	height: 204px;
	padding: 3px;

	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 3px;
}
.colorTarget {
	height: 204px;
	width: 204px;
}

.gangRules {
	margin-top: 20px;
	font-family: Tahoma, sans-serif;
	font-size: 15px;
	overflow: auto;

	white-space: pre;

	width: 100%;
	min-height: 500px;
}

input[type=range] {
	-webkit-appearance: none;
	vertical-align: top;
	height: 22px;
	padding: 0 6px;
	background: rgba(255, 255, 255, 0.5);
	border: 0;
	border-radius: 12px;

	min-width: 185px;

	-webkit-box-shadow: inset 0 1px #414141;
	   -moz-box-shadow: inset 0 1px #414141;
	    -ms-box-shadow: inset 0 1px #414141;
	     -o-box-shadow: inset 0 1px #414141;
	        box-shadow: inset 0 1px #414141;
}
input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	vertical-align: top;
	width:14px;
	height: 14px;
	background: rgba(0, 0, 0, 0.2);
	border: 0;
	border-radius: 12px;

	cursor: pointer;
	color: black;
	text-decoration: none;

	-webkit-box-shadow: 0 1px #414141;
	   -moz-box-shadow: 0 1px #414141;
	    -ms-box-shadow: 0 1px #414141;
	     -o-box-shadow: 0 1px #414141;
	        box-shadow: 0 1px #414141;
}

#chatframe {
	height: 550px;
}
#chatframe .chatbox {
	height: 440px;
	overflow: auto;

	margin-top: 40px;

	line-height: 22px;
	padding: 0;
	background: rgba(255, 255, 255, 0.5);
	border: 0;
	border-radius: 12px 12px;

	min-width: 185px;

	-webkit-box-shadow: inset 0 1px #414141;
	   -moz-box-shadow: inset 0 1px #414141;
	    -ms-box-shadow: inset 0 1px #414141;
	     -o-box-shadow: inset 0 1px #414141;
	        box-shadow: inset 0 1px #414141;
}
#chatframe .inputbox {
	height: 24px;
	padding: 13px 0;
}
#chatframe .inputbox input {
	width: 688px;
	float: left;
}
#chatframe .inputbox button {
	float: right;
	margin-left: 10px;
	width: 100px;
	text-align: center;
}
#chatframe .chat-msg {
	padding: 0 6px;
}
#chatframe .chat-msg:hover {
	background: rgba(0, 0, 0, 0.1);
}
#chatframe .chat-msg .name {
	font-weight: bold;
}
#chatframe .chat-msg .chat-time {
	float: right;
	display: inline-block;
	color: #999;
}
#chatframe .chat-msg .translate {
	float: right;
	display: none;
}
#chatframe .chat-msg:hover .translate {
	display: inline-block;
}
#chatframe ::-webkit-scrollbar {
	width: 14px;
}
#chatframe ::-webkit-scrollbar-track {
	background: none;
}
#chatframe ::-webkit-scrollbar-thumb {
	border-radius: 8px;
	background: rgba(255, 255,255,.4);
	border-left: 0;

	-webkit-box-shadow: 1px 0 rgba(0,0,0,0.3);
	        box-shadow: 1px 0 rgba(0,0,0,0.3);
}

#playerlist {
	display: none;

	position: fixed;
	z-index: 50;
	top: 40px;
	bottom: 40px;
	left: 50%;

	width: 580px;
	margin-left: -300px;
	line-height: 24px;
	background-color: #444;
	color: white;

	overflow: auto;

	border-radius: 3px;
}
#playerlist .gang-name {
	line-height: 30px;
	padding: 0 10px;
	font-weight: bold;
	background: rgba(0, 0, 0, 0.5);
}
#playerlist .player {
	line-height: 25px;
	padding: 0 10px;
}
#playerlist .player:hover {
	background: rgba(255, 255, 255, 0.3);
}
#playerlist .player-level {
	float: right;
}

.playerlist {
	margin-top: 40px;

	overflow: hidden;

	line-height: 22px;
	padding: 0;
	background: rgba(255, 255, 255, 0.5);
	border: 0;
	border-radius: 12px 12px;

	min-width: 185px;

	-webkit-box-shadow: inset 0 1px #414141;
	   -moz-box-shadow: inset 0 1px #414141;
	    -ms-box-shadow: inset 0 1px #414141;
	     -o-box-shadow: inset 0 1px #414141;
	        box-shadow: inset 0 1px #414141;
}
.playerlist .player {
	clear:both;
	line-height: 30px;
	padding: 0 10px;
	height: 30px;
}
.playerlist .player:hover {
	background: rgba(0, 0, 0, 0.1);
}
.playerlist .player-name {
	float: left;
	width: 88%;
}
.playerlist .player-right {
	overflow: hidden;
	text-align: right;
}
.playerlist .player-level {
	vertical-align: top;
	display: inline-block;
}
.playerlist .player-control {
	display: none;
	padding: 4px 0 0 5px;
}
.playerlist .player:hover .player-control {
	display: inline-block;
}

.prevNext {
	padding:10px 0;
	height: 40px;
}
.prevNext > div {
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;

	border:1px solid rgba(0, 0, 0, 0.2);
	border-radius: 20px;

	font-size: 20px;
	cursor: pointer;
}
.prevNext > div:hover {
	background: rgba(0, 0, 0, 0.2);
}
.prevNext .prev {
	float: left;
}
.prevNext .next {
	float: right;
}

.xp-box {
  float: right;
  clear:right;
  position: relative;
  width: 150px;
  border: 1px solid black;
  background: rgb(4,55,120);
  height:17px;
}
.xp-box div {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  background: rgb(16,98,218);
}
.xp-box span {
  position: relative;
  display: block;
  z-index: 2;
  text-align: center;
  color: white;
  font: 17px/15px arial;
  font-weight: normal;
}

.armor-box {
  float: right;
  clear:right;
  position: relative;
  width: 150px;
  border: 1px solid black;
  background: rgb(110,112,111);
  height:17px;
}
.armor-box div {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  background: rgb(226,226,226);
}

.hp-box {
  float: right;
  clear:right;
  position: relative;
  width: 150px;
  border: 1px solid black;
  background: rgb(88,14,15);
  height:17px;
}
.hp-box.large {
  width: 250px;
}

.hp-box div {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  background: rgb(179,25,29);
}

.percentbar {
	clear: both;
}
.percentbar .info {
	float: left;
	width: 203px;

	padding-bottom: 5px;
}
.percentbar .info strong {
	display: block;
	line-height: 23px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.percentbar .bar {
  position: relative;
  overflow: hidden;
  border: 1px solid black;
  background: rgba(0, 0, 0, 0.4);

  border-radius: 4px;

}
.percentbar .bar div {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  background: rgb(4,55,120);

  border-radius: 4px;
}
.percentbar .bar span,
.percentbar .bar em {
  position: relative;
  padding: 0 5px;
  display: block;
  z-index: 2;
  font-weight: normal;
  color: white;

  text-align: center;
  line-height: 21px;
}
.percentbar .bar em {
  position: absolute;
  left: 0;
  top: 0;
}
.percentbar .bar em + em {
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
}

.percentbar.compare .bar div {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;

	border-right: 1px solid black;
}


.percentbar.vs .bar {
	background: rgb(88,14,15);
}
.percentbar.vs .bar div {
	border-radius: 4px 0 0 4px;
	background: rgb(46,89,36);
}

.percentbar.skills .info strong {
	line-height: 20px;
  	font-weight: normal;
}
.percentbar.skills .info span {
	display: none;
}
.percentbar.skills .bar {
	border-radius: 2px;
	margin-bottom: 5px;
}
.percentbar.skills .bar div {
	background: rgba(0, 0, 0, 0.4);
	border-radius: 2px;
}
.percentbar.skills .bar span {
	text-align: right;
	line-height: 18px;
	color: rgba(255, 255, 255, 0.8);
}

.percentbar.small .info {
	width: 103px;
}
.percentbar.small .info strong {
	line-height: 17px;
}
.percentbar.small .bar span {
  line-height: 15px;
}

.weaponlist {
	clear: both;
	text-align: center;
	padding:15px 0;
}
.weaponlist > div {
	margin:0 5px;
	display: inline-block;
}
.weaponlist img {
	width: 60px;
}
.weaponlist span {
	display: block;
}


.profilepic {
	position: relative;
	width: 102px;
	height: 102px;
	margin-bottom: 4px;
}
.profilepic div.pic {
	height: 102px;
	background-color: rgba(0, 0, 0, 0.4);
	background-position: 50% 0;
	background-repeat: no-repeat;
	border-radius: 8px;

	background-size: 100%;
}
.profilepic div.level {
	position: absolute;
	right: 5px;
	bottom: 5px;
	color: rgb(202,201,206);
	text-shadow: 1px 1px black, -1px 1px black, 1px -1px black, -1px -1px black;
}

.profilepic.banned:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;

	background: url(/img/banned.png) 50% 50% no-repeat;
	border-radius: 8px;
	background-size: 100%;
}


.moneylarge {
	position: absolute;
	top:40px;
	right: 40px;
	font-family: diploma;
	font-size: 23px;

	text-align: right;
}
.moneylarge .profilepic {
	float: right;
}
.moneylarge .money {
	clear: both;
	color: rgb(46,89,36);

	text-shadow: 1px 1px black, -1px 1px black, 1px -1px black, -1px -1px black;
}
.moneylarge .bankmoney {
	clear: both;
	color: rgb(222,221,226);

	text-shadow: 1px 1px black, -1px 1px black, 1px -1px black, -1px -1px black;
}



.small-map-canvas {
	position: relative;
	margin: 0 auto;
	width: 600px;
	height: 600px;
	background:url(/img/livemap-small.jpg);
}
.small-map-canvas a,
.small-map-canvas a:hover {

	text-decoration: none;
}
.small-map-canvas .house {
	position: absolute;
}
.small-map-canvas .house span {
	position: absolute;
	margin: -8px;
	width: 16px;
	height: 16px;
	display: block;

	background: url(/livemap/static/icons/32.png);

}
.small-map-canvas .house .infowindow {
	display: none;
}
.small-map-canvas .house:hover .infowindow {
	display: block;
}
.small-map-canvas .infowindow {
	position: absolute;

	margin: -35px -200px;
	width: 400px;
	display: block;
	text-align: center;
}
.small-map-canvas .infowindow div {
	margin: 0 auto;
	display: inline-block;

	font-family: Arial, sans-serif;
	-webkit-user-select: none;
	font-size: 12px;

	border: 1px solid rgb(113, 123, 135);

	-webkit-box-shadow: rgba(0, 0, 0, 0.398438) 0px 2px 4px;
	box-shadow: rgba(0, 0, 0, 0.398438) 0px 2px 4px;
	color: rgb(0, 0, 0);
	padding: 2px 6px;

	border-radius: 3px;
	background: white;
}


.playercard {
	margin-top: 10px;
	padding: 20px 20px 20px 120px;
	background: rgba(0, 0, 0, 0.2);
	border-radius: 8px;

	position: relative;

	min-height: 84px;
}
.playercard h2 {
	margin-top: 0;
}
.playercard .profilepic {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 84px;
	height: 84px;
}
.playercard .profilepic div.pic {
	height: 80px;
	border-width: 2px;
	border-style: solid;
}

.playercard .number {
	position: absolute;
	z-index: 50;
	top: 10px;
	left: 15px;

	font-family: diploma;
	font-size: 27px;
	color: rgb(222,221,226);

	text-shadow: 1px 1px black, -1px 1px black, 1px -1px black, -1px -1px black;
}



.playercard .points {
	position: absolute;
	z-index: 50;
	top: 10px;
	right: 20px;

	font-family: diploma;
	font-size: 27px;
	color: rgb(252,162,43);

	text-shadow: 1px 1px black, -1px 1px black, 1px -1px black, -1px -1px black;
}

.playercard .money {
	position: absolute;
	z-index: 50;
	top: 43px;
	right: 20px;

	color: rgb(46,89,36);
	font-family: diploma;
	font-size: 19px;

	text-shadow: 1px 1px black, -1px 1px black, 1px -1px black, -1px -1px black;
}

p.field-email:not(:focus):after {
  content: ' - Click here to edit'
}
p.field-email:empty:after {
  content: 'New email address'
}
p.field-email:empty:focus:after {
  content: ''
}
table.changelog th {
  text-align: left;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}



div.topbar {
        z-index: 20;
        background-color: #B3020E;
        margin: auto auto;
        position: relative;
        text-align: center;
	width: 60%;
        border-radius: 6px;
}
div.topbar p {
        color: #F2CBCE;
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
        padding-top: 5px;
        padding-bottom: 5px;
        border: 1px solid #85424A;
        border-radius: 6px;

}
div.topbar a {
        padding-left: 6px;
        font-size: 15px;
        color: #BAA8AA;
        cursor: pointer;
        font-weight: bold;
}


