.bold {
  font-weight: bold; }

.marginTop {
  margin-top: 20px; }

.underLine {
  text-decoration: underline; }

.backgroundBlue {
  background-color: #1580C0; }

.backgroundGray {
  background-color: #F7F5F7; }

.tableRow1 {
  background-color: #F6F6F6; }

.tableRow2 {
  background-color: #E6E6E6; }

.buttons {
  background-color: #EAEAEA;
  color: #000000;
  border-color: #A9A9A9; }

#ot-sdk-btn {
  font-weight: bold;
  font-family: verdana, helvetica; }

.content {
  overflow-x: auto; }
