@charset "UTF-8";
/*!
 * Football Pool WordPress plugin
 *
 * @copyright Copyright (c) 2012-2021 Antoine Hurkmans
 * @link https://wordpress.org/plugins/football-pool/
 * @license https://plugins.svn.wordpress.org/football-pool/trunk/LICENSE
 */
/* some vars */
/* the partials */
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.ttf?ww3f09") format("truetype"), url("fonts/icomoon.woff?ww3f09") format("woff"), url("fonts/icomoon.svg?ww3f09#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
[class^="fp-icon-"], [class*=" fp-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fp-icon-search:before {
  content: ""; }

.fp-icon-star:before {
  content: ""; }

.fp-icon-star-o:before {
  content: ""; }

.fp-icon-check:before {
  content: ""; }

.fp-icon-close:before {
  content: ""; }

.fp-icon-remove:before {
  content: ""; }

.fp-icon-times:before {
  content: ""; }

.fp-icon-cog:before {
  content: ""; }

.fp-icon-gear:before {
  content: ""; }

.fp-icon-trash-o:before {
  content: ""; }

.fp-icon-clock-o:before {
  content: ""; }

.fp-icon-refresh:before {
  content: ""; }

.fp-icon-edit:before {
  content: ""; }

.fp-icon-pencil-square-o:before {
  content: ""; }

.fp-icon-share-square-o:before {
  content: ""; }

.fp-icon-plus-circle:before {
  content: ""; }

.fp-icon-minus-circle:before {
  content: ""; }

.fp-icon-times-circle:before {
  content: ""; }

.fp-icon-check-circle:before {
  content: ""; }

.fp-icon-question-circle:before {
  content: ""; }

.fp-icon-info-circle:before {
  content: ""; }

.fp-icon-times-circle-o:before {
  content: ""; }

.fp-icon-check-circle-o:before {
  content: ""; }

.fp-icon-ban:before {
  content: ""; }

.fp-icon-arrow-left:before {
  content: ""; }

.fp-icon-arrow-right:before {
  content: ""; }

.fp-icon-arrow-up:before {
  content: ""; }

.fp-icon-arrow-down:before {
  content: ""; }

.fp-icon-calendar:before {
  content: ""; }

.fp-icon-bar-chart:before {
  content: ""; }

.fp-icon-bar-chart-o:before {
  content: ""; }

.fp-icon-sign-out:before {
  content: ""; }

.fp-icon-external-link:before {
  content: ""; }

.fp-icon-trophy:before {
  content: ""; }

.fp-icon-group:before {
  content: ""; }

.fp-icon-users:before {
  content: ""; }

.fp-icon-bars:before {
  content: ""; }

.fp-icon-navicon:before {
  content: ""; }

.fp-icon-reorder:before {
  content: ""; }

.fp-icon-coffee:before {
  content: ""; }

.fp-icon-spinner:before {
  content: ""; }

.fp-icon-star-half-empty:before {
  content: ""; }

.fp-icon-star-half-full:before {
  content: ""; }

.fp-icon-star-half-o:before {
  content: ""; }

.fp-icon-ticket:before {
  content: ""; }

.fp-icon-futbol-o:before {
  content: ""; }

.fp-icon-soccer-ball-o:before {
  content: ""; }

.fp-icon-pie-chart:before {
  content: ""; }

.fp-icon-line-chart:before {
  content: ""; }

.fp-icon-toggle-off:before {
  content: ""; }

.fp-icon-toggle-on:before {
  content: ""; }

.fp-icon-user-plus:before {
  content: ""; }

.fp-icon-user-times:before {
  content: ""; }

