@import url(http://fonts.googleapis.com/css?family=Orbitron:400,900,700,500);

	h1{    
		text-shadow: 1px 2px 4px #9B9090;
		text-align: center;
		font-size: 37px;
		margin-top: 34px;		
		}
	.table121{
		padding: 10px !important;
		border: 1px solid #ccc;
	}
	.table121 td{
		padding: 10px !important;
		border: 1px solid #ccc;
	}
	.zengo-scroll-tab{  overflow-y: scroll;  width: 100%;  border-top: 1px solid #ccc;}
	
	.zengo-scroll-tab .table121 th{
		background-color: #38b8a0;
		color: #fff;
		text-transform: uppercase;
		font-size: 14px;
		font-weight: 500;
		border: 1px solid #A5A0A0;
		box-shadow: 1px 2px 3px #aaa;
	}
	.zengo-save-btn{ 
		 background: #326B94 none repeat scroll 0 0;
		color: #fff;
		width: 100px;
		border: none;
		box-shadow: 0px 4px 1px #12354F;
		cursor: pointer;
  }
	.wp-core-ui .button-primary{	
	color: #fff;
	width: 100px;
	border: none;
	 background: #326B94 none repeat scroll 0 0;
	box-shadow: 0px 4px 1px #12354F; 
  }
  .wp-core-ui .button-primary:hover {background: #326B94 none repeat scroll 0 0;  border-radius: 0px;}
  input.zengo-save-btn:hover {
  box-shadow: none;
}
html, body{
  margin:0;
  padding:0;
  height:100%;
}
section {
  position: relative;
    border: 1px solid #326B94;
  padding-top: 37px;
  background: #326B94;
}
section.positioned {
  position: absolute;
  top:100px;
  left:100px;
  width:800px;
  box-shadow: 0 0 15px #333;
}
.container {
  overflow-y: auto;
  max-height: 422px;
}
table {
  border-spacing: 0;
  width:100%;
}
.container  td + .container   td {
    border-left: 1px solid #C0B5B5;
}
.container td, .container  th {
  border:1px solid #eee;
    background: #E2DBDB;
  color: #000;
  padding: 10px 18px;
}
.container th {
  height: 0;
  line-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  color: transparent;
  border: none;
  white-space: nowrap;
}
.container th div{
	position: absolute;
	background: transparent;
	color: #fff;
	padding: 12px 12px;
	top: 0;
	margin-left: -19px;
	line-height: normal;
	border-left: 1px solid #C0B5B5;
	text-shadow: 1px 1px 1px #373535;
	font-size: 15px;
	text-transform: uppercase;
	font-family: 'Orbitron', sans-serif;
	}
.container th:first-child div{
  border: none;
}
