/**
 * @file
 * EBU Styling
 */
/*
 * Styles specific to the EBU stuff that doesn't seem to go anywhere else
 *
 */
/* line 14, ../sass/ebu.scss */
div.view-other-news {
  margin: 5px 0px;
}
/* line 16, ../sass/ebu.scss */
div.view-other-news .views-row-odd {
  width: 48%;
  display: inline-block;
}
/* line 20, ../sass/ebu.scss */
div.view-other-news .views-row-even {
  width: 48%;
  display: inline-block;
  float: right;
}
/* line 25, ../sass/ebu.scss */
div.view-other-news a:before {
  content: '\002022';
}
/* line 30, ../sass/ebu.scss */
div.view-other-news .view-header p {
  margin-bottom: 9px;
  margin-top: 4px;
  font-size: 1.5em;
  font-weight: bold;
  font-family: "Noticia Text", Times, Georgia, serif;
  color: #0048ff;
}

/* line 41, ../sass/ebu.scss */
div#portal-group2 {
  text-align: center;
  background-color: #ddd;
  display: table;
  float: right;
}
/* line 47, ../sass/ebu.scss */
div#portal-group2 a#lande-portal,
div#portal-group2 a#education-portal,
div#portal-group2 a#international-portal,
div#portal-group2 a#clubs-portal,
div#portal-group2 a#youth-portal {
  margin: 0 5px;
  font-size: 80%;
  font-style: italic;
}

/* line 58, ../sass/ebu.scss */
div#portal-group3 {
  display: inline-block;
  font-style: italic;
  background-color: #fff;
  background-image: url("/images/house_64.png");
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #ddd;
  padding: 3px 15px;
  text-align: center;
}
/* line 68, ../sass/ebu.scss */
div#portal-group3 a {
  font-size: 90%;
}

/* line 73, ../sass/ebu.scss */
div#social-buttons {
  text-align: center;
}
/* line 75, ../sass/ebu.scss */
div#social-buttons img {
  margin: 2px;
}

/* line 80, ../sass/ebu.scss */
table.biography {
  /*  tr td:nth-child(even) {
      background-color: #e0e0d5;
    }*/
}
/* line 81, ../sass/ebu.scss */
table.biography tr td {
  text-align: center;
  vertical-align: top;
  padding: 0px 2px;
}
/* line 85, ../sass/ebu.scss */
table.biography tr td img {
  border: 1px solid #aaa;
}
/* line 88, ../sass/ebu.scss */
table.biography tr td span.years {
  font-size: 80%;
}

/* line 99, ../sass/ebu.scss */
div#wc-results table {
  margin: 0 auto;
  width: 80%;
}
/* line 103, ../sass/ebu.scss */
div#wc-results table tr td {
  padding: 2px 5px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
/* line 109, ../sass/ebu.scss */
div#wc-results table tr td img {
  vertical-align: middle;
  margin: 0px 4px;
}
/* line 115, ../sass/ebu.scss */
div#wc-results table tr.header td {
  font-weight: bold;
}
/* line 120, ../sass/ebu.scss */
div#wc-results h2 {
  color: #0048ff;
  font-family: "Noticia Text", Times, Georgia, serif;
  margin-bottom: 5px;
}
/* line 125, ../sass/ebu.scss */
div#wc-results img.icon {
  float: left;
  margin-right: 10px;
}

/* line 131, ../sass/ebu.scss */
div#wc-block {
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 10px 2px 2px 2px;
  margin: 5px;
  text-align: center;
}
/* line 138, ../sass/ebu.scss */
div#wc-block span.togo {
  font-size: 300%;
  font-family: 'Ewert', cursive;
}

/* line 145, ../sass/ebu.scss */
div#greens div#results table tr td {
  vertical-align: top;
  background-color: #444;
  color: #fff;
  padding: 2px;
}
/* line 151, ../sass/ebu.scss */
div#greens div#results table tr td .green {
  color: #40cf61;
  padding-right: 5px;
}
/* line 156, ../sass/ebu.scss */
div#greens div#results table tr td .gold {
  color: #efe259;
  padding-right: 5px;
}

/* line 164, ../sass/ebu.scss */
div#front-page-notice {
  float: right;
  width: 30%;
  clear: right;
  margin: 5px 0px 5px 10px;
  padding: 3px;
  border: 1px solid #ccc;
  background-color: #f2d7c4;
  font-size: 90%;
}
/* line 174, ../sass/ebu.scss */
div#front-page-notice h3 {
  margin-top: 0px;
  margin-bottom: 0px;
}

