/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.clear_fix {
  content: "";
  clear: both;
  font-size: 0;
  display: block;
  height: 0;
}
/* SPORTBOOK REVIEWS INDEX BAR */
.sportbook-review-index {
  display: block;
  clear: both;
  background: #EEE;
  padding: 0.5em;
  min-height: 1.5em;
}
.sportbook-index-item {
  list-style: none;
  float: left;
  margin-right: 2em;
}
.sportbook-index-item::after {
  content: "";
  clear: both;
  font-size: 0;
  display: block;
  height: 0;
}
.sportbook-index-item.disabled {
  color: #CCC;
}
.sportbook-index-item.enabled {
  text-decoration: underline;
}
.sportbook-index-item.active {
  font-weight: bold;
  text-decoration: none;
}
.sportbook-index-item.active a {
  color: #000;
}
#content-area .sportbook-index-item {
  margin: 0 1em 0 0;
  padding: 0;
}

/* SPORTBOOK REVIEWS LIST */
.sportbook-review-list {
	padding:2%;
}
.sportbook-review-item {
  border: 1px solid #CCC;
  list-style: none;
  padding:2%;
}
.sportbook-review-itemtype-free {
}
.sportbook-review-itemtype-standard {
}
.sportbook-review-itemtype-premium {
}
.sportbook-review-thumbnail {
  float: left;
  margin-right: 0.75em;
}
.sportbook-review-title {
  font-size: 100%;
  text-decoration:none;
  font-weight:bold;
}
.sportbook-review-title a {
	color:#000000;
}
.sportbook-review-itemtype-free .sportbook-review-title,
.sportbook-review-itemtype-standard .sportbook-review-title
{
  text-decoration: none;
}
.sportbook-review-excerpt {
  margin-top: 0.5em;
}
.sportbook-review-more {
}
.sportbook-review-more::after {
  content: "→";
}

#content-area .sportbook-review-item {
  margin: 0 0 1em 0;
  padding: 0.75em;
}

/* PAGINATOR */
.sportbook-reviews-paginator {
	max-width:100%;
	display:inline-flex;
	padding-left:2%;
}
.sportbook-paginator-item {
  list-style: none;
}
#content-area .sportbook-paginator-item {
  margin: 0 0.5em;
  padding: 0;
  display: inline;
}
#content-area .sportbook-reviews-paginator {
  margin: 0 auto;
  text-align: center;
}
