﻿body {
  margin: 0;
  padding: 0;
  background-color: white;
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  min-width: 300px;
  overflow: hidden;
}
table {
  border-collapse: collapse;
}
label {
  font-weight: 600;
}
/* Bootstrap primary color */
/* Bootstrap default color */
#btnSubmit {
  display: none;
}
#tblInfo th {
  font-weight: normal;
  padding: 2px 0;
  vertical-align: top;
  text-align: right;
}
#tblInfo td {
  padding: 2px 10px;
  vertical-align: top;
}
#tblInfo td.ack span {
  position: relative;
  top: -2px;
}
#tblInfo .ack-yes,
#tblInfo .ack-no {
  border-radius: 3px;
  color: white;
  display: inline-block;
  padding: 2px 5px;
}
#tblInfo .ack-yes {
  background-color: #337ab7;
}
#tblInfo .ack-no {
  background-color: #777;
}