/* line 180, ../sass/ebu.scss */
div.view-staff-list table {
  width: 100%;
  border-collapse: collapse;
}
/* line 184, ../sass/ebu.scss */
div.view-staff-list table caption {
  font-size: 1.5em;
  font-weight: bold;
  text-align: left;
  margin-bottom: 5px;
  color: #0c3499;
}
/* line 192, ../sass/ebu.scss */
div.view-staff-list table tr {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
/* line 195, ../sass/ebu.scss */
div.view-staff-list table tr td {
  background-color: #f2f2de;
}
/* line 198, ../sass/ebu.scss */
div.view-staff-list table tr td.staff-name {
  width: 20%;
}
/* line 201, ../sass/ebu.scss */
div.view-staff-list table tr td.staff-title {
  width: 37%;
}
/* line 204, ../sass/ebu.scss */
div.view-staff-list table tr td.staff-email {
  width: 25%;
}
/* line 207, ../sass/ebu.scss */
div.view-staff-list table tr td.staff-phone {
  width: 18%;
}

/* line 213, ../sass/ebu.scss */
div.view-td-list table,
div.view-appeals-referees table {
  width: 50%;
  border-collapse: collapse;
  margin-top: 10px;
}
/* line 219, ../sass/ebu.scss */
div.view-td-list table caption,
div.view-appeals-referees table caption {
  font-size: 1.5em;
  font-weight: bold;
  text-align: left;
  margin-bottom: 5px;
  color: #0c3499;
}
/* line 227, ../sass/ebu.scss */
div.view-td-list table tr,
div.view-appeals-referees table tr {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
/* line 230, ../sass/ebu.scss */
div.view-td-list table tr td,
div.view-appeals-referees table tr td {
  background-color: #f2f2de;
}
/* line 233, ../sass/ebu.scss */
div.view-td-list table tr td.td-name,
div.view-appeals-referees table tr td.td-name {
  width: 30%;
}
/* line 236, ../sass/ebu.scss */
div.view-td-list table tr td.td-phone,
div.view-appeals-referees table tr td.td-phone {
  width: 20%;
}

/* line 242, ../sass/ebu.scss */
table.club-reps {
  width: 80%;
  border-collapse: collapse;
  margin-left: 20px;
}
/* line 247, ../sass/ebu.scss */
table.club-reps tr {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
/* line 251, ../sass/ebu.scss */
table.club-reps tr td {
  padding: 2px 5px;
}
/* line 256, ../sass/ebu.scss */
table.club-reps tr.region-rep {
  background-color: #efd5c2;
}

/* line 261, ../sass/ebu.scss */
table.ko-masterpoints {
  border-collapse: collapse;
  margin-left: 6%;
}
/* line 264, ../sass/ebu.scss */
table.ko-masterpoints tr {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
/* line 267, ../sass/ebu.scss */
table.ko-masterpoints tr td {
  padding: 3px 10px;
  text-align: center;
}

/* line 274, ../sass/ebu.scss */
table.padded-table tr td {
  padding: 3px 10px;
}

/* line 278, ../sass/ebu.scss */
table.centred-table tr td {
  text-align: center;
}

/* line 282, ../sass/ebu.scss */
table.bordered-table {
  border-collapse: collapse;
}
/* line 284, ../sass/ebu.scss */
table.bordered-table tr td {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
/* line 288, ../sass/ebu.scss */
table.bordered-table tr.header td {
  font-weight: bold;
}

/* Slightly sketchy here. We assume that the view is sorting correctly, with Chairman first
 * and Vice Chairman second, so we can add the text through CSS */
/* line 296, ../sass/ebu.scss */
div.view-lande-committee, div.view-selection-committee {
  text-align: center;
  display: inline-block;
  background-color: #efe4dc;
  margin: 0px 0px 10px 30px;
  padding: 8px;
  border: 1px solid #444;
}
/* line 304, ../sass/ebu.scss */
div.view-lande-committee div.views-row-1 a:after, div.view-selection-committee div.views-row-1 a:after {
  content: " (Chairman)";
}
/* line 307, ../sass/ebu.scss */
div.view-lande-committee div.views-row-2 a:after, div.view-selection-committee div.views-row-2 a:after {
  content: " (Vice Chairman)";
}

/* line 316, ../sass/ebu.scss */
div.selections-list {
  text-align: center;
}
/* line 318, ../sass/ebu.scss */
div.selections-list h2 {
  color: #0c3499;
  margin-bottom: 0;
  line-height: 1em;
}
/* line 325, ../sass/ebu.scss */
div.selections-list h3 {
  margin-top: 0;
  margin-bottom: 0.5em;
}
/* line 330, ../sass/ebu.scss */
div.selections-list div.views-row {
  border-bottom: 1px solid #ddd;
  padding-bottom: 14px;
}
/* line 335, ../sass/ebu.scss */
div.selections-list div.views-row-last {
  border: none;
}

/* line 340, ../sass/ebu.scss */
div.archive {
  text-align: center;
  clear: both;
}

/* line 345, ../sass/ebu.scss */
article.node-page h2 {
  color: #0c3499;
}

/* line 351, ../sass/ebu.scss */
article.node-competition div.field-name-field-programme table,
article.node-competition div.field-name-field-entry table {
  margin: 0 0 0 6%;
  border-collapse: collapse;
}
/* line 359, ../sass/ebu.scss */
article.node-competition div.field-name-field-programme table thead tr th,
article.node-competition div.field-name-field-entry table thead tr th {
  text-align: center;
}
/* line 364, ../sass/ebu.scss */
article.node-competition div.field-name-field-programme table tr,
article.node-competition div.field-name-field-entry table tr {
  background-color: #f2f2de;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
/* line 369, ../sass/ebu.scss */
article.node-competition div.field-name-field-programme table tr td p, article.node-competition div.field-name-field-programme table tr th p,
article.node-competition div.field-name-field-entry table tr td p,
article.node-competition div.field-name-field-entry table tr th p {
  margin: 0;
  padding: 4px;
}
/* line 377, ../sass/ebu.scss */
article.node-competition div.field-name-field-closing-date {
  margin-top: 1em;
}
/* line 381, ../sass/ebu.scss */
article.node-competition div.field-name-field-event-dates {
  clear: both;
  margin-bottom: 1.5em;
  margin-top: 6px;
  font-size: 1.5em;
}

/* line 390, ../sass/ebu.scss */
footer#footer img.icon {
  float: left;
  margin-right: 10px;
}

/* line 395, ../sass/ebu.scss */
div#block-views-forthcoming-events-block,
div#block-views-latest-results-block,
div#block-block-11,
div#map-block {
  margin: 3px;
  padding: 5px;
  border: 1px solid #555;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* line 405, ../sass/ebu.scss */
div#block-views-forthcoming-events-block h2,
div#block-views-latest-results-block h2,
div#block-block-11 h2,
div#map-block h2 {
  text-align: center;
  font-size: 150%;
}
/* line 409, ../sass/ebu.scss */
div#block-views-forthcoming-events-block div.view-content, div#block-views-forthcoming-events-block div.view-header,
div#block-views-latest-results-block div.view-content,
div#block-views-latest-results-block div.view-header,
div#block-block-11 div.view-content,
div#block-block-11 div.view-header,
div#map-block div.view-content,
div#map-block div.view-header {
  padding-left: 5px;
}
/* line 411, ../sass/ebu.scss */
div#block-views-forthcoming-events-block div.view-content a:before, div#block-views-forthcoming-events-block div.view-header a:before,
div#block-views-latest-results-block div.view-content a:before,
div#block-views-latest-results-block div.view-header a:before,
div#block-block-11 div.view-content a:before,
div#block-block-11 div.view-header a:before,
div#map-block div.view-content a:before,
div#map-block div.view-header a:before {
  content: '\002022   ';
  /* circle */
}
/* line 414, ../sass/ebu.scss */
div#block-views-forthcoming-events-block div.view-content div.views-row, div#block-views-forthcoming-events-block div.view-header div.views-row,
div#block-views-latest-results-block div.view-content div.views-row,
div#block-views-latest-results-block div.view-header div.views-row,
div#block-block-11 div.view-content div.views-row,
div#block-block-11 div.view-header div.views-row,
div#map-block div.view-content div.views-row,
div#map-block div.view-header div.views-row {
  margin-bottom: 3px;
}

/* line 420, ../sass/ebu.scss */
div#block-views-forthcoming-events-block {
  background-image: url("/images/comps.jpg");
  margin-bottom: 1.5em;
}