/* new flex layout */
.matchinfo.new-layout {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  /* jokers */
  	/*
  	.fp-joker.saving {
  		background-image: url(images/joker-active-ajax-loader.gif);
  	}
  
  	.fp-nojoker.saving {
  		background-image: url(images/joker-inactive-ajax-loader.gif);
  	}
  	*/ }
  .matchinfo.new-layout div {
    padding: 5px;
    /*margin: 0 0 2px 0;*/
    /*border: 1px solid tomato;*/ }
  .matchinfo.new-layout .match-card {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex-grow: 1;
    width: calc(50% - 4px);
    margin-right: 4px;
    justify-content: center;
    background-color: #f8f8f8; }
  .matchinfo.new-layout .linked-question {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  .matchinfo.new-layout .linked-question p.bonus {
    background-color: inherit; }
  .matchinfo.new-layout .match-card-footer, .matchinfo.new-layout .match-card-header, .matchinfo.new-layout .matchtype {
    width: 100%; }
  .matchinfo.new-layout .match-card, .matchinfo.new-layout .linked-question {
    margin-bottom: 20px; }
  .matchinfo.new-layout .match-card-header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 75%;
    /*background-color: #f0f0f0;*/ }
    .matchinfo.new-layout .match-card-header span {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      justify-content: space-between; }
    .matchinfo.new-layout .match-card-header .time {
      text-align: right; }
  .matchinfo.new-layout .match-card-footer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /*background-color: #f0f0f0;*/ }
    .matchinfo.new-layout .match-card-footer div {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      justify-content: flex-end;
      text-align: left;
      align-items: stretch;
      height: 40px;
      line-height: 40px;
      vertical-align: middle;
      /*border: 1px solid tomato;*/ }
    .matchinfo.new-layout .match-card-footer .fp-icon {
      text-align: center; }
      .matchinfo.new-layout .match-card-footer .fp-icon a {
        -webkit-box-shadow: none;
        box-shadow: none; }
        .matchinfo.new-layout .match-card-footer .fp-icon a img {
          -webkit-box-shadow: none;
          box-shadow: none;
          max-height: 40px; }
    .matchinfo.new-layout .match-card-footer .user-score {
      -webkit-box-flex: 3;
      -moz-box-flex: 3;
      -webkit-flex: 3;
      -ms-flex: 3;
      flex: 3;
      font-size: 75%; }
  .matchinfo.new-layout .matchtype {
    color: #fff;
    background-color: #000;
    font-weight: bolder;
    margin-bottom: 5px; }
  .matchinfo.new-layout .flag, .matchinfo.new-layout .home, .matchinfo.new-layout .away, .matchinfo.new-layout .score {
    width: 50%;
    text-align: center;
    vertical-align: middle; }
  .matchinfo.new-layout div.flag:before {
    vertical-align: middle;
    content: " ";
    display: inline-block;
    height: 100%;
    width: 0; }
  .matchinfo.new-layout div.home, .matchinfo.new-layout div.away {
    font-weight: bolder; }
  .matchinfo.new-layout .score {
    font-size: 160%; }
    .matchinfo.new-layout .score input.prediction {
      text-align: center;
      font-size: 120%;
      padding: 2px; }
    .matchinfo.new-layout .score span.actual-score {
      font-size: 75%; }
      .matchinfo.new-layout .score span.actual-score:before {
        content: "("; }
      .matchinfo.new-layout .score span.actual-score:after {
        content: ")"; }
  .matchinfo.new-layout .fp-joker, .matchinfo.new-layout .fp-nojoker {
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    width: 36px;
    height: 36px; }
  .matchinfo.new-layout .fp-joker {
    background-image: url(images/joker-active.png); }
  .matchinfo.new-layout .fp-nojoker {
    background-image: url(images/joker-inactive.png); }
  .matchinfo.new-layout .fp-joker.saving, .matchinfo.new-layout .fp-nojoker.saving {
    background-image: url(images/joker-ajax-loader.gif);
    background-size: 36px 36px; }
  .matchinfo.new-layout .closed .fp-joker, .matchinfo.new-layout .closed .fp-nojoker, .matchinfo.new-layout .fp-joker.readonly, .matchinfo.new-layout .fp-nojoker.readonly {
    cursor: default; }

table.matchinfo.new-layout {
  display: table; }
  table.matchinfo.new-layout td, table.matchinfo.new-layout th {
    padding: .2em .5em; }
  table.matchinfo.new-layout .flag, table.matchinfo.new-layout .home, table.matchinfo.new-layout .away, table.matchinfo.new-layout .score {
    width: auto;
    text-align: left; }
  table.matchinfo.new-layout .score {
    font-size: 100%; }

