/* Essentials */

html, div, map, dt, isindex, form, header, aside, section, section, article, footer {  
    display: block;  
} 

html, body {
margin: 0;
padding: 0;
font-family: Helvetica, Arial, Verdana, sans-serif;
background: #E6EDF2;
font-size: 12px;
}

body {
position: relative;
}

.clear {
clear: both;
}

.spacer {
height: 30px;
}

a:link, a:visited {
color: #5C9BD0;
text-decoration: none;
}

a:hover, a:active, a:focus {
color:#2B6595;
}


h1 {
font-size: 25px;
}

#homeTitle {
display: block;
color: black;
margin-top: 18px;
text-transform: uppercase;
width: 100px;
height: 100px;
padding: 4%;
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
margin-left: auto;
margin-right: auto;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
background: #ffffff;
}

h2 {
font-size: 2em;
}

hr {
border: 0;
border-top: 1px solid #E6EDF2;
margin: 50px 20px 25px 20px;
}

/* Sidebar */

aside#sidebar {
position: absolute;
top: 0;
left: 4%;
bottom: 0;
width: 13%;
min-height: 1500px;
float: left;
padding: 12px 2% 18px 2%;
background: #ffffff;
box-shadow: 0 0 28px rgba(0,0,0,0.25), 0 0 10px rgba(0,0,0,0.22);
}

/*
#sidebar hr {
border: none;
outline: none;
background: url(../images/sidebar_divider.png) repeat-x;
display: block;
width: 100%;
height: 2px;}
*/

#adWrapper {
width: 728px;
height: 90px;
margin:0 auto;
}

#langSelect.tabs {
float: none;
width: 130px;
margin: 0 auto;
}

#langSelect.tabs li {
width: 50%;
margin: 0;
text-align: center;
}

#langSelect.tabs li a {
padding: 0 10px;
}


/* Search */

.quick_search {
text-align: center;
padding: 14px 0 10px 0;
}

.quick_search input[type=text] {
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
border: 1px solid #bbb;
height: 26px;
width: 90%;
color: #ccc;
-webkit-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
-moz-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
text-indent: 30px;
background: #fff url(../images/icn_search.png) no-repeat;
background-position: 10px 6px;
}

.quick_search input[type=text]:focus {
outline: none;
color: #666666;
border: 1px solid #7DB0DB;
-webkit-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
-moz-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
}

/* Sidebar Menu */

#sidebar h3 {
color: #1F1F20;
text-transform: uppercase;
/*text-shadow: 0 1px 0 #fff;*/
font-size: 13px;
margin: 10px 0 10px 5%;
display: block;
float: left;
width: 90%;
}

.toggleLink {
color: #999999;
font-size: 10px;
text-decoration: none;
display: block;
float: right;
margin-right: 2%
}

#sidebar .toggleLink:hover {
color: #7DB0DB;
text-decoration: none;
}

#sidebar ul {
clear: both;
margin: 0; padding: 0;
}

#sidebar li {
list-style: none;
margin: 0 0 0 10%; padding: 0;
}

#sidebar li a {
color: #666666;
padding-left: 5%;
text-decoration: none;
display: inline-block;
height: 17px;
line-height: 17px;
/*text-shadow: 0 1px 0 #fff;*/
margin: 2px 0;
}

#sidebar li a:hover {
color: #444444;
}

#sidebar p {
color: #666666;
padding-left: 6%;
/*text-shadow: 0 1px 0 #fff;*/
margin: 10px 0 0 0;}

#sidebar a {
/*color: #666666;*/
text-decoration: none;
}

#sidebar footer {
margin-top: 20%;
}

#subHomeTitle {
color: black;
}

#newsWidget {
height: 362px;
}

/* Main Content */


section#main {
float: right;
width: 73%;
min-height: 1500px;
margin-right: 3%;
}

#main h3 {
color: #1F1F20;
text-transform: uppercase;
/*text-shadow: 0 1px 0 #fff;*/
font-size: 13px;
/*margin: 8px 20px;*/
margin: 10px 7px;
}

/* Modules */

.module {
border: 0;
width: 100%;
/*margin: 20px 0;*/
margin: 30px 1% 10px 1%;
padding: 12px 2% 18px 2%;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
background: #ffffff;
}

