body {
    background: #51BAD7; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#51BAD7, #D8EFF3); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#51BAD7, #D8EFF3); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#51BAD7, #D8EFF3); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#51BAD7, #D8EFF3); /* Standard syntax (must be last) */
    margin: auto;
    padding: 0px;
    height: 100vh;
    width: 90%;
    background-attachment: fixed;
}

.bodyText {
    color: #FFF;
    text-shadow: 1px 1px #595959;
    font-size: 22px;
	padding-bottom: 5px;
}

#container {
	min-height: 100%;
	/*position: relative;*/
}

nav {
    text-align: center;
    background: #FFF;
    padding: 0px;
    margin: 0px;
}

#navpane {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    color: #595959; 
}

#navpane li {
    display: inline-block;
    text-align: center;
    font-size: 22px;
    padding: 10px 22px;
    margin: 0px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 3px;
}

#navpane a {
    color: inherit;
}

#navpane li:hover {
    color: #FFF;
    background-color: #595959;
    cursor: pointer;
}

#main {
	overflow: auto;
	padding: 10px;
	padding-bottom: 30px;
}

#center {
	text-align: left;
	margin-right: auto;
	padding: 20px;
}

label.left {
	padding: 25px;
}

.header h2 a {
    display: inline-block;
    padding: 10px;
}

.header a {
    color: #595959;
    background-color: #FFF;
    text-transform: uppercase;
    padding: 3px 6px;
    border-radius: 5px;
}

.header a:hover {
    color: #FFF;
    background-color: #595959;
    cursor: pointer;
}

h2 {
    color: #FFF;
    text-shadow: 1px 1px #595959;
    text-transform: uppercase;
}


h3 {
    color: #FFF;
    text-shadow: 1px 1px #595959;
}

h3.title {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
}

table#center {
	font-size:16px;
    border-collapse: collapse;
    border-spacing: 0;
}

#cellLeft {
	float:left;
	width:50%;
	text-align:left;
}

#cellRight {
	float:right;
	width:50%;
	text-align:right;
	color: #595959;
}

#cellRight > a {
	color: #595959;
    background-color: #FFF;
    padding: 2px 5px;
    border-radius: 5px;
}

#cellRight > a:hover {
    color: #FFF;
    background-color: #51BAD7;
    cursor: pointer;
}

#backText > a {
	color: #595959;
    background-color: #FFF;
    text-transform: uppercase;
    padding: 3px 6px;
    border-radius: 5px;
}

td > a {
    color: #595959;
    background-color: #FFF;
    padding: 2px 5px;
    border-radius: 5px;
}

#center td, #cender th {
    border: 1px solid #ddd;
    text-align: left;
    padding: 8px;
}

#center tr:nth-child(even) {
	background-color: #f2f2f2;
}

#center th {
    padding-top: 11px;
    padding-bottom: 11px;
	padding-left: 8px;
	padding-right: 8px;
    background-color: #595959;
    color: white;
}

td > a:hover {
    color: #FFF;
    background-color: #595959;
    cursor: pointer;
}

input.sub {
	color: #FFF;
    background-color: #595959;
    border: none;
	font-size: 16px;
	padding: 12px 28px;
	border-radius: 8px;
}

input.sub:hover {
	color: #595959;
    background-color: #FFF;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

p.link {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

p.link > a {
    color: #595959;
    text-decoration: none;   
}

p.required {
    background-color: lightpink;  
}

.link > a:hover {
    color: #595959;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 2px 2px #FFF;
}

div.footer {
    font-size: small;
    color: #FFF;
    text-shadow: 1px 1px #595959;
    position: relative;
    margin-top: -30px;
    width: 100%;
    height: 30px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.vertSelected {
    background-color: #2199e8;
}

.spine-matrix {
    background-color: #D8EFF3;
    text-align: center;
}

[type=checkIn]{
    display:block;
    margin: auto;
    box-sizing:border-box;
    width:260px;
    height:3.4375rem;
    padding:.5rem;
    border:1px solid #cacaca;
    font-family:inherit;
    font-size:2rem;
    color:#0a0a0a;
    text-align: center;
    background-color:#fefefe;
    box-shadow:inset 0 1px 2px hsla(0,0%,4%,.1);
    border-radius:0;
    transition:box-shadow .5s,border-color .25s ease-in-out;
    -webkit-appearance:none;
    -moz-appearance:none
}

.checkinSubmit{
    display:block;
    margin: auto;
    color: #FFF;
    background-color: #33629A;
    border: none;
    font-size: 40px;
    font-weight: bold;
    padding: 12px 40px;
    border-radius: 8px;
    -webkit-appearance:button;
    -moz-appearance:none
}

.text_center {text-align: center;}

table {
  border-collapse: collapse;
  width: auto;
  margin-bottom: 1rem;
  border-radius: 0; }
  table thead,
  table tbody,
  table tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }
  table caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold; }
  table thead {
    background: #f8f8f8;
    color: #0a0a0a; }
  table tfoot {
    background: #f1f1f1;
    color: #0a0a0a; }
  table thead tr,
  table tfoot tr {
    background: transparent; }
  table thead th,
  table thead td,
  table tfoot th,
  table tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }
  table tbody th,
  table tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }
  table tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f1f1f1; }
  table.unstriped tbody {
    background-color: #fefefe; }
    table.unstriped tbody tr {
      border-bottom: 0;
      border-bottom: 1px solid #f1f1f1;
      background-color: #fefefe; }