/* line 425, ../sass/ebu.scss */
div#block-views-latest-results-block,
div#block-block-11 {
  background-image: url("/images/results.jpg");
  margin-bottom: 1.5em;
}

/* line 431, ../sass/ebu.scss */
div#map-block {
  background-image: url("/images/map.jpg");
}

/* line 435, ../sass/ebu.scss */
img#map-block-2 {
  margin: 3px;
  border: 1px solid #555;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 442, ../sass/ebu.scss */
table.results {
  border-collapse: collapse;
  width: 100%;
}
/* line 446, ../sass/ebu.scss */
table.results tr {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
/* line 449, ../sass/ebu.scss */
table.results tr td {
  text-align: center;
  vertical-align: top;
  padding: 5px 0px;
}
/* line 453, ../sass/ebu.scss */
table.results tr td ul {
  text-align: default;
}

/* line 460, ../sass/ebu.scss */
div.field-name-field-dates {
  margin-top: 10px;
  font-size: 150%;
}

/* line 465, ../sass/ebu.scss */
div.bridge-holiday-adverts {
  text-align: center;
}
/* line 467, ../sass/ebu.scss */
div.bridge-holiday-adverts img {
  max-width: 400px;
  height: auto;
  margin: 0 auto;
  border: 1px solid #777;
}

/* line 475, ../sass/ebu.scss */
div.linkbox {
  border: 1px solid #ccc;
  float: right;
  margin: 0 0 5px 10px;
  background-color: #efe4dc;
}
/* line 481, ../sass/ebu.scss */
div.linkbox ul {
  list-style: none;
  padding: 0px 15px;
  margin: 10px;
}
/* line 486, ../sass/ebu.scss */
div.linkbox ul li {
  *list-style-image: url(../images/menu-leaf.png);
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHBAMAAAA2fErgAAAAD1BMVEX///+/v7+Li4sAAADAwMBFvsw8AAAAAXRSTlMAQObYZgAAAB1JREFUCFtjYAADYwMGBmYVZSDhKAwkFJWhYiAAAB2+Aa/9ugeaAAAAAElFTkSuQmCC');
  list-style-type: square;
}

/* line 495, ../sass/ebu.scss */
div.linkbox:before {
  content: 'Useful links';
  font-size: 80%;
  padding-left: 5px;
  font-style: italic;
}

/* line 503, ../sass/ebu.scss */
div.dynamic_sidebar h2 {
  font-family: "Noticia Text", Times, Georgia, serif;
  font-color: #0c3499;
  font-weight: bold;
  font-size: 1.3em;
}

/* line 511, ../sass/ebu.scss */
div#cmh {
  border: 5px solid #aaa;
  background-color: #E6EDF4;
  width: 70%;
  margin: 20px auto;
  padding: 20px;
}

/* line 519, ../sass/ebu.scss */
div#cmh h2 {
  margin-top: 25px;
  text-align: center;
  font-size: 120%;
  border-top: 2px solid #aaa;
  padding-top: 3px;
}

