body {
	margin: 0;
	font: 120% "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
}

input {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#page {
	position: relative;
	z-index: 10;
	width: 600px;
	padding: 0 20px 165px;
	margin: 0 auto;
	text-align: center;
	background: #e8ebeb;
}

#page .inner {
	
}

#header {
	position: fixed;
	z-index: 5;
	width: 600px;
	padding: 0 0 20px;
	background: #e8ebeb;
}

h1 {
	margin: 12px 0 0;
	font-size: 3.5em;
	font-weight: normal;
	color: #979797;
	text-shadow: 1px 2px 3px rgba(0,0,0,.13);
	text-transform: lowercase;
	line-height: .8;
	
}

h1 strong {
	color: #77c8fb;
	
}

h2 {
	margin: 0;
	font-size: 1.38em;
	font-weight: normal;
	color: #bec0c0;
	margin-bottom: .3em;
}

h2.replace strong {
	visibility: hidden;
}

h2.replace.abx {
	position: fixed;
	z-index: 1;
	margin: 0;
	top: -1px;
	margin-left: -28px;
}

h2.replace.abx a {
	display: block;
	width: 193px;
	height: 68px;
	background: url(abx-logo.png) left top no-repeat;
	text-decoration: none;
}

#ems-table {
	position: relative;
	top: 145px;
	width: 250px;
	margin: 0 auto;
}

table tr {
	cursor: pointer;
}

table tr:hover td {
	background: #e6f3fd;
}

table tr td:first-child:hover {
	border-color: #77c8fb;
}

table td {
	height: 1em;
	width: 6em;
	padding: .2em;
	background: #fff;
	border: 2px solid #e8ebeb;
}

tr.main td, table tr.main:hover td {
	background: #cbe3fd;
	box-shadow: inset 3px 0 9px rgba(0,0,0,.1);
}

tr.main td:last-child, table tr.main:hover td:last-child {
	box-shadow: inset -3px 0 9px rgba(0,0,0,.1);
}

.base-input {
	font-size: .65em;
}

.base-input select {
}

.base-input span {
	padding-left: 3px;
	font-weight: ;
	color: #6c6c6c;
}

input[type=text] {
	height: 1em;
	width: 5em;
	padding: .2em;
	background: #f4f7f7;
	border: 2px solid #e8ebeb;
	color: #6c6c6c;
}

#hello {
	display: none;
}

.mfp-content {
	
	max-width: 30vw;
	min-height: 50vh;
	margin: 0 auto;
	padding: 2em;
	background: #e8ebeb;
}

.mfp-content #hello {
	display: flex;
	flex-direction: column;
	min-height: calc(50vh);
}

.mfp-content small {
	display: block;
	align-self: end;
	margin-top: auto;
	font-size: .7em;
}

.mfp-bg {
	opacity: .5;
}



