@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'bitcoinregular';
    src: url('./fonts/bitcoin-webfont.eot');
    src: url('./fonts/bitcoin-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/bitcoin-webfont.woff2') format('woff2'),
         url('./fonts/bitcoin-webfont.woff') format('woff'),
         url('./fonts/bitcoin-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.btc {
	font-family: bitcoinregular;
	line-height: 0px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #999999;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #999999;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #999999;
}
:-moz-placeholder { /* Firefox 18- */
	color: #999999;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	height: 100%;
}
body {
	background: #111 url(img/wallpaper.png) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	padding: 0;
	margin: 0;
	height: 100%;
}
a {
	color: #CCC;
	text-decoration: none;
}
p {
	margin: 0px 0px 10px 0px;
	line-height: 23px;
}
h1 {
	color: #333;
	font-size: 50px;
	text-transform: uppercase;
	margin: 0px 0px -14px 0px;
	float: left;
	font-weight: bold;
	padding-bottom: 6px;
}
/*
tr.highlight:hover {
	background-color: #555;
}
tr.highlight td {
	padding: 0px 20px 0px 0px;
}
tr.highlight td:last-child{
    width: 1%;
    white-space: nowrap;
    padding-right: 0px;
    vertical-align: top;
    text-align: right;
}
*/
/* removed later, replaced by header and content */
tr.table-top td {
	padding-right: 20px;
	padding-bottom: 0px;
}
tr.table-top td:last-child {
	padding-right: 0px;
}
tr.table-top td p {
	color: #c1272d;
	display: block;
	margin-bottom: 8px;
	border-bottom: 3px #c1272d solid;
	width: 100%;
}