/* line 527, ../sass/ebu.scss */
table.englishbridge {
  width: 100%;
}
/* line 529, ../sass/ebu.scss */
table.englishbridge tr td {
  border: 1px solid black;
  padding: 5px 3px 10px 3px;
  vertical-align: top;
  text-align: center;
}
/* line 535, ../sass/ebu.scss */
table.englishbridge tr td h2 {
  margin-top: 0;
}
/* line 539, ../sass/ebu.scss */
table.englishbridge td.cell0 {
  background-color: #f29f9f;
}
/* line 542, ../sass/ebu.scss */
table.englishbridge td.cell1 {
  background-color: #fff;
}
/* line 545, ../sass/ebu.scss */
table.englishbridge td.cell2 {
  background-color: #aee2f9;
}
/* line 548, ../sass/ebu.scss */
table.englishbridge td.cell3 {
  background-color: #aef9ce;
}
/* line 551, ../sass/ebu.scss */
table.englishbridge td.cell4 {
  background-color: #f993ae;
}
/* line 554, ../sass/ebu.scss */
table.englishbridge td.cell5 {
  background-color: #f993e8;
}
/* line 557, ../sass/ebu.scss */
table.englishbridge td.cell6 {
  background-color: #d993f9;
}
/* line 560, ../sass/ebu.scss */
table.englishbridge td.cell7 {
  background-color: #8593f9;
}
/* line 563, ../sass/ebu.scss */
table.englishbridge td.cell8 {
  background-color: #9396f6;
}
/* line 566, ../sass/ebu.scss */
table.englishbridge td.cell9 {
  background-color: #93c1f9;
}
/* line 569, ../sass/ebu.scss */
table.englishbridge td.cell10 {
  background-color: #4faaef;
}
/* line 572, ../sass/ebu.scss */
table.englishbridge td.cell11 {
  background-color: #4fd7ef;
}
/* line 575, ../sass/ebu.scss */
table.englishbridge td.cell12 {
  background-color: #4fefcc;
}
/* line 578, ../sass/ebu.scss */
table.englishbridge td.cell13 {
  background-color: #4fef8c;
}
/* line 581, ../sass/ebu.scss */
table.englishbridge td.cell14 {
  background-color: #7fef4f;
}
/* line 584, ../sass/ebu.scss */
table.englishbridge td.cell15 {
  background-color: #c2ef4f;
}
/* line 587, ../sass/ebu.scss */
table.englishbridge td.cell16 {
  background-color: #e7ef4f;
}
/* line 590, ../sass/ebu.scss */
table.englishbridge td.cell17 {
  background-color: #efda4f;
}
/* line 593, ../sass/ebu.scss */
table.englishbridge td.cell18 {
  background-color: #efbc4f;
}
/* line 596, ../sass/ebu.scss */
table.englishbridge td.cell19 {
  background-color: #ef7f4f;
}

/* line 602, ../sass/ebu.scss */
div#vp-scale table {
  border: 3px solid black;
  border-collapse: collapse;
}
/* line 606, ../sass/ebu.scss */
div#vp-scale table tr td {
  padding: 3px 6px;
  text-align: center;
}
/* line 611, ../sass/ebu.scss */
div#vp-scale table tr td.imps {
  background-color: #f7e3b4;
}
/* line 615, ../sass/ebu.scss */
div#vp-scale table tr td.vps {
  border-right: 1px solid black;
  background-color: #f9cc63;
}

/* line 624, ../sass/ebu.scss */
div#minutes li.type span {
  color: #0048ff;
}
/* line 627, ../sass/ebu.scss */
div#minutes li.type span:hover {
  text-decoration: underline;
}
/* line 631, ../sass/ebu.scss */
div#minutes div#watermark {
  background: url("/images/icons/rubberstamp_128.png") no-repeat;
}
/* line 635, ../sass/ebu.scss */
div#minutes table tr td {
  padding: 3px 10px;
}

/* line 640, ../sass/ebu.scss */
table.brighton-hub-menu {
  width: 100%;
  border-collapse: collapse;
}
/* line 644, ../sass/ebu.scss */
table.brighton-hub-menu tr td {
  text-align: center;
  width: 14%;
}

/* line 650, ../sass/ebu.scss */
table.hub-updates {
  border-collapse: collapse;
}
/* line 653, ../sass/ebu.scss */
table.hub-updates tr td {
  padding: 5px;
  border-bottom: 1px solid #888;
  border-top: 1px solid #888;
}
/* line 659, ../sass/ebu.scss */
table.hub-updates tr td.ic {
  width: 66px;
}
/* line 662, ../sass/ebu.scss */
table.hub-updates tr td.date {
  font-size: 80%;
}

/* line 667, ../sass/ebu.scss */
table.hub-results {
  border-collapse: collapse;
}
/* line 670, ../sass/ebu.scss */
table.hub-results tr {
  border-bottom: 1px solid #888;
  border-top: 1px solid #888;
}
/* line 673, ../sass/ebu.scss */
table.hub-results tr td {
  padding: 5px 3px;
  text-align: center;
}
/* line 677, ../sass/ebu.scss */
table.hub-results tr td.section {
  text-align: left;
  font-weight: bold;
}

/* line 684, ../sass/ebu.scss */
td#matching-note, td#strength-note, span#submit-note {
  font-size: 90%;
  font-style: italic;
  padding-left: 15px;
}

/* line 690, ../sass/ebu.scss */
td#matching-note.notok, td#strength-note.notok, span#submit-note.notok {
  color: #f00;
}

