/*
 Simple Personal Bests Stylesheet.
 */
.type-club_member .featured-image {
  text-align: center; }
.type-club_member h1 {
  text-align: center; }

.simple-pbs-member table {
  width: 600px;
  margin: 0 auto; }
  .simple-pbs-member table thead tr th {
    padding: 5px; }
  .simple-pbs-member table thead tr th, .simple-pbs-member table tbody tr td {
    text-wrap: none; }

ul.simple-pbs-memberlist {
  columns: 4;
  -webkit-columns: 4;
  -moz-columns: 4;
  margin: 0; }
  ul.simple-pbs-memberlist li {
    list-style: none;
    margin: 0; }

.clubrecords table {
  width: 100%; }
  .clubrecords table tr > th {
    background: #ff6600;
    color: #fff;
    font-weight: bold; }
  .clubrecords table tr:first-child > th {
    font-size: 1.2em; }
  .clubrecords table tr > td, .clubrecords table tr > th {
    padding: .5em; }

/*# sourceMappingURL=simple-pbs.css.map */