/* classic layout */
table.matchinfo {
 /* border-spacing: 0 .25rem;*/
  border-collapse: separate;
  border: none;
  width: 100%;
  max-width: 700px; }
  table.matchinfo td a {
    text-decoration: none; }
  table.matchinfo td a:hover {
    text-decoration: underline; }
  table.matchinfo td {
    padding: 0 .2rem .1rem 0;
    border: none;
    font-size: 1.5rem; }
  table.matchinfo .matchdate {
    color: #fff;
    background-color: #001333 !important;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.8rem;
    vertical-align: middle; }
  table.matchinfo td.flag {
    text-align: center; }
  table.matchinfo td.time {
    text-align: left;
    font-size: 1.2rem;
    padding-left: 1rem; }
  table.matchinfo td.home {
    text-align: right;
    padding-right: .5rem; }
  table.matchinfo td.away {
    text-align: left;
    padding-left: .5rem; }
  table.matchinfo td.score {
    text-align: center;
    font-weight: bold;
    padding: 0 .5rem; }
  table.matchinfo td.user-score {
    padding: 0 .5rem;
    min-width: 2.5rem; }
  table.matchinfo .fp-joker {
    background-image: url(images/ball_over.jpg);
    background-repeat: no-repeat;
    cursor: pointer;
    min-width: 30px;
    min-height: 20px;
    display: inline-block; }
  table.matchinfo .fp-nojoker {
    background-image: url(images/ball.jpg);
    background-repeat: no-repeat;
    cursor: pointer;
    min-width: 30px;
    min-height: 20px;
    display: inline-block; }
  table.matchinfo .fp-joker.joker-ajax-loader, table.matchinfo .fp-nojoker.joker-ajax-loader {
    background-image: url(images/joker-ajax-loader.gif);
    background-size: 20px 20px; }
  table.matchinfo .closed .fp-joker, table.matchinfo .matchinfo .closed .fp-nojoker, table.matchinfo .fp-joker.readonly, table.matchinfo .matchinfo .fp-nojoker.readonly {
    cursor: default; }
  table.matchinfo td.matchstats {
    text-align: right;
    vertical-align: middle; }
    table.matchinfo td.matchstats a {
      -webkit-box-shadow: none;
      box-shadow: none;
      text-decoration: none; }
      table.matchinfo td.matchstats a img {
        min-width: 36px;
        max-height: 40px;
        -webkit-box-shadow: none;
        box-shadow: none; }
  table.matchinfo th {
    color: #fff;
    background-color: #000;
    font-weight: bold;
    font-size: .8rem;
    line-height: 1.8rem;
    vertical-align: middle; }
  table.matchinfo th.username {
    max-width: 200px; }
  table.matchinfo tr.linked-question td {
    padding: 5px 0 5px; }
    table.matchinfo tr.linked-question td div {
      border: none; }
  table.matchinfo td.match-hyphen {
    text-align: center; }

table.prediction-table-questions a, .match-table a {
  text-decoration: none; }

table.prediction-table-questions a:hover, .match-table a:hover {
  text-decoration: underline; }

@media (max-width: 767px) {
  /* match and prediction table */
  table.matchinfo {
    border-spacing: 0 20px;
    border-collapse: separate;
    max-width: 90%; }
    table.matchinfo td.home, table.matchinfo td.away {
      font-size: 125%;
      padding: 0 2px; }
    table.matchinfo td.time, table.matchinfo td.flag {
      display: none; }
    table.matchinfo td.matchtype {
      font-size: 25px; }

  div.matchinfo.new-layout .match-card {
    width: 100%; }
  div.matchinfo.new-layout .matchtype {
    font-size: 140%; }
  div.matchinfo.new-layout div.home, div.matchinfo.new-layout div.away {
    font-size: 125%; } }