/* Shop Things */
/* line 698, ../sass/ebu.scss */
div.uc-catalog-terms div.field-content img {
  width: 220px;
  height: 220px;
  border: 4px solid #3e65e0;
  margin: 3px;
}
/* line 704, ../sass/ebu.scss */
div.uc-catalog-terms div.views-field-name {
  text-align: center;
  font-size: 130%;
  margin-bottom: 15px;
}

/* line 712, ../sass/ebu.scss */
div.uc-catalog div.views-field-entity-id {
  text-align: center;
}
/* line 714, ../sass/ebu.scss */
div.uc-catalog div.views-field-entity-id img {
  border: 4px solid #3e65e0;
}
/* line 718, ../sass/ebu.scss */
div.uc-catalog div.views-field-model {
  font-weight: bold;
  font-size: 90%;
  text-align: center;
  font-style: italic;
}
/* line 725, ../sass/ebu.scss */
div.uc-catalog table.views-view-grid {
  width: 100%;
}
/* line 727, ../sass/ebu.scss */
div.uc-catalog table.views-view-grid tr td {
  padding: 10px;
  border: 1px dashed #ccc;
  width: 33%;
}
/* line 734, ../sass/ebu.scss */
div.uc-catalog div.views-field-display-price {
  font-size: 140%;
  margin-top: 4px;
}
/* line 738, ../sass/ebu.scss */
div.uc-catalog div.uc-out-of-stock-instock {
  font-style: italic;
  font-size: 90%;
}

/* line 746, ../sass/ebu.scss */
div.view-id-hot_items table tr td {
  padding: 0px 10px;
}
/* line 750, ../sass/ebu.scss */
div.view-id-hot_items table tr td.views-field-title {
  font-size: 120%;
}

/* Product node */
/* line 758, ../sass/ebu.scss */
article.node-product div.display-price, article.node-book-product div.display-price {
  font-size: 150%;
}
/* line 761, ../sass/ebu.scss */
article.node-product div.display-price-note, article.node-book-product div.display-price-note {
  clear: both;
  float: right;
  font-size: 80%;
  font-style: italic;
}
/* line 768, ../sass/ebu.scss */
article.node-product div.field-name-taxonomy-catalog div.field-item, article.node-book-product div.field-name-taxonomy-catalog div.field-item {
  display: inline;
}
/* line 771, ../sass/ebu.scss */
article.node-product div.field-name-taxonomy-catalog div.field-item:before, article.node-book-product div.field-name-taxonomy-catalog div.field-item:before {
  content: ' | ';
}
/* line 774, ../sass/ebu.scss */
article.node-product div.field-name-taxonomy-catalog div.field-item:first-child:before, article.node-book-product div.field-name-taxonomy-catalog div.field-item:first-child:before {
  content: '';
}
/* line 779, ../sass/ebu.scss */
article.node-product div.add-to-cart, article.node-book-product div.add-to-cart {
  display: inline-block;
  padding: 10px;
  border: 3px solid #c7b787;
  margin: 5px 0px;
  background: #e2dcb1 url("/images/form_yellow_edit.png") no-repeat center center;
}
/* line 786, ../sass/ebu.scss */
article.node-product div.add-to-cart div.form-item-attributes-3 input, article.node-book-product div.add-to-cart div.form-item-attributes-3 input {
  width: 200px;
}
/* line 791, ../sass/ebu.scss */
article.node-product div.images-and-description div.view-product-slideshow, article.node-book-product div.images-and-description div.view-product-slideshow {
  float: left;
}
/* line 794, ../sass/ebu.scss */
article.node-product div.images-and-description div.view-product-slideshow div.views-slideshow-pager-field-item, article.node-book-product div.images-and-description div.view-product-slideshow div.views-slideshow-pager-field-item {
  display: inline-block;
  float: left;
}
/* line 797, ../sass/ebu.scss */
article.node-product div.images-and-description div.view-product-slideshow div.views-slideshow-pager-field-item img, article.node-book-product div.images-and-description div.view-product-slideshow div.views-slideshow-pager-field-item img {
  margin: 3px;
}
/* line 801, ../sass/ebu.scss */
article.node-product div.images-and-description div.view-product-slideshow div.views-slideshow-pager-field-item.active img, article.node-book-product div.images-and-description div.view-product-slideshow div.views-slideshow-pager-field-item.active img {
  border: 2px solid #f55;
  margin: 1px;
}
/* line 805, ../sass/ebu.scss */
article.node-product div.images-and-description div.view-product-slideshow div.views-slideshow-pager-field-item:nth-child(5n+1), article.node-book-product div.images-and-description div.view-product-slideshow div.views-slideshow-pager-field-item:nth-child(5n+1) {
  clear: both;
}
/* line 810, ../sass/ebu.scss */
article.node-product div.images-and-description div.field-name-body, article.node-product div.images-and-description div.weight, article.node-product div.images-and-description div.dimensions, article.node-book-product div.images-and-description div.field-name-body, article.node-book-product div.images-and-description div.weight, article.node-book-product div.images-and-description div.dimensions {
  margin-left: 240px;
}
/* line 812, ../sass/ebu.scss */
article.node-product div.images-and-description div.field-name-body span.product-info-label, article.node-product div.images-and-description div.weight span.product-info-label, article.node-product div.images-and-description div.dimensions span.product-info-label, article.node-book-product div.images-and-description div.field-name-body span.product-info-label, article.node-book-product div.images-and-description div.weight span.product-info-label, article.node-book-product div.images-and-description div.dimensions span.product-info-label {
  font-weight: bold;
}
/* line 816, ../sass/ebu.scss */
article.node-product div.images-and-description div.field-name-body, article.node-book-product div.images-and-description div.field-name-body {
  margin-top: -15px;
}
/* line 818, ../sass/ebu.scss */
article.node-product div.images-and-description div.field-name-body span.special, article.node-book-product div.images-and-description div.field-name-body span.special {
  color: #940000;
  font-weight: bold;
}
/* line 823, ../sass/ebu.scss */
article.node-product div.images-and-description h3, article.node-book-product div.images-and-description h3 {
  margin-left: 240px;
}
/* line 827, ../sass/ebu.scss */
article.node-product div.add-to-cart-area, article.node-book-product div.add-to-cart-area {
  clear: both;
}

