/* General Demo Style */
@import url(//fonts.googleapis.com/css?family=Lato:300,400,700);

html { height: 100%; }

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

body {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #333;
    overflow: scroll;
    overflow-x: auto;
}

.container {
	width: 100%;
	position: relative;
}

.container > header {
	width: 90%;
	max-width: 1240px;
	margin: 0 auto;
	position: relative;
	padding: 0 30px 50px 30px;
}

.container > header {
	padding: 60px 30px 50px;
	text-align: center;
}

.container > header h1 {
	font-size: 34px;
	line-height: 38px;
	margin: 0 auto;
	font-weight: 700;
	color: #333;
}

.container > header h1 span {
	display: block;
	font-size: 20px;
	font-weight: 300;
}

.main > p {
	text-align: center;
	padding: 50px 20px;
}

table {
	  min-width: 50vw;
	border: 1px solid gray;
	text-align: center;
}

td {
	min-width: 7vw;
	border: 2px inset #f0f0f0;
}


.timeout {
	color: red;
}

.empty {
}

.balance {
	font-weight: bold;
	color: black;
}

.derived {
	font-size: x-small;
}

.time {
	font-style: italic;
}

.rborder {
	border-right: medium black solid;
}

table thead th {
  padding: 3px;
  position: sticky;
  top: 0;
  z-index: 1;
  width: 25vw;
  background: white;
}

.stickyheaders thead th:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
  background: white;
}
.stickyheaders tbody th {
  position: sticky;
  left: 0;
  background: white;
  z-index: 1;
}

.stickyheaders thead tr:nth-child(1) th { position: sticky; top: 0; }
.stickyheaders thead tr:nth-child(2) th { position: sticky; top: 20px; }

.tableskey {
	min-width: 0px;
	margin-left: auto;
	margin-right: auto;
}

.tableskey th, .tableskey td {
	padding-left: 10px;
	padding-right: 10px;
}

.linkDescription {
	color: blue;
}