/* line 3, /app/app/assets/stylesheets/global/reserved.css.scss */
.hidden {
  display: none;
}

/* line 7, /app/app/assets/stylesheets/global/reserved.css.scss */
.overflow-hidden {
  overflow: hidden;
}

/* line 11, /app/app/assets/stylesheets/global/reserved.css.scss */
.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
}

/* line 41, /app/app/assets/stylesheets/import/_extra.scss */
.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}
/* line 53, /app/app/assets/stylesheets/import/_extra.scss */
.clearfix:after {
  clear: left;
}

/* line 19, /app/app/assets/stylesheets/global/reserved.css.scss */
.bold {
  font-weight: bold;
}

/* line 23, /app/app/assets/stylesheets/global/reserved.css.scss */
.normal-case {
  text-transform: none !important;
}

/* line 34, /app/app/assets/stylesheets/global/reserved.css.scss */
.nowrap {
  white-space: nowrap;
}

/* line 38, /app/app/assets/stylesheets/global/reserved.css.scss */
.wrap {
  white-space: normal;
}

/* line 42, /app/app/assets/stylesheets/global/reserved.css.scss */
.no-info {
  margin: 50px auto;
  font-size: 20px;
  line-height: 30px;
  color: #727272;
  text-align: center;
}