/* Checkout form */
/* line 835, ../sass/ebu.scss */
form.uc-cart-checkout-form fieldset.form-wrapper {
  margin-bottom: 10px;
}
/* line 838, ../sass/ebu.scss */
form.uc-cart-checkout-form legend span.fieldset-legend {
  font-size: 140%;
}

/* Results page */
/* line 845, ../sass/ebu.scss */
div#event-page {
  padding: 5px 10px;
  margin-bottom: 10px;
}
/* line 849, ../sass/ebu.scss */
div#event-page span.daterange {
  display: inline-block;
  width: 10em;
}
/* line 854, ../sass/ebu.scss */
div#event-page div.smallphoto {
  text-align: center;
  display: none;
}
/* line 858, ../sass/ebu.scss */
div#event-page div.smallphoto img {
  padding: 4px;
  border: 1px solid #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* line 867, ../sass/ebu.scss */
div#event-page div.mainphoto {
  text-align: center;
  margin: 15px;
}
/* line 871, ../sass/ebu.scss */
div#event-page div.mainphoto img {
  padding: 4px;
  border: 1px solid #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* line 880, ../sass/ebu.scss */
div#event-page span.shortdate {
  width: 8em;
  display: inline-block;
  color: #813c05;
  font-weight: bold;
  text-align: right;
}
/* line 888, ../sass/ebu.scss */
div#event-page hr {
  border: 0;
  border-bottom: 1px dashed #999;
}
/* line 893, ../sass/ebu.scss */
div#event-page h3 {
  margin-bottom: 0.5em;
  font-weight: bold;
}
/* line 898, ../sass/ebu.scss */
div#event-page a.left {
  float: left;
  color: #fff;
}
/* line 903, ../sass/ebu.scss */
div#event-page a.right {
  float: right;
  color: #fff;
}
/* line 908, ../sass/ebu.scss */
div#event-page a.similar-events {
  font-style: italic;
}

/* line 913, ../sass/ebu.scss */
img.shop-advert {
  float: right;
  margin-right: 40px;
}

/* line 919, ../sass/ebu.scss */
form.search-by-page-form input[type="text"] {
  width: 100px;
}

/* line 926, ../sass/ebu.scss */
table#league-list td {
  border: 1px dotted #aaa;
  vertical-align: top;
  width: 33%;
}
/* line 931, ../sass/ebu.scss */
table#league-list td h3 {
  font-weight: bold;
  text-align: center;
  font-size: 110%;
  color: #220404;
}
/* line 938, ../sass/ebu.scss */
table#league-list td a {
  font-size: 120%;
  font-weight: bold;
  padding: 0 5px;
  background-color: #94afcf;
}
/* line 945, ../sass/ebu.scss */
table#league-list td a:hover {
  background-color: #eca980;
}

/* line 951, ../sass/ebu.scss */
h2#match-title {
  text-align: center;
}

/* line 955, ../sass/ebu.scss */
table#match-list {
  margin: 0 auto;
}
/* line 958, ../sass/ebu.scss */
table#match-list td {
  text-align: center;
  padding: 3px 8px;
}
/* line 962, ../sass/ebu.scss */
table#match-list tr.header td {
  font-weight: bold;
}
/* line 966, ../sass/ebu.scss */
table#match-list td.win {
  color: #395aa1;
  font-weight: bold;
}
/* line 970, ../sass/ebu.scss */
table#match-list td.lose {
  color: #862c41;
  font-weight: bold;
}
/* line 974, ../sass/ebu.scss */
table#match-list td.draw {
  color: #21572a;
  font-weight: bold;
}

