/**************************
Compass Text Replacement
*/
/**************************
Inline List
*/
/**************************
Inline Block List
*/
/**************************
horizontal-list
*/
/**************************
Bullets
*/
/* simple clearfix */
/**************************
@mixin for sprite
*/
@media screen and (min-width: 768px), print {
  .table_set .table {
    width: 560px;
  }
  .table_set .table th {
    max-width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .table_set .table {
    width: 100%;
  }
}

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