
body {
  width: 100%;
  height:100%;
}
h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  line-height: 24px;
  font-weight: bold;
}
table {
  font-size: 13px;
  border-color: #0070c3;
  border: 1px solid #0070c3;
  background: #0070c3;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border-radius:4px;
  border-collapse: separate;
}
table th:first-child td:first-child {
  -moz-border-radius-topleft:4px;
  -webkit-border-top-left-radius:4px;
  border-top-left-radius:4px;
}

table th:first-child td:last-child {
  -moz-border-radius-topright:4px;
  -webkit-border-top-right-radius:4px;
  border-top-right-radius:4px;
}

table tr:last-child td:first-child {
  -moz-border-radius-bottomleft:4px;
  -webkit-border-bottom-left-radius:4px;
  border-bottom-left-radius:4px;
}

table tr:last-child td:last-child {
  -moz-border-radius-bottomright:4px;
  -webkit-border-bottom-right-radius:4px;
  border-bottom-right-radius:4px;
}

th {
  color: #fff;
  padding: 0px 10px;
  border-width: 0px;
  text-align: left;
  line-height: 21px;
  vertical-align: top;
}
td {
  padding: 0px 10px;
  border-width: 0;
  white-space: nowrap;
  line-height: 18px;
  vertical-align: top;
}
.even {
  background-color: #D0E0F0;
}
.odd {
  background-color: #FFFFFF;
}

#container {
/*    width:100%;
    height:100%;
*/
display: table-cell;
}

#content {
    margin-left: 20px;
    margin-right: 20px;
    /*visibility: hidden;*/
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  margin-top: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}