/* line 980, ../sass/ebu.scss */
table#league-table {
  width: 100%;
  border: 15px solid #333;
  border-top: 0px;
  cursor: default;
  border-collapse: separate;
}
/* line 987, ../sass/ebu.scss */
table#league-table td {
  padding: 9px;
  background-color: #fff;
}
/* line 991, ../sass/ebu.scss */
table#league-table td.result {
  cursor: pointer;
}
/* line 994, ../sass/ebu.scss */
table#league-table td.win, table#league-table td.lose, table#league-table td.draw, table#league-table td.self, table#league-table td.total, table#league-table tr.header td, table#league-table td.average, table#league-table td.adj, table#league-table td.pos {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 130%;
}
/* line 1000, ../sass/ebu.scss */
table#league-table td.self, table#league-table tr.promoted td.self, table#league-table tr.relegated td.self {
  background-color: #444;
}
/* line 1003, ../sass/ebu.scss */
table#league-table td.win, table#league-table tr.promoted td.win, table#league-table tr.relegated td.win {
  background-color: #395aa1;
}
/* line 1006, ../sass/ebu.scss */
table#league-table td.lose, table#league-table tr.promoted td.lose, table#league-table tr.relegated td.lose {
  background-color: #862c41;
}
/* line 1009, ../sass/ebu.scss */
table#league-table td.draw, table#league-table tr.promoted td.draw, table#league-table tr.relegated td.draw {
  background-color: #21572a;
}
/* line 1012, ../sass/ebu.scss */
table#league-table td.unplayed {
  background-color: #fff;
}
/* line 1015, ../sass/ebu.scss */
table#league-table tr.header td {
  background-color: #333;
  color: #fff;
}
/* line 1019, ../sass/ebu.scss */
table#league-table td.total, table#league-table td.adj, table#league-table td.average, table#league-table td.pos {
  color: #000;
}
/* line 1022, ../sass/ebu.scss */
table#league-table td.name {
  font-weight: bold;
}
/* line 1025, ../sass/ebu.scss */
table#league-table td.name.roster {
  cursor: pointer;
}
/* line 1028, ../sass/ebu.scss */
table#league-table td.highlight {
  padding: 4px;
  border: 5px solid #cfb870;
}
/* line 1032, ../sass/ebu.scss */
table#league-table tr.promoted td {
  background-color: #f4eeb4;
}
/* line 1035, ../sass/ebu.scss */
table#league-table tr.relegated td {
  background-color: #bbb;
}

/* line 1041, ../sass/ebu.scss */
h3.popover-title {
  background-color: #b3956d;
}

/* line 1047, ../sass/ebu.scss */
div#mpreports-page div.mp-year {
  margin-bottom: 20px;
  text-align: center;
}
/* line 1052, ../sass/ebu.scss */
div#mpreports-page a.year-title {
  font-size: 250%;
  font-family: 'Alfa Slab One', cursive;
  margin: 10px;
  text-align: center;
  display: block;
  color: #541652;
}
/* line 1060, ../sass/ebu.scss */
div#mpreports-page a.year-title:hover {
  text-decoration: none;
}
/* line 1065, ../sass/ebu.scss */
div#mpreports-page div.mp-categories {
  text-align: center;
  font-family: 'Alfa Slab One', cursive;
}
/* line 1069, ../sass/ebu.scss */
div#mpreports-page div.mp-categories div.mp-category {
  display: inline-block;
  margin: 0px 5%;
  width: 25%;
}
/* line 1074, ../sass/ebu.scss */
div#mpreports-page div.mp-categories div.mp-category span.cat-title {
  color: #120a79;
  font-size: 120%;
}
/* line 1078, ../sass/ebu.scss */
div#mpreports-page div.mp-categories div.mp-category span.cat-winner {
  color: #af4646;
  font-size: 200%;
}
/* line 1085, ../sass/ebu.scss */
div#mpreports-page table#year-summary, div#mpreports-page table#prizewinners {
  border: 3px solid #694a4a;
  margin: 0px auto;
  background-color: #dedada;
}
/* line 1090, ../sass/ebu.scss */
div#mpreports-page table#year-summary tr td, div#mpreports-page table#prizewinners tr td {
  padding: 4px 10px;
  font-size: 170%;
  font-weight: bold;
  text-align: center;
}
/* line 1092, ../sass/ebu.scss */
div#mpreports-page table#year-summary tr td.icon, div#mpreports-page table#prizewinners tr td.icon {
  background-color: #a0906f;
  border-right: 3px solid #694a4a;
}
/* line 1101, ../sass/ebu.scss */
div#mpreports-page table#year-summary tr td a, div#mpreports-page table#prizewinners tr td a {
  color: #0c3499;
}
/* line 1107, ../sass/ebu.scss */
div#mpreports-page table#prizewinners tr td {
  font-size: 140%;
}
/* line 1111, ../sass/ebu.scss */
div#mpreports-page div.champs-link {
  text-align: center;
  font-size: 120%;
  margin-top: 10px;
}
/* line 1117, ../sass/ebu.scss */
div#mpreports-page table#county-reports {
  margin: 0 auto;
}
/* line 1119, ../sass/ebu.scss */
div#mpreports-page table#county-reports tr {
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
}
/* line 1122, ../sass/ebu.scss */
div#mpreports-page table#county-reports tr td {
  padding: 2px 10px;
}
/* line 1125, ../sass/ebu.scss */
div#mpreports-page table#county-reports tr td.county-name a {
  color: #0c3499;
  font-size: 120%;
  font-weight: bold;
}
/* line 1134, ../sass/ebu.scss */
div#mpreports-page table#club-champions {
  margin: 0 auto;
}
/* line 1137, ../sass/ebu.scss */
div#mpreports-page table#club-champions tr td {
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
  padding: 2px 5px;
}
/* line 1142, ../sass/ebu.scss */
div#mpreports-page table#club-champions tr td.county, div#mpreports-page table#club-champions tr td.player {
  text-align: center;
}
/* line 1145, ../sass/ebu.scss */
div#mpreports-page table#club-champions tr td.mps {
  text-align: right;
}
/* line 1150, ../sass/ebu.scss */
div#mpreports-page table#club-champions tr.heading td {
  font-weight: bold;
  text-align: center;
}
/* line 1155, ../sass/ebu.scss */
div#mpreports-page table#club-champions tr.gold td {
  background-color: #ffe9af;
}
/* line 1159, ../sass/ebu.scss */
div#mpreports-page table#club-champions tr.silver td {
  background-color: #ddd;
}
/* line 1163, ../sass/ebu.scss */
div#mpreports-page table#club-champions tr.bronze td {
  background-color: #efceb3;
}