div.bonus {
  /*border-bottom: 1px solid #000;*/
  background-color: #f9f9f9;
  margin-bottom: 2em; }
  div.bonus ul.multi-select {
    list-style: none;
    margin: 0;
    padding: 0; }
  div.bonus p, div.bonus li {
    clear: both; }
  div.bonus p.answer {
    margin: 0;
    padding: 0; }
  div.bonus ul.multi-select {
    /* handle the multi-select option with user input */ }
    div.bonus ul.multi-select label {
      margin-bottom: 10px; }
    div.bonus ul.multi-select input[type=radio], div.bonus ul.multi-select input[type=checkbox] {
      float: left; }
    div.bonus ul.multi-select label + span {
      float: left; }
  div.bonus a img {
    -webkit-box-shadow: none;
    box-shadow: none; }
  div.bonus p {
    font-weight: bolder; }
  div.bonus .answer {
    padding: .5em;
    margin: 0 0 2px; }
  div.bonus .points, div.bonus .answer, div.bonus .closing-time {
    font-weight: normal; }
  div.bonus .bonus-card-footer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    vertical-align: top;
    padding: 0; }
    div.bonus .bonus-card-footer div {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      flex-flow: row;
      justify-content: space-between;
      flex-grow: 4;
      margin-right: 1em; }
    div.bonus .bonus-card-footer div:last-child {
      margin-right: 0; }
    div.bonus .bonus-card-footer * {
      vertical-align: top;
      /*border: 1px solid tomato;*/ }
    div.bonus .bonus-card-footer .question-stats-link {
      text-align: right;
      flex-basis: content;
      flex-grow: 1; }
      div.bonus .bonus-card-footer .question-stats-link a {
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-left: 1rem; }
        div.bonus .bonus-card-footer .question-stats-link a img {
          -webkit-box-shadow: none;
          box-shadow: none;
          max-height: 40px; }
    div.bonus .bonus-card-footer .points, div.bonus .bonus-card-footer .closing-time {
      color: #aaa;
      font-size: 75%; }
    div.bonus .bonus-card-footer .points {
      text-align: right; }
      div.bonus .bonus-card-footer .points a {
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-left: 1rem; }
        div.bonus .bonus-card-footer .points a img {
          -webkit-box-shadow: none;
          box-shadow: none; }

div.bonus.open .bonus-ajax-loader {
  padding: 0;
  margin: 0;
  /* add some room for the predictions-ajax-loader.png */
  min-height: 24px;
  max-height: 24px; }

div.bonus, p.bonus, input.bonus {
  width: 100%; }

