/*
Theme Name: Twenty Twelve Child
Theme URI: http://wordpress.org/themes/twentytwelve
Description: Twenty Twelve Child Theme
Author: Ned Bair
Template: twentytwelve
Version: 1.0.0
Text Domain: twentytwelve-child
*/

:root {
--h: 400px;
}

table.outtable {
  border-collapse: separate;
  border-spacing: 0;
  display: block;
  overflow: scroll;
  max-height: var(--h);
}

.outtable thead th {
  font-size: 10px;
  font-family: Arial;
  text-transform: none;
  position: sticky;
  top: 0;
}

.outtable th {
background: rgba(240, 240, 240, 1);
}

.outtable th, .outtable td {
  border: thin solid black;
  padding: 5px;
  line-height: 1;
}

.outtable td {
  font-size: 12px;
}

.outtable tbody tr:nth-of-type(odd) {
  background-color: rgb(200,200,200);
}

.error{
  padding: 5px 9px;
  border: 1px solid red;
  color: red;
  border-radius: 3px;
}

.success{
  padding: 5px 9px;
  border: 1px solid green;
  color: green;
  border-radius: 3px;
}

.form span{
  color: red;
}

.main-navigation li ul li a {
    line-height: 1;
}

.footer{
     text-align: left;
}