/* line 1172, ../sass/ebu.scss */
div#knockouts-page hr {
  height: 0px;
  border: 1px solid #988080;
}
/* line 1179, ../sass/ebu.scss */
div#knockouts-page div#knockout-results-public table#rounds-matrix {
  margin: 0 auto;
}
/* line 1182, ../sass/ebu.scss */
div#knockouts-page div#knockout-results-public table#rounds-matrix tr.header td {
  font-weight: bold;
  color: #942e40;
  font-size: 120%;
  padding: 8px;
}
/* line 1189, ../sass/ebu.scss */
div#knockouts-page div#knockout-results-public table#rounds-matrix tr td {
  text-align: center;
  padding: 3px;
  margin: 0px 5px;
}
/* line 1194, ../sass/ebu.scss */
div#knockouts-page div#knockout-results-public table#rounds-matrix tr td span.mps-zero {
  color: #aaa;
}
/* line 1198, ../sass/ebu.scss */
div#knockouts-page div#knockout-results-public table#rounds-matrix tr td span.mps-local {
  color: #000;
}
/* line 1202, ../sass/ebu.scss */
div#knockouts-page div#knockout-results-public table#rounds-matrix tr td span.mps-blue {
  color: #00a;
  border: 1px solid #7373db;
  padding: 0px 4px;
  border-radius: 10px;
  background-color: #cfcffa;
}
/* line 1210, ../sass/ebu.scss */
div#knockouts-page div#knockout-results-public table#rounds-matrix tr td span.mps-green {
  color: #29520c;
  border: 1px solid #629068;
  padding: 0px 4px;
  border-radius: 10px;
  background-color: #c8ddc8;
}
/* line 1221, ../sass/ebu.scss */
div#knockouts-page div#knockout-results-public span.later-seed {
  color: #f00;
}
/* line 1225, ../sass/ebu.scss */
div#knockouts-page div#knockout-results-public div.centered {
  text-align: center;
}
/* line 1228, ../sass/ebu.scss */
div#knockouts-page div#knockout-results-public div.centered.dashed {
  border-bottom: 1px dashed #bbb;
}
/* line 1233, ../sass/ebu.scss */
div#knockouts-page div#knockout-results-public div.header {
  font-weight: bold;
  font-size: 140%;
  margin-bottom: 10px;
  color: #942e40;
}
/* line 1241, ../sass/ebu.scss */
div#knockouts-page div#knockout-results-public div#knockout-results-popup div#knockout-team-timeline:after {
  content: "";
  position: absolute;
  z-index: 9000;
  top: 0;
  bottom: 0;
  left: 50%;
  border-left: 2px solid #666;
}
/* line 1250, ../sass/ebu.scss */
div#knockouts-page div#knockout-results-public div#knockout-results-popup div#knockout-team-timeline {
  position: relative;
}
/* line 1254, ../sass/ebu.scss */
div#knockouts-page div#knockout-results-public div#knockout-results-popup div.knockout-team-timeline-match {
  z-index: 10000;
  margin: 0px 0px 25px 0px;
  padding: 15px 0px;
  background-color: #fff;
  text-align: center;
  position: relative;
  font-size: 140%;
}
/* line 1263, ../sass/ebu.scss */
div#knockouts-page div#knockout-results-public div#knockout-results-popup div.knockout-team-timeline-match span.knockout-team-timeline-round-name {
  font-size: 70%;
  color: #666;
  font-style: italic;
}
/* line 1268, ../sass/ebu.scss */
div#knockouts-page div#knockout-results-public div#knockout-results-popup div.knockout-team-timeline-match span.knockout-team-timeline-score {
  font-size: 80%;
  color: #a94442;
}
/* line 1276, ../sass/ebu.scss */
div#knockouts-page div#knockout-results-public h3 {
  margin: 0px;
  font-weight: bold;
  color: #0c3499;
}
/* line 1282, ../sass/ebu.scss */
div#knockouts-page div#knockout-results-public a.show-round-link.active {
  cursor: default;
  color: #333;
  text-decoration: none;
}
/* line 1290, ../sass/ebu.scss */
div#knockouts-page div#knockout-results-public a.team-name.winner {
  font-weight: bold;
}

/* line 1299, ../sass/ebu.scss */
div#block-block-15 table {
  margin-top: 0;
  margin-bottom: 0;
  border-collapse: unset;
}
/* line 1304, ../sass/ebu.scss */
div#block-block-15 div.gsc-control-cse {
  border: 0;
}
/* line 1307, ../sass/ebu.scss */
div#block-block-15 input.gsc-input {
  font-size: 85%;
}
/* line 1310, ../sass/ebu.scss */
div#block-block-15 button.gsc-search-button-v2 {
  padding: 6px 10px;
}

@media (max-width: 960px) {
  /* line 1316, ../sass/ebu.scss */
  div.fb_iframe_widget iframe, div.fb_iframe_widget span {
    width: 200px !important;
  }
}