/* NEW STUFF */
/* Table list */
table.list thead tr th {
	padding-right: 10px;
	background-repeat: no-repeat;
	background-position: right 5px top 40%;
	background-image: url(./img/bg.gif);
	cursor:	default;
}
table.list thead tr th:last-child {
	padding-right: 0px;
}
table.list thead tr th.nosort {
	background-image: none;
}
table.list thead tr th.tablesorter-headerSortUp {
    background-image: url(./img/asc.gif);
}
table.list thead tr th.tablesorter-headerSortDown {
    background-image: url(./img/desc.gif);
}
table.list thead tr th p {
	color: #c1272d;
	display: block;
	margin-bottom: 3px;
	border-bottom: 3px #c1272d solid;
	min-width: 1%;
	font-weight: normal;
}
table.list tbody tr:not(.nohover):hover {
	background-color: #555;
}
table.list tbody tr td {
	padding: 0px 15px 0px 0px;
}
table.list tbody tr td:last-child {
	width: 1%;
	white-space: nowrap;
	padding-right: 0px;
	vertical-align: top;
	text-align: right;
}
table.list tbody tr td:nth-child(n+2):not(:nth-last-child(-n+1)) {
	vertical-align: top;
}
table.list tbody tr td:first-child {
	max-width: 0;
}
table.list tbody tr td span.description {
	color: #AAA;
	display: inline-block;
	margin: -9px 0px 14px 0px;
	cursor: help;
	white-space: nowrap;
}
table.list tbody tr td span.description a {
	display: inline;
	padding: 1px 0px 1px 0px;
	margin-right: 5px;
	color: #CCC;
}
table.list tbody tr td span.description a:before {
	content: none;
}
table.list tbody tr td span.remark {
	color: #AAA;
	letter-spacing: -1px;
}
table.list tbody tr td a:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 43px;
}
table.list tbody tr td a {
	display: inline-block;
	vertical-align: middle;
	height: 41px;
	text-align: center;
	text-decoration: underline;
	color: #EEE;
	padding: 0px 10px 0px 10px;
}
table.list tbody tr td a:hover {
	background-color: #c1272d;
	text-decoration: none;
}
table.list tbody tr td p {
	margin-top: 10px;
	margin-bottom: 1px;
	line-height: 19px;
}
table.list tbody tr td hr {
    height: 1px;
    border: none;
    background-color:#666;
    margin-top: -8px;
    margin-bottom: 15px;
}
/* Same table but not listed, not highlighted, no inputs */
table.form tr th:first-child:not(:last-child) {
	padding-left: 0px;
	padding-right: 15px;
}
table.form tr th:not(:first-child):not(:last-child) {
	padding-left: 0px;
	padding-right: 15px;
}
table.form tr th:last-child:not(:first-child) {
	padding-left: 0px;
	padding-right: 0px;
}
table.form tr th p {
	color: #c1272d;
	display: block;
	margin-bottom: 3px;
	border-bottom: 3px #c1272d solid;
	width: 100%;
	font-weight: normal;
}
table.form tbody tr td:first-child {
	padding: 0px 15px 0px 0px;
}
table.form tbody tr td {
	padding: 0px 15px 0px 0px;
}
table.form tbody tr td:last-child:not(:first-child) {
	padding: 0px 0px 0px 0px;
}
table.form tbody tr:last-child td {
	padding: 0px 0px 5px 0px;
}
table.form tbody tr:last-child td input {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border: none;
	background-color: #666;
	margin-top: 25px;
	height: 30px;
	color: #CCC;
	font-size: 16px;
	text-decoration: underline;
	cursor: pointer;
	float: right;
	width: auto;
	padding: 0px 10px 0px 10px;
}
table.form tbody tr:last-child td input:hover {
	background-color: #c1272d;
	text-decoration: none;
}
table.form tbody tr td a:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 33px;
}
table.form tbody tr td a {
	all: default;
	display: inline-block;
	vertical-align: middle;
	height: 31px;
	text-align: center;
	text-decoration: underline;
	color: #EEE;
	padding: 0px 10px 0px 10px;
}
table.form tbody tr td a:hover {
	background-color: #c1272d;
	text-decoration: none;
}
table.form tbody tr td input {
	border: none;
	background-color: #666;
	margin: 0;
	height: 30px;
	color: #CCC;
	font-size: 15px;
	padding: 5px;
	margin-bottom: 5px;
	width: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
table.form tbody tr td input[type="checkbox"] {
	position: relative;
	top: 2px;
	height: 15px;
	width: 15px;
	margin-right: 3px;
	margin-bottom: 7px;
}
table.form tbody tr td input[type="file"] {
	padding: 0;
}
table.form tbody tr td label {
	margin-right: 12px;
	color: #CCC;
}
table.form tbody tr td label:last-child {
	margin-right: 0px;
}

table.form tbody tr td select {
	border: none;
	background-color: #666;
	margin: 0;
	height: 30px;
	color: #CCC;
	font-size: 15px;
	padding: 3px;
	margin-bottom: 5px;
	width: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
/* Same - no hl, no listing and inputs */
table.list-b thead tr th {
	padding-right: 15px;
}
table.list-b thead tr th:last-child {
	padding-right: 0px;
}
table.list-b thead tr th p {
	color: #c1272d;
	display: block;
	margin-bottom: 3px;
	border-bottom: 3px #c1272d solid;
	width: 100%;
	font-weight: normal;
}
table.list-b tbody tr td {
	padding: 0px 15px 5px 0px;
}
table.list-b tbody tr td:last-child {
	width: 1%;
	white-space: nowrap;
	padding: 0;
	vertical-align: top;
	text-align: right;
}
table.list-b tbody tr td p {
	padding-top: 3px;
}
table.list-b tbody tr td a:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 33px;
}
table.list-b tbody tr td a {
	display: inline-block;
	vertical-align: middle;
	height: 30px;
	text-align: center;
	text-decoration: underline;
	color: #EEE;
	padding: 0px 10px 0px 10px;
	min-width: 47px;
}
table.list-b tbody tr td a:hover {
	background-color: #c1272d;
	text-decoration: none;
}
table.list-b tbody tr:last-child td input {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border: none;
	background-color: #666;
	margin-top: 25px;
	height: 30px;
	color: #CCC;
	font-size: 16px;
	text-decoration: underline;
	cursor: pointer;
	float: right;
	padding: 0px 10px 0px 10px;
	width: auto;
}
table.list-b tbody tr:last-child td input:hover {
	background-color: #c1272d;
	text-decoration: none;
}
table.list-b tbody tr td input:not([type=checkbox]):not([type=submit]) {
	border: none;
	background-color: #666;
	margin: 0;
	height: 30px;
	color: #CCC;
	font-size: 15px;
	padding: 5px;
	margin-bottom: 5px;
	width: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
table.list-b tbody tr td input[type=checkbox] {
	border: none;
	background-color: #666;
	margin: 0;
	color: #CCC;
	font-size: 15px;
	padding: 5px;
	margin-bottom: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 25px;
}
table.list-b tbody tr td select {
	border: none;
	background-color: #666;
	margin: 0;
	height: 30px;
	color: #CCC;
	font-size: 15px;
	padding: 3px;
	margin-bottom: 5px;
	width: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
/* Table listing below */
.listing {
	display: block;
	float: right;
	clear: both;
	padding-top: 15px;
}
.listing a {
	padding: 0;
	margin: 0;
	display: inline-block;
	padding: 7px !important;
	text-decoration: none;
	color: #EEE;
	text-align: center;
	margin: 0px 5px 0px 0px !important;
}
.listing a:last-child {
	margin: 0px !important;	
}
.listing a:hover {
	background-color: #c1272d;
	text-decoration: none;
}
.listing input {
	border: none;
	background-color: #333;
	margin: 0;
	height: 30px;
	color: #CCC;
	font-size: 15px;
	padding: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	width: 75px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
.listing select {
	border: none;
	background-color: #333;
	margin: 0;
	height: 30px;
	color: #CCC;
	font-size: 15px;
	padding: 3px;
	margin-bottom: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
/* Main panel sub-menu */
.menu p {
	margin-top: 8px;
	margin-bottom: 8px;
}
.menu a:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 39px;
}
.menu a {
	display: inline-block;
	vertical-align: middle;
	height: 37px;
	text-align: center;
	text-decoration: underline;
	color: #EEE;
	padding: 0px 7px 0px 6px;
	margin-right: 10px;
}
.menu a:last-child {
	margin-right: 0px;
}
.menu a.parent {
	margin-right: 0;
	border-top: 2px #c1272d solid;
	border-left: 2px #c1272d solid;
	border-bottom: 2px #c1272d solid;
	text-decoration: none;
}
.menu a.child {
	display: inline-block;
	border-top: 2px #c1272d solid;
	border-right: 2px #c1272d solid;
	border-bottom: 2px #c1272d solid;
	text-decoration: none;
	color: #EEE;
	text-align: center;
	background-color: transparent;
	padding: 0px 15px 0px 15px;
}
.menu a.noparent {
	margin-right: 0;
	height: 41px;
	text-decoration: none;
	margin-right: 10px;
}
.menu a.noparent:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 43px;
}
.menu a.selected {
	background-color: #c1272d;
	text-decoration: none;
}
.menu a.nearinput:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 33px;
}
.menu a.nearinput {
	height: 31px;
	display: inline-block;
	vertical-align: middle;
}
.menu a:hover {
	background-color: #c1272d;
	text-decoration: none;
}
/* END NEW STUFF */


tr.header td {
	padding-right: 20px;
	padding-bottom: 0px;
}
tr.header td:last-child {
	padding-right: 0px;
}
tr.header td p {
	color: #c1272d;
	display: block;
	margin-bottom: 8px;
	border-bottom: 3px #c1272d solid;
	width: 100%;
}
tr.content td {
	padding-right: 20px;
	vertical-align: top;
}
tr.content td:last-child {
	padding-right: 0px;
	vertical-align: top;
}

.hl {
	background-color: #555;
}
#wrap {
	min-height: 100%;
}
#main {
	padding-bottom: 255px;
}
#footer {
	position: relative;
	margin-top: -230px;
	height: 180px;
	clear: both;
	background-color: rgba(50, 50, 50, 0.6);
	width: 1235px;
	margin-left: auto;
	margin-right: auto;
	padding: 25px;
}
#footer a {
	display: block;
	height: 21px;
	border: 2px #333;
	float: left;
	text-align: center;
	padding: 12px 20px 8px 20px;
	text-decoration: underline;
	color: #EEE;
}
#footer a:hover {
	background-color: #c1272d;
	text-decoration: none;
}
#menu {
	width: 100%;
	min-width: 1285px;
	height: 49px;
	background-color: rgba(255, 202, 20, 0.6);
	clear: both;
	float: none;
}
#menu a:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 43px;
}
#menu a {
	display: inline-block;
	vertical-align: middle;
	height: 41px;
	float: right;
	text-align: center;
	text-decoration: underline;
	color: #EEE;
	margin-top: 4px;
	margin-right: 5px;
	margin-left: 5px;
	padding: 0px 10px 0px 10px;
}
#menu a.selected {
	background-color: #c1272d;
	text-decoration: none;
}
#menu a.left {
	float: left;
}
#menu a:hover {
	background-color: #c1272d;
	text-decoration: none;
}
#menu img {
	float: left;
	border: none;
	margin: 5px 0px 5px 20px;
}
#menu p {
	margin: 0px;
	padding: 13px 0px 13px 10px;
	display: inline-block;
}
#container {
	margin: 0 auto;
	margin-top: 25px;
	width: 1285px;
}
#left {
	background-color: rgba(255, 202, 20, 0.6);
	padding: 25px;
	width: 910px;
	float: left;
	margin-bottom: 25px;
}
#right {
	background-color: rgba(119, 137, 174, 0.6);
	padding: 25px;
	width: 250px;
	float: left;
	margin-left: 25px;
	margin-bottom: 25px;
}
#wide {
	background-color: rgba(255, 202, 20, 0.6);
	padding: 25px;
	width: 1235px;
	float: left;
}
.box {
	background-color: #333;
	width: 100%;
	clear: both;
	/* overflow: overlay; */
}
.box p {
	text-align: justify;
}
.box p.center {
	text-align: center;
}
.box img {
	margin: 0 auto;
	padding-top: 2px;
	border: 0;
	display: block;
}
.disabled {
	opacity: 0.5;
}
.input {
	border: none;
	background-color: #666;
	margin: 0;
	height: 30px;
	color: #CCC;
	font-size: 15px;
	padding: 5px;
	margin-bottom: 5px;
	width: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.textarea {
	border: none;
	background-color: #666;
	margin: 0;
	height: 85px;
	color: #CCC;
	font-size: 15px;
	padding: 0;
	width: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
textarea.small {
	border: none;
	background-color: #666;
	margin: 0;
	color: #CCC;
	font-size: 10px;
	width: 100%;
	height: 125px;
	font-family: "Courier New", Courier, monospace;
	box-sizing: border-box;
}
.submit {
	border: none;
	background-color: #666;
	margin: 0;
	height: 34px;
	color: #CCC;
	font-size: 16px;
	padding: 3px 20px 6px 20px;
	margin-bottom: 5px;
	width: 274px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: underline;
	cursor: pointer;
}
.submit:hover {
	background-color: #c1272d;
	text-decoration: none;
}
.narrow {
	height: 29px;
	padding: 3px 20px 6px 20px;
}
.short {
	width: auto;
	padding: 4px 21px 5px 21px;
}
.select {
	border: none;
	background-color: #666;
	margin: 0;
	height: 30px;
	color: #CCC;
	font-size: 15px;
	padding: 3px;
	margin-bottom: 5px;
	width: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.half {
	width: 423px;
	padding: 20px 0px 20px 20px;
	float: left;
	clear: none;
}
.third {
	width: 275px;
	padding: 20px 0px 20px 20px;
	float: left;
	clear: none;
}
.single {
	width: 870px;
	padding: 20px 20px 20px 20px;
	overflow: hidden;
}
.single a.intext {
	border: none;
	height: auto;
	padding: 0px 4px 0px 4px;
	display: inline;
	text-decoration: underline;
	color: #EEE;
	text-align: center;
}
.single input[type="submit"], .single input[type="button"] {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border: none;
	background-color: #666;
	margin-top: 25px;
	height: 30px;
	color: #CCC;
	font-size: 16px;
	text-decoration: underline;
	cursor: pointer;
	float: right;
	width: auto;
	padding: 0px 10px 0px 10px;
	margin-left: 10px;
}
.single input[type="button"] {
	margin-left: 10px;
}
.single input[type="submit"]:hover, .single input[type="button"]:hover {
	background-color: #c1272d;
	text-decoration: none;
}
.inline {
	min-width: 10%;
	float: left;
	display: inline-block;
}
.right {
	width: 210px;
	padding: 20px 20px 12px 20px;
}
.right a {
	text-align: center;
	display: block;
	background-color: #666;
	height: 29px;
	padding-top: 12px;
}
.right a:hover {
	background-color: #c1272d;
	text-decoration: none;
}
.right p {
	text-align: center;
}
.right p.justify {
	text-align: justify;
	margin: 0;
}
.inside {
	margin: 0;
	padding: 0;
}
.caption {
	color: #c1272d;
	display: block;
	margin-bottom: 8px;
	border-bottom: 3px #c1272d solid;
	width: 100%;
}
.clear {
	clear: both;
}
.justify {
	text-align: justify;
	margin-top: 12px;
	margin-bottom: 0px;
}
.push_right {
	float: right;
}
.push_left {
	float: left;
}
.center {
	text-align: center;
}
.td {
	padding-right: 20px;
	padding-bottom: 0px;
}
.nopad {
	padding: 0;
	margin: 0;
}
.nopadright {
	padding-right: 0px;
}
.padbottom {
	padding-bottom: 5px;
}
.grey {
	color: #999;
	vertical-align: 14px;
}
.red {
	color: #c1272d;
}
.green {
	color: #2cbf28;
}

.loading {
	display: none;
}
.loading p {
	margin-top: 41px;
	line-height: 0;
	float: left;
}
.spinner {
  width: 30px;
  height: 30px;
  background-color: #c1272d;
  float: left;
  margin-top: 25px;
  margin-right: 10px;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}
/* blockui section start */
#loading {
	display: none;
	background-color: rgba(119, 137, 174, 0.6);
	padding: 25px;
	width: 250px;
	clear: both;
}
#loading p {
	margin-top: 20px;
	margin-bottom: 25px;
	line-height: 0;
}
#spinner {
  width: 30px;
  height: 30px;
  background-color: #c1272d;
  float: left;
  margin-top: 5px;
  margin-right: 10px;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}