#main .module header h3 {
display: block;
width: 90%;
float: left;
}

.module header {
height: 38px;
width: 100%;
/*background: #F1F1F4 url(../images/secondary_bar.png) repeat-x;*/
-webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px;
border-top-left-radius: 5px; border-top-right-radius: 5px;
}

.module footer {
height: 32px;
width: 100%;
border-top: 1px solid #FFFFFF;
/*border-top: 1px solid #9CA1B0;*/
/*background: #F1F1F4 url(../images/module_footer_bg.png) repeat-x;*/
-webkit-border-bottom-left-radius: 5px; -webkit-border-bottom-right-radius: 5px;
-moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px;
-webkit-border-bottom-left-radius: 5px; -webkit-border-bottom-right-radius: 5px;
}

.module_content {
margin: 10px 20px;
color: #666;}

.module ul {
padding-left: 16px;
}

/* Module Widths */

.width_full {
width: 94%;
float: left;
}

.width_half {
width: 44%;
float: left;
}

.width_quarter {
width: 19%;
float: left;
}

.width_3_quarter {
width: 69%;
float: left;
}

.width_62_percent {
width: 56%;
float: left;
}

.width_38_percent {
width: 32%;
float: left;
}

.width_38_percent_right {
width: 32%;
float: right;
}

.module li {
padding: 5px;
}

.module ol {
margin:0;
padding-left: 20px;
}

/* Stats Module */

.stats_graph {
width: 64%;
float: left;
}

.stats_overview {
background: #F6F6F6;
border: 1px solid #ccc;
float: right;
width: 26%;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.overview_today, .overview_previous {
width: 50%;
float: left;}

.stats_overview p {
margin: 0; padding: 0;
text-align: center;
text-transform: uppercase;
/*text-shadow: 0 1px 0 #fff;*/
}

.stats_overview p.overview_day {
font-size: 12px;
font-weight: bold;
margin: 6px 0;
}

.stats_overview p.overview_count {
font-size: 26px;
font-weight: bold;
color: #333333;}

.stats_overview p.overview_type {
font-size: 10px;
color: #999999;
margin-bottom: 8px}

/* Content Manager */

.tablesorter, .tablesorterpager {
width: 100%;
/*margin: -5px 0 0 0;*/
}

.tablesorter td, .tablesorterpager td{
margin: 0;
padding: 0;
border-top: 1px solid #E6EDF2;
}

.tablesorter thead tr, .tablesorterpager thead tr {
height: 34px;
/*background: url(../images/table_sorter_header.png) repeat-x;*/
text-align: left;
text-indent: 10px;
cursor: pointer;
}

.tablesorter td , .tablesorterpager td {
padding: 15px 10px;
}

.tablesorter input[type=image], .tablesorterpager input[type=image] {
margin-right: 10px;}

.thintable {
table-layout: fixed;
}

.thintable thead tr {
text-indent: 10px;
}

.thintable td {
padding: 8px 10px;
overflow: hidden;
/*text-overflow: ellipsis;*/
white-space: nowrap;
}

ul.tabs {
	margin: 3px 0 3px 0;
	padding: 0;
	float: right;
	list-style: none;
	height: 24px; /*--Set height of tabs--*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 0 #fff;
	-moz-box-shadow: 0 1px 0 #fff;
	box-shadow: 0 1px 0 #fff;
	border: 1px solid #E6EDF2;
	font-weight: bold;
/*	text-shadow: 0 1px 0 #fff;*/
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	line-height: 24px;
}
ul.tabs li a {
	text-decoration: none;
	color: #999;
	display: block;
	padding: 0 10px;
	height: 24px;
}

ul.tabs li a:hover {
	color: #44474F;
}

html ul.tabs li.active a  {
	color: #444444;
	}

html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #F3F7FA;
}

html ul.tabs li:first-child, html ul.tabs li:first-child a  {
	-webkit-border-top-left-radius: 5px; -webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px; -moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px; border-bottom-left-radius: 5px;
}

html ul.tabs li:last-child, html ul.tabs li:last-child a  {
	-webkit-border-top-right-radius: 5px; -webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px; -moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px; border-bottom-right-radius: 5px;
}

#main .module header h3.tabs_involved {
display: block;
width: 60%;
float: left;
}

.selected_row {
background: #F3F7FA;
}

#algoList > tbody > tr {
	cursor: pointer;
}

