.example-btn {
      font-size: 14px;
      padding: 0px 0px;
      background-color: rgb(0,0,0,0);
      border: none;
      border-radius: 4px;
      color: #0060E5;
      cursor: pointer;
}
input.form-control, select.form-control, textarea.form-control {
  font-size: 11px;
  height: 28px;
  padding: 2px 6px;
}
caption {
  caption-side: top;
  color: black;
  font-size: 14px;
  text-align: center;
}
.small-font-table table {
  font-size: 11px;
}