th {
  text-align: left;
  font-weight: bold;  
}
.request-button  {
  border-color: #cba957 #bf942a #aa8326;
  background: linear-gradient(to bottom, #f7dfa5, #f0c14b) repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-width: 1px;
  border-radius: 3px;
  border-style: solid;
  margin-bottom: .5em;
  margin-top: .5em;
  display: inline-block;
  padding: 1px 3px 2px 3px;
  line-height: auto;
}

div.request-button-large {
  font-size: 19.5px;
}

div.request-button a:hover,
div.request-button input:hover {
  background: linear-gradient(to bottom, #f7e9c6, #f0cf7a) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

div.request-button a:active,
div.request-button input:active {
  background: linear-gradient(to bottom, #f0cf7a, #f7e9c6) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

div.request-button a,
#action-icons div.request-button a {
  display: inline-block;
  color: black;
  text-align: center;
  padding: .25em .5em .25em .5em;
}

div.request-button input {
  background-color: transparent;
  border: none;
  color: black;
  cursor: pointer;
  padding: .25em .5em .25em .5em;
}

div.request-button-non-default {
  background-color: #a0a0a0;
  background: none;
  margin-right: 4em;
}
.checkbox-grid li {
    display: block;
    float: left;
    width: 13%;
}