/* Messages */

.message {
border-bottom: 1px dotted #cccccc;
}

.green_message {
color: green;
}

.grey_message {
color: grey;
}

.red_message {
color: red;
}

input[type=submit] {
background: #D0D1D4 url(../images/btn_submit.png) repeat-x;
border: 1px solid #A8A9A8;
-webkit-box-shadow: 0 1px 0 #fff;
-moz-box-shadow: 0 1px 0 #fff;
box-shadow: 0 1px 0 #fff;
font-weight: bold;
height: 22px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 0 10px;
color: #666;
cursor: pointer;
}

input[type=submit]:hover {
color: #333333;
}

input[type=submit].alt_btn {
background: #FFF;
border: 1px solid #5C9BD0;
-webkit-box-shadow: 0 1px 0 #fff;
-moz-box-shadow: 0 1px 0 #fff;
box-shadow: 0 1px 0 #fff;
font-weight: bold;
height: 24px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 0 10px;
color: #003E49;
cursor: pointer;
}

input[type=submit].alt_btn:disabled {
background: #D0D1D4 url(../images/btn_submit.png) repeat-x;
border: 1px solid#aaa;
/*text-shadow: none;*/
color: #999;
}

input[type=submit].alt_btn:disabled:hover {
color: #999;
}

input[type=submit].alt_btn:hover {
color: #2B6595;
}

input[type=submit].btn_post_message {
background: #D0D1D4 url(../images/post_message.png) no-repeat;
display: block;
width: 37px;
border: none;
height: 24px;
cursor: pointer;
text-indent: -5000px;
}

input[type=submit].btn_post_message:hover {
background-position: 0 -24px;
}

.comment {
padding: 0 11px;
margin:0;
}

.post_message {
text-align: left;
padding: 5px 0;
}

.post_message input[type=text] {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 1px solid #bbb;
height: 20px;
width: 70%;
color: #ccc;
-webkit-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
-moz-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
text-indent: 10px;
background-position: 10px 6px;
float: left;
margin: 0 3.5%;
}

.post_message input[type=text]:focus {
outline: none;
border: 1px solid #7DB0DB;
-webkit-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
-moz-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
color: #666666;
}

.post_message input[type=image] {
float: left;
}

.message_list {
height: 250px;
overflow-x:hidden;
overflow-y: scroll;
}

/* New/Edit Article Module */

fieldset {
border: 0;
padding: 0;
margin-bottom: 14px;
}

fieldset a {
height: 20px;
padding-left: 10px;
display: block;
float: left;
width: 92%;
margin: 0 10px;
}

fieldset label {
display: block;
float: left;
height: 25px;
line-height: 25px;
font-weight: bold;
padding-left: 10px;
text-transform: uppercase;
}

input[type=text], input[type=email], input[type=password] {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 1px solid #E6EDF2;
height: 20px;
padding-left: 10px;
width: 92%;
margin: 0 10px;
}

input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, input[type=checkbox] {
outline: none;
border: 1px solid #7DB0DB;
-webkit-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
-moz-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
}

#workerNameText {
width: 60%;
}

fieldset textarea {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 1px solid #BBBBBB;
color: #666666;
-webkit-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
-moz-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
padding-left: 10px;
background-position: 10px 6px;
margin: 0 0.5%;
display: block;
float: left;
width: 92%;
margin: 0 10px;
}

fieldset textarea:focus {
outline: none;
border: 1px solid #7DB0DB;
-webkit-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
-moz-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
}

select {
width:96%;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 1px solid #E6EDF2;
height: 24px;
margin: 0 10px;
padding: 1px 0 1px 10px;
}

.submit_link {
float: right;
margin-right: 3%;
padding: 5px 0;
}

.submit_link select {
width: 150px;
border: 1px solid #bbb;
height: 20px;
color: #666666;
}

#main .module_content h1 {
color: #333333;
text-transform: none;
/*text-shadow: 0 1px 0 #fff;*/
font-size: 22px;
margin: 8px 0px;
}

