body {
  padding: 0px;
  margin: 0px;
  font-family: Arial, Helvetica, sans-serif; }

* {
  box-sizing: border-box; }

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.font-bold {
  font-weight: bold; }

.error {
  background-color: #d9534f;
  width: 100%;
  padding: 10px;
  text-align: center;
  color: white; }

/*# sourceMappingURL=app.bc6d1276948ff8579d67.css.map*/