.big_button {
  min-width: 230px;
  height: 70px;
  font-family: var(--theme-fonts);
  font-size: 16px;
  cursor: pointer; }

.wide_button {
  min-width: 230px;
  padding: 0 15px;
  height: 40px;
  font-family: var(--theme-fonts);
  font-size: 16px;
  cursor: pointer; }

.small_button {
  height: 30px;
  padding: 0 15px;
  font-family: var(--theme-fonts);
  font-size: 14px;
  cursor: pointer; }

.big_gray_text {
  color: gray;
  font-size: 26px;
  font-family: var(--theme-fonts); }

.medium_gray_text {
  /* color:#484848; /* Dark Gray */
  color: gray;
  font-size: 20px;
  font-family: var(--theme-fonts); }

table.medium_gray_text td {
  padding: 15px 0 0 30px; }

/*# sourceMappingURL=bpg_common.css.map */