#main .module_content h2 {
color: #444444;
text-transform: none;
/*text-shadow: 0 1px 0 #fff;*/
font-size: 18px;
margin: 8px 0px;
}

#main .module_content h3 {
color: #666666;
text-transform: uppercase;
/*text-shadow: 0 1px 0 #fff;*/
font-size: 13px;
margin: 8px 0px;
}

#main .module_content h4 {
color: #666666;
text-transform: none;
/*text-shadow: 0 1px 0 #fff;*/
font-size: 13px;
margin: 8px 0px;
}

#main .module_content li {
line-height: 150%;
}

/* Alerts */

#main h4 {
display: block;
margin: 20px 1% 0 1%;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background: #FFFFFF;
padding: 10px 20px;
font-size: 14px;
}

#main h4.info {
border: 1px solid green;
}

#main h4.errormsg {
border: 1px solid red;
}

#main h4.notice {
border: 2px solid #b1bfccb8;
}


/* custom */

/* Custom stuff */
span.ur-status-up {
  text-align: center;
  display: inline-block;
  font-size: 10px;
  color: #264409;
  background :#92CCA6;
  padding: 2px 4px;
  border:1px solid #c6d880;
  border-radius: 4px;
  width: calc(80px);
}
span.ur-status-down {
  text-align: center;
  display: inline-block;
  font-size: 10px;
  color: #264409;
  background :#FF7878;
  padding: 2px 4px;
  border:1px solid #c6d880;
  border-radius: 4px;
  width: calc(80px);
}
span.ur-status-unchecked {
  text-align: center;
  display: inline-block;
  font-size: 10px;
  color: #264409;
  background :#7EA7D8;
  padding: 2px 4px;
  border:1px solid #c6d880;
  border-radius: 4px;
  width: calc(80px);
}
span.ur-status-paused {
  text-align: center;
  display: inline-block;
  font-size: 10px;
  color: #264409;
  background :#FFF79A;
  padding: 2px 4px;
  border:1px solid #c6d880;
  border-radius: 4px;
  width: calc(80px);
}
span.confirmed {
  display: inline-block;
  width: 60px;
  font-size: 10px;
  background: #e6efc2;
  color:#264409;
  padding: 2px 4px;
  border:1px solid #c6d880;
  border-radius: 4px;
}
span.orphan {
  display: inline-block;
  width: 60px;
  font-size: 10px;
  background: #ff9473;
  color:#264409;
  padding: 2px 4px;
  border:1px solid #ff6342;
  border-radius: 4px;
}
span.unconfirmed {
  display: inline-block;
  width: 60px;
  font-size: 10px;
  background: #ffce9c;
  color:#264409;
  padding: 2px 4px;
  border:1px solid #ffb573;
  border-radius: 4px;
}
div.login_small {
  float: right;
  background: #E0E0E3;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(241, 241, 241) 50%, rgb(225, 225, 225) 51%, rgb(246, 246, 246) 100%) repeat scroll 0% 0%;
  border-radius: 5px 5px 5px 5px;
  position: absolute;
  padding: 5px;
  top: 10px;
  right: 10px;
}

fieldset2 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #F6F6F6;
  padding: 1% 0%;
  margin: 10px 0;
}

fieldset2 label {
  display: block;
  float: left;
  height: 25px;
  line-height: 25px;
/*  text-shadow: 0 1px 0 #fff;*/
  font-weight: bold;
  padding-left: 10px;
  text-transform: uppercase;
}
fieldset2 input[type=text], fieldset2 input[type=password] {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #BBBBBB;
  height: 20px;
  color: #666666;
  -webkit-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
  -moz-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
  box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
  padding-left: 10px;
  background-position: 10px 6px;
  margin: 0;
  display: block;
  float: left;
  margin: 0 10px;
}

fieldset2 input[type=text]:focus, fieldset2 input[type=password]:focus, fieldset2 input[type=checkbox] {
  outline: none;
  border: 1px solid #77BACE;
  -webkit-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
  -moz-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
  box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
}

/* Custom checkboxes */
input[type=checkbox] {
  position: absolute;
  opacity: 0;
}