.blockUI {
    position: fixed;
    top: 50%; 
    left: 50%;
    margin-left: -150px;
    margin-top: -65px;
}
/* blockui section stop */
@-webkit-keyframes sk-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}
@keyframes sk-rotateplane {
  0% { 
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
  } 50% { 
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
  } 100% { 
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

#checkmark {
    display: block;
    width: 30px;
    height: 30px;
    background: green;
    border-radius: 50%;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    margin: 0 auto;
    margin-bottom: 10px;
}
#checkmark:before{
    content: "";
    position: absolute;
    width: 3px;
    height: 9px;
    background-color: #FFF;
    left: 15px;
    top: 10px;
}
#checkmark:after{
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #FFF;
    left: 13px;
    top: 16px;
}

#errormark {
    display: block;
    width: 30px;
    height: 30px;
    background: #E20009;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 10px;
    position: relative;
    padding: 0;
}
#errormark:after{
	position: absolute;
    top: 10px;
    bottom: 0;
    left: 0;
    right: 0;
    content: "\274c";
    font-size: 10px; 
    color: #FFF;
    text-align: center;
}

#warningmark {
    display: block;
    width: 30px;
    height: 30px;
    background: #FF9900;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 10px;
    position: relative;
    padding: 0;
}
#warningmark:after{
	position: absolute;
    top: 8px;
    bottom: 0;
    left: 0;
    right: 0;
    content: "!";
    font-size: 15px; 
    color: #FFF;
    text-align: center;
    font-weight: bold;
}