@charset "UTF-8";

.button_fix {
  width: 100%;
	height: 100%;
  line-height: 2.75em;
  text-align: center;
	font-size: 11pt;
}

.alert {
  padding: 5px 0 5px 0;
}

.info_header {
	width: 100%;
  text-align: center;
  background: #20b000;
  color: white;
}

.error_header {
	width: 100%;
  text-align: center;
  background: #C26F67;
  color: white;
}

.admin_totals_padding {
  margin-right: 25px;
}

.green {
  color: DarkGreen;
  font-weight: bold;
}

.yellow {
  color: GoldenRod;
  font-weight: bold;
}

.link {
  text-decoration: underline;
  font-weight: bold;
}