input[type=checkbox] + label
{
  background: url('../images/icn_alert_error.png');
  height: 16px;
  width: 16px;
  display:inline-block;
  padding: 0 0 0 0px;
}

input[type=checkbox]:checked + label
{
  background: url('../images/icn_alert_success.png');
  height: 16px;
  width: 16px;
  display:inline-block;
  padding: 0 0 0 0px;
}

/* Debugger console toggle switch */
span.toggle {
  display:block;
  width: 75px;
  height: 100%;
  margin: 0 auto;
}

:root input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

:root input[type="checkbox"].ios-switch + div {
  display: inline-block;
  vertical-align: middle;
  width: 3em;	height: 1em;
  border: 1px solid rgba(0,0,0,.3);
  border-radius: 999px;
  margin: 0 .5em;
  background: white;
  background-image: linear-gradient(rgba(0,0,0,.1), transparent),
  linear-gradient(90deg, hsl(210, 90%, 60%) 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: 100% 0;
  background-origin: border-box;
  background-clip: border-box;
  overflow: hidden;
  transition-duration: .4s;
  transition-property: padding, width, background-position, text-indent;
  box-shadow: 0 .1em .1em rgba(0,0,0,.2) inset,
  0 .45em 0 .1em rgba(0,0,0,.05) inset;
  font-size: 150%;
}

:root input[type="checkbox"].ios-switch:checked + div {
  padding-left: 2em;	width: 1em;
  background-position: 0 0;
}

:root input[type="checkbox"].ios-switch + div:before {
  content: 'On';
  float: left;
  width: 1.65em; height: 1.65em;
  margin: -.1em;
  border: 1px solid rgba(0,0,0,.35);
  border-radius: inherit;
  background: white;
  background-image: linear-gradient(rgba(0,0,0,.2), transparent);
  box-shadow: 0 .1em .1em .1em hsla(0,0%,100%,.8) inset,
  0 0 .5em rgba(0,0,0,.3);
  color: white;
/*  text-shadow: 0 -1px 1px rgba(0,0,0,.3);*/
  text-indent: -2.5em;
}

:root input[type="checkbox"].ios-switch:active + div:before {
  background-color: #eee;
}

:root input[type="checkbox"].ios-switch:focus + div {
  box-shadow: 0 .1em .1em rgba(0,0,0,.2) inset,
  0 .45em 0 .1em rgba(0,0,0,.05) inset,
  0 0 .4em 1px rgba(255,0,0,.5);
}

:root input[type="checkbox"].ios-switch + div:before,
:root input[type="checkbox"].ios-switch + div:after {
  font: bold 60%/1.9 sans-serif;
  text-transform: uppercase;
}

:root input[type="checkbox"].ios-switch + div:after {
  content: 'Off';
  float: left;
  text-indent: .5em;
  color: rgba(0,0,0,.45);
/*  text-shadow: none;*/

}

footer.footer {
  clear: both;
  text-align: center;
  height: 60px;
  margin-top: -60px;
  position: relative;
  padding: 4px 0px 0px 0px;
  font-size:11px;
  width:100%;
}

footer.footer p {
  color:grey;
  margin: 0px 0 0 0;
}

.DebuggerConsole {
  z-index:500;position:absolute;display:none
}


.tbox {
  position:absolute; 
  display:none; 
  padding:14px 17px; 
  z-index:900
}

.tinner {
  padding:0px 30px 0px 0px; 
  -moz-border-radius:5px; 
  border-radius:5px; 
  background:#fff 50% 50%; 
  border-right:1px solid #333; 
  border-bottom:1px solid #333
}

.tmask {
  position:absolute; 
  display:none; top:0px; 
  left:0px; height:100%; 
  width:100%; 
  background:#000; 
  z-index:800
}

.tclose {
  position:absolute; 
  top:0px; 
  right:0px; 
  width:30px; 
  height:30px; 
  cursor:pointer; 
  background:url(../images/close.png) no-repeat
}

.tclose:hover {
  background-position:0 -30px
}

#frameless {
  padding:0
}

#frameless .tclose {
  left:6px
}

#qrcodeholder {
  margin: 0 auto;
  width: 150px;
}