div.bonus.userview {
  margin-top: 1em;
  padding-bottom: .5em; }
  div.bonus.userview span {
    color: #000; }
  div.bonus.userview p.question {
    font-weight: bolder; }

p.bonus.image {
  background: none; }

.bonus span.reminder {
  color: #ccc;
  font-weight: bolder; }

span.extra {
  font-size: 80%;
  color: #666; }

/*
p.bonus .no-answer:after {
	content: '...';
	font-weight: normal;
}
*/
/* example 4 column layout for question with ID 1
#q1 ul.multi-select li { float: left; width: 25%; }
*/
.fp-prediction-form input.prediction {
  width: 3em;
  text-align: right; }
  .fp-prediction-form input.prediction:focus {
    outline: none; }

.fp-form {
  /*
  .multi-select.dropdown select.saving,
  input[type="radio"].saving + label,
  input[type="checkbox"].saving + label,
  input[type="text"].bonus.saving,
  textarea.bonus.saving,
  */
  /* add transparent border to prevent the 'flickering' */ }
  .fp-form .bonus.saving .bonus-ajax-loader:after, .fp-form .match-card.saving .user-score:after {
    content: url(images/predictions-ajax-loader.png); }
  .fp-form input.prediction.saving,
  .fp-form div.bonus.saving {
    background-color: #fefcf6;
    border: 2px dashed #fecd37;
    color: #fecd37; }
    .fp-form input.prediction.saving:focus,
    .fp-form div.bonus.saving:focus {
      outline: none; }
  .fp-form div.bonus {
    border: 2px solid transparent; }

/* end saving animations */
div.buttonblock {
  margin: 1em 0 3em; }

@media (max-width: 767px) {
  /* bonus question footer */
  div.bonus div.bonus-card-footer {
    display: block; }
    div.bonus div.bonus-card-footer div, div.bonus div.bonus-card-footer .bonus div.closing-time, div.bonus div.bonus-card-footer .bonus div.points {
      display: block;
      padding: 0;
      text-align: inherit; }
    div.bonus div.bonus-card-footer img.pie-chart-icon {
      max-height: 40px; } }
/* group ranking */
div.ranking {
  border: 1px solid #ccc;
  padding: .25em;
  margin: 0 2em 2em 0;
  width: 100%;
  max-width: 300px;
  float: left;
}
  div.ranking h2 {
    margin: .1em 0;
    padding: 0; }

table.ranking {
  border: none;
  border-collapse: collapse;
  width: 100%; }
  table.ranking th {
    text-align: center;
    font-weight: normal;
    font-style: italic;
    border-bottom: 1px solid #000; }
  table.ranking td {
    padding: .1em .5em; }

.group-ranking th.wins, .group-ranking td.wins, .group-ranking th.draws, .group-ranking td.draws, .group-ranking th.losses, .group-ranking td.losses {
  background-color: #ddd; }
.group-ranking th.plays, .group-ranking td.plays, .group-ranking th.points, .group-ranking td.points {
  background-color: #ccc; }
.group-ranking th.team, .group-ranking td.team, .group-ranking th.goals, .group-ranking td.goals {
  background-color: #e1dfdf; }
.group-ranking td.goals, .group-ranking th.goals {
  font-size: .6em;
  padding: .1em .2em; }
.group-ranking th.team, .group-ranking th.points, .group-ranking td.points, .group-ranking th.plays, .group-ranking td.plays {
  font-weight: bolder; }
.group-ranking td.team, .group-ranking th.team {
  width: 45%; }

table.ranking td {
  font-size: 80%; }
table.ranking td.plays, table.ranking td.points {
  font-size: 90%; }

/* group ranking in a widget */
li.widget div.football-pool-widget div.ranking {
  float: none;
  border: none;
  width: auto;
  padding-left: .5em; }
  li.widget div.football-pool-widget div.ranking h2 {
    display: none; }
  li.widget div.football-pool-widget div.ranking th {
    font-size: 80%; }

/* group ranking as shortcode */
div.entry div.ranking.shortcode {
  float: none; }

table.pool-ranking {
  border-collapse: collapse; }
  table.pool-ranking td {
    padding-left: .5em; }
  table.pool-ranking tr.currentuser {
    background-color: #e1dfdf; }
  table.pool-ranking td.user-rank {
    text-align: right;
    width: 3em; }

#rankingsbox table.pool-ranking tr.currentuser {
  background-color: transparent; }

table.pool-ranking tr.currentuser td,
table.pool-ranking tr.currentuser td a,
table.pool-ranking tr.currentuser td a:visited {
  color: #000;
  font-weight: bolder; }

table.pool-ranking td.score {
  text-align: right;
  padding-right: 1em; }

table.pool-ranking {
  font-size: 100%; }

table.pool-ranking.ranking-widget {
  font-size: 75%; }

table.pool-ranking.ranking-page {
  width: 100%;
  max-width: 500px; }

table.ranking-shortcode {
  width: 100%;
  max-width: 300px; }

/* avatars */
.pool-ranking .avatar {
  padding: 0 .5em 0 0;
  vertical-align: middle; }

#sidebar .widget div.football-pool-widget .pool-ranking .avatar,
.widget div.football-pool-widget .pool-ranking .avatar {
  padding: 0 .5em 0 0;
  vertical-align: middle; }

td.num-predictions, td.ranking.score {
  text-align: right; }

/* div.chart { border: 1px solid #000; } */
.charts-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly; }
  .charts-container .chart-wrapper {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    flex-basis: 48%; }

.chart {
  margin-bottom: 2rem; }

/*
.chart.right { float: right; padding-left: 10px; }
.chart.left { float: left; padding-right: 20px; }
.chart.stats-pie { float: left; margin-right: 20px; }
*/
.widget div.football-pool-widget {
  padding: 0;
  margin: 0; }
  .widget div.football-pool-widget form {
    margin: 0;
    padding: 0; }
  .widget div.football-pool-widget label, .widget div.football-pool-widget p {
    font-size: 80%; }
  .widget div.football-pool-widget h3 {
    width: auto;
    margin: 0 0 .25em;
    padding: 0 .5em;
    color: #fff;
    background-color: #ccc;
    font-weight: bold;
    font-size: .8em;
    line-height: 1.8em;
    vertical-align: middle; }
    .widget div.football-pool-widget h3 a, .widget div.football-pool-widget h3 a:link, .widget div.football-pool-widget h3 a:visited, .widget div.football-pool-widget h3 a:hover, .widget div.football-pool-widget h3 a:active {
      color: #fff; }
  .widget div.football-pool-widget div {
    padding: 0 0 .25em; }
  .widget div.football-pool-widget p, .widget div.football-pool-widget div div {
    padding: 0 .5em; }
  .widget div.football-pool-widget input.text, .widget div.football-pool-widget input.textarea {
    width: 80%; }

#sidebar ul .widget_footballpoolnextpredictionwidget p a {
  display: inline; }

table.gamesbox td {
  padding: 1px 2px;
  font-size: 75%; }

table.gamesbox td.score {
  white-space: nowrap; }

.widget_footballpoollastgameswidget div.football-pool-widget p,
.widget_footballpool-rankingwidget div.football-pool-widget p {
  padding: 2px 3px;
  margin: 0;
  font-size: 75%; }

div.football-pool-widget .widget.button {
  border: 1px solid #e1dfdf;
  padding: 2px 10px;
  margin: 0 5px;
  float: right;
  text-decoration: none;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #ccc; }
div.football-pool-widget .widget.button:hover {
  background-color: #e1dfdf;
  color: #ccc; }

.widget_footballpoolshoutboxwidget div.wrapper {
  height: 240px;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: scroll;
  margin: 0 0 1em 0; }
.widget_footballpoolshoutboxwidget textarea {
  width: 100%; }
.widget_footballpoolshoutboxwidget a.name {
  font-weight: bolder; }
.widget_footballpoolshoutboxwidget span.date {
  font-size: 70%;
  float: right; }
.widget_footballpoolshoutboxwidget span.notice {
  font-size: 75%; }
.widget_footballpoolshoutboxwidget p {
  font-size: 80%;
  margin: 0; }
.widget_footballpoolshoutboxwidget hr {
  margin: 3px 3px 5px;
  border: none 0;
  border-top: 1px dashed #ccc;
  /*the border*/
  height: 1px;
  /*whatever the total width of the border-top and border-bottom equal*/ }

.widget_footballpoolnextpredictionwidget div.football-pool-widget p {
  margin-bottom: 5px; }

ul li.widget_footballpoolnextpredictionwidget div.football-pool-widget a {
  display: inline; }

.widget div.football-pool-widget div.ranking {
  padding: 0 .5em;
  margin: 0; }

@media (max-width: 767px) {
  /* widgets */
  .widget div.football-pool-widget table.pool-ranking.ranking-widget {
    font-size: 100%; }
  .widget div.football-pool-widget p, .widget div.football-pool-widget td {
    font-size: 120%; }
  .widget div.football-pool-widget .wrapper.fp-shoutbox p {
    font-size: 130%; }
  .widget div.football-pool-widget .wrapper.next-prediction-countdown {
    font-size: 130%; }
  .widget div.football-pool-widget span.notice {
    font-size: 100%; } }
img.team-photo.thumb {
  max-width: 150px;
  border: 0;
  cursor: pointer; }

img.stadium-photo.thumb.stadium-list,
img.team-photo.thumb.team-list {
  	margin: 0 10px 0 0;
	display: block;
}

img.team-photo {
  max-width: 301px;
  border: 0;
  cursor: pointer; }

img.stadium-photo {
  border: 0; }

img.stadium-photo.thumb {
  max-width: 240px;
  border: 0;
}

.team-list {
	margin-top: 20px !important;
}
  


.team-list, .stadium-list {
  margin: 0;
  padding: 0; }

.team-list div, .stadium-list div {
  	clear: both;
	display: inline-block;
	margin: 3em;
    margin-bottom: 2rem;
}
    .team-list div h2, .team-list div p, .stadium-list div h2, .stadium-list div p {
      padding: 0;
      margin: 0;
      clear: none;
      vertical-align: top; }
    .team-list div img.stadium-photo.stadium-list, .stadium-list div img.stadium-photo.stadium-list {
      vertical-align: top;
     /* float: left;*/
}

table.team.info {
  margin-top: 10px;
  border: none; }
  table.team.info tr {
    border: none; }
    table.team.info tr td, table.team.info tr th {
      border: none;
      vertical-align: top;
      text-align: left; }
    table.team.info tr th {
      padding: 0 2em 1em 0;
      border: none; }
    table.team.info tr td {
     /* padding: 0 0 1em 0;*/
}

table.statistics {
  width: 100%;
  max-width: 500px; }
  table.statistics th {
    color: #fff;
    background-color: #000;
    font-weight: bold;
    font-size: .8em;
    line-height: 1.8em;
    vertical-align: middle; }
  table.statistics td {
    border-bottom: 1px solid #ccc; }
  table.statistics td.result {
    text-align: center; }

div.statistics {
  float: right; }

a.statistics {
  background-image: url(images/stats.png);
  display: block;
  width: 62px;
  height: 62px;
  text-indent: -2000px; }

a.statistics:hover {
  background-position: 0 62px; }

span.charts-settings-switch {
  float: right;
  cursor: pointer;
  /*
  font-size: 80%;
  */ }

span.charts-settings-text:before {
  content: "settings";
  font-size: 75%; }

/* userselector */
#fp-charts-settings {
  display: none; }

.user-selector ol {
  margin: 0;
  padding: 0;
  display: block;
  overflow: auto;
  width: 100%;
  height: 150px;
  border: none;
  list-style: none; }
  .user-selector ol li.selected {
    background-color: #e1dfdf; }

table.prediction-table-questions td, table.prediction-table-questions th {
  padding: .2em .5em; }
table.prediction-table-questions td .correct {
  color: #12c312; }
table.prediction-table-questions td .wrong {
  color: #ff2133; }
table.prediction-table-questions span.points-awarded {
  display: none; }

.prediction-table-questions.statistics {
  width: 390px; }

@media (min-width: 768px) {
  .pie-chart.stats-page {
    max-width: 50%; } }
.shortcode {
  /* todo: at some point remove the fp-scores reference */ }
  .shortcode .countdown-shortcode.block {
    text-align: center;
    width: 80%; }
  .shortcode .fp-scores .not-a-valid-prediction span,
  .shortcode .fp-match-scores .not-a-valid-prediction span {
    display: none; }
  .shortcode .fp-scores .score.both span.user-score,
  .shortcode .fp-match-scores .score.both span.user-score {
    vertical-align: super;
    font-size: 80%; }
  .shortcode .fp-question-scores .question .question-id {
    display: none; }
  .shortcode .fp-question-scores .question .question-nr:before {
    content: "Q "; }
  .shortcode .fp-question-scores tr.question-text {
    display: none; }

#fp-toasts {
  min-height: 0;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 400px; }
  #fp-toasts .toast {
    background: #d6d8d9;
    border-radius: 3px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.6);
    cursor: default;
    margin-bottom: 20px;
    opacity: 0;
    position: relative;
    padding: 10px;
    transform: translateY(15%);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    width: 100%;
    will-change: opacity, transform;
    z-index: 1100; }
  #fp-toasts .toast.success {
    background: #26d68a; }
  #fp-toasts .toast.warning {
    background: #ffa533; }
  #fp-toasts .toast.info {
    background: #e5f5fa; }
  #fp-toasts .toast.error {
    background: #f44336; }
  #fp-toasts .toast.show {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out; }
  #fp-toasts .toast.hide {
    height: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0 30px;
    transition: all 0.5s ease-in-out; }
  #fp-toasts .toast .close {
    cursor: pointer;
    font-size: 24px;
    height: 16px;
    margin-top: -10px;
    position: absolute;
    right: 14px;
    top: 50%;
    width: 16px; }

/* generic styles */
td.numeric {
  text-align: right; }

span.username {
  color: black;
  font-weight: bolder; }

.nopointer {
  cursor: default !important; }

label {
  cursor: pointer; }

.fp-notice.updated, .fp-notice.error {
  display: inherit;
  text-align: center;
  line-height: inherit;
  overflow: hidden;
  padding: 10px; }

.fp-notice.updated {
  background: #e5f5fa;
  -webkit-box-shadow: 0 0 5px #00a0d2;
  -moz-box-shadow: 0 0 5px #00a0d2;
  box-shadow: 0 0 5px #00a0d2; }

.fp-notice.error {
  background: #ffbfbf;
  -webkit-box-shadow: 0 0 5px #f44336;
  -moz-box-shadow: 0 0 5px #f44336;
  box-shadow: 0 0 5px #f44336; }

.ranking-select-wrapper {
  margin-bottom: 1em;
  clear: both; }

.ranking-select-block {
  margin-bottom: 1em; }

/* media queries */
/* mobile */
/* tablet */
/* desktop */
/* everything but mobile portrait */
