@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic);
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after {
  clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1;
}
.table-responsive {
  overflow-x: auto;
}
body {
  font-family: 'PT Sans', sans-serif;
  color: #666;
}

a {
  color: #f17a51;
  text-decoration: underline;
}

a:hover {
  color: #f2835f;
  text-decoration: none;
}

.container {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}
.col-md-3 {
  width: 33.33333%;
  width: calc(100% / 3);
  float: left;
}
.col-md-12 {
  width: 100%;
  float: left;
}
@media (max-width: 767px) {
    .col-sm-12 {
        width: 100%;
    }
}
.sponsoritem {
  height: 150px;
  text-align: center;
  padding: 10px;
  border: 1px solid #f5f5f5;
}
.sponsoritem_title,
.sponsoritem_title h3 {
  color: #666 !important;
  text-decoration: none;
}
.sponsoritem .sponsorbanner {
  max-width: 100%;
  max-height: 75px;
}

/* Show on devices smaller than 400px width */
.show-400 {
  display: none !important;
}

.table {
  margin: 0;
  padding: 0;
  border-spacing: 0;
  border-collapse: collapse;
  width:100%;
}

.table, .table td, .table tr {
  border: 2px solid #ecf0f1;
}

.table td {
  padding: 5px 10px;
}

.table .header {
  background: #ecf0f1;
  font-weight: 600;
}

thead {
  color: #ecf0f1;
  background: #026d64;
  font-weight: 600;
  font-size: 14px;
  border: 0;
}

thead td {
    border: 2px solid #026d64;
}

.input {
  border: 2px solid #ecf0f1;
  padding: 5px 10px;
  color: #999;
  margin-bottom: 5px;
  transition: 0.3s all;
}

.input:focus {
  outline: none;
  border: 2px solid #999;
}

.input.input-block {
  width: 100%;
  box-sizing: border-box;
}

.btn {
  background: #026d64;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  border: 0;
  font-family: 'PT Sans';
  font-size: 16px;
  transition: 0.3s all;
}

.btn:hover {
  background: #02625a;
}

.top-nav-wrapper {
  background: #f17a51;
  width: 100%;
  height: 50px;
}

.top-nav-wrapper .logo {
  background: #FFF url(../img/logo.png) no-repeat center;
  width: 136px;
  height: 120px;
  left: 30px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  position: absolute;
  z-index: 10;
  -webkit-box-shadow: 0 1px 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 9px rgba(0, 0, 0, 0.5);
}

.top-nav-wrapper .logo a {
  width: 100%;
  height: 100%;
  display: block;
}

.top-nav-wrapper .top-nav {
  margin-left: 180px;
  float: left;
}

.top-nav-wrapper .top-nav .mobile-nav {
  display: none;
}

.top-nav-wrapper .top-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.top-nav-wrapper .top-nav ul li {
  display: inline-block;
  font-size: 16px;
}

.top-nav-wrapper .top-nav ul li.has-sub a {
  padding-right: 30px;
  background: url(../img/nav-has-sub.png) center right 10px no-repeat;
}

.top-nav-wrapper .top-nav ul li a {
  color: #FFF;
  text-decoration: none;
  display: block;
  line-height: 50px;
  padding: 0 15px;
}

.top-nav-wrapper .top-nav ul li a:hover {
  background-color: #f2835f;
}

.top-nav-wrapper .top-nav ul li.has-sub > ul {
  display: none;
  position: absolute;
  z-index: 10;
  list-style: none;
  background: #FFF;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.top-nav-wrapper .top-nav ul li.has-sub > ul li {
  display: block;
  padding: 0;
  margin: 0;
}

.top-nav-wrapper .top-nav ul li.has-sub > ul li a {
  color: #7f8c8d;
  display: block;
  padding: 0 20px;
  line-height: 40px;
  background: #FFF;
}

.top-nav-wrapper .top-nav ul li.has-sub > ul li a:hover {
  background: #f5f5f5;
}

.top-nav-wrapper .top-nav ul li:hover > ul {
  display: block;
}

.top-nav-wrapper .top-social-media {
  float: right;
  line-height: 50px;
  margin-right: 30px;
}

.top-nav-wrapper .top-social-media .social-media-icon {
  vertical-align: middle;
  width: 24px;
  height: 24px;
  display: inline-block;
  background-position: center;
  background-repeat: none;
  margin-left: 5px;
}

.top-nav-wrapper .top-social-media .social-media-icon.twitter {
  background-image: url(../img/twitter-icon.png);
}

.top-nav-wrapper .top-social-media .social-media-icon.instagram {
  background-image: url(../img/instagram-logo.png);
}

.top-nav-wrapper .top-social-media .social-media-icon.facebook {
  background-image: url(../img/facebook-icon.png);
}
.sub-menu ul,
.top-nav-wrapper .top-nav ul li:hover > ul {
  box-shadow: 0px 2px 10px 0px #aaa;
}

.header-wrapper {
  background: #ecf0f1;
  width: 100%;
}

.header-wrapper .header-image {
  width: 100%;
  height: 337px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/header-images/header_website.jpeg);
  transition: background-image 1s;
  position: relative;
}

.header-wrapper .box-container {
  background: rgba(2, 109, 100, 0.4);
  height: 277px;
  box-sizing: border-box;
  width: 100%;
  max-width: 400px;
  position: absolute;
  right: 30px;
  top: 30px;
  padding: 7px;
}

.header-wrapper .box-container .box-wrapper {
  float: left;
  width: 50%;
  padding: 7px;
  box-sizing: border-box;
}

.header-wrapper .box-container .box-wrapper .box {
  width: 100%;
  height: 118px;
  background: #026d64;
}

.header-wrapper .box-container .box-wrapper .box a {
  color: #FFF;
  font-size: 18px;
  text-decoration: none;
}

.header-wrapper .box-container .box-wrapper .box.single {
  line-height: 118px;
  text-align: center;
}

.header-wrapper .box-container .box-wrapper .box.single a {
  display: block;
}

.header-wrapper .box-container .box-wrapper .box.duo .team-picker {
  height: 50%;
  width: 100%;
  line-height: 59px;
  text-align: center;
  position: relative;
  color: #fff;
}
.header-wrapper .box-container .box-wrapper .box.duo .team-picker span {
  display: block;
  cursor: pointer;
}

.header-wrapper .box-container .box-wrapper .box.duo .team-picker ul.teams {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #FFF;
  max-height: 200px;
  overflow-y: auto;
  width: 100%;
  position: absolute;
  z-index: 10;
  -webkit-box-shadow: 0 1px 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 9px rgba(0, 0, 0, 0.5);
}

.header-wrapper .box-container .box-wrapper .box.duo .team-picker ul.teams li {
  display: block;
  padding: 0;
  margin: 0;
  line-height: 30px;
  border-bottom: 1px solid #eee;
}

.header-wrapper .box-container .box-wrapper .box.duo .team-picker ul.teams li a {
  font-size: 16px;
  color: #026d64;
}

.header-wrapper .box-container .box-wrapper .box.duo .team-picker ul.teams li a:hover {
  background: #f5f5f5;
}

.header-wrapper .box-container .box-wrapper .box.duo .team-picker:hover > ul.teams {
  display: block;
}

.header-wrapper .box-container .box-wrapper .box.duo .team-picker a {
  display: block;
  font-size: 16px;
}

.header-wrapper .box-container .box-wrapper .box.duo .team-picker.white {
  background: #fff;
  color: #026d64;
}

.header-wrapper .box-container .box-wrapper .box.duo .team-picker.grey {
  background: #ecf0f1;
  color: #026d64;
}

.header-wrapper .box-container .box-wrapper .box.duo .team-picker.green {
  background: #026d64;
}

.header-wrapper .box-container .box-wrapper .box.duo .team-picker.dark-green {
  background: #02625a;
}

.header-wrapper .box-container .box-wrapper .box.duo .team-picker.white a, .header-wrapper .box-container .box-wrapper .box.duo .team-picker.grey a {
  color: #026d64;
}

.header-wrapper .box-container .box-wrapper .box.orange {
  background: #f17a51;
}

.header-wrapper .box-container .box-wrapper .box.orange a:hover {
  background: #f2835f;
}

.content-wrapper .left-content {
  width: 66.66667%;
  float: left;
  box-sizing: border-box;
  padding:0 15px 40px 0;
}

.content-wrapper .left-content .heading {
  margin: 20px 0 0 0;
  height: 16px;
  border-bottom: 2px solid #ecf0f1;
  position: relative;
  margin-bottom: 30px;
}

.content-wrapper .left-content .heading h1 {
  font-family: 'PT Sans';
  position: absolute;
  background: #FFF;
  font-size: 24px;
  color: #026d64;
  font-weight: 600;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0 25px 0 0;
}
@media (max-width: 700px) {
  .content-wrapper .left-content .heading {
    height: auto;
    padding-bottom: 7.5px;
  }
  .content-wrapper .left-content .heading h1 {
    position: relative;
  }
  .content-wrapper .left-content img {
    max-width: 100%;
    margin: 0 0 15px 0 !important;
    float: none !important;
  }
  .content-wrapper .left-content {
    margin-bottom: 40px;
  }
}

.content-wrapper .left-content h2 {
  font-family: 'PT Sans';
  color: #f17a51;
  font-size: 20px;
  padding: 0;
  font-weight: 400;
  margin: 15px 0 5px 0;
}

.content-wrapper .left-content h3 {
  font-family: 'PT Sans';
  color: #f17a51;
  font-size: 18px;
  margin: 15px 0 5px 0;
  padding: 0;
  font-weight: 400;
}

.content-wrapper .left-content .page-content {
  font-family: Arial;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 20px;
}

.content-wrapper .left-content .page-content p {
  margin: 0 0 10px 0;
  padding: 0;
}

.content-wrapper .left-content .news-items {
  margin: 0 -15px;
}

.content-wrapper .left-content .news-items .col {
  padding: 0 15px;
  width: 50%;
  box-sizing: border-box;
  float: left;
}

.content-wrapper .left-content .news-items .item {
  background: red;
  margin-bottom: 30px;
  width: 100%;
  background: #FFF;
  -webkit-box-shadow: 0 1px 6px rgba(100, 100, 100, 0.2);
  -moz-box-shadow: 0 1px 6px rgba(100, 100, 100, 0.2);
  box-shadow: 0 1px 6px rgba(100, 100, 100, 0.2);
  height: 260px;
}

.content-wrapper .left-content .news-items .item .image-title {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 160px;

}

.content-wrapper .left-content .news-items .item .image-title span {
  display: inline-block;
  background: rgba(2, 109, 100, 0.8);
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  padding: 10px;
  margin: 15px;
  box-sizing: border-box;
}

.content-wrapper .left-content .news-items .item .date-placed {
  font-size: 12px;
  color: #bdc3c7;
  padding: 10px 10px 4px 10px;
}

.content-wrapper .left-content .news-items .item .excerpt {
  color: #666;
  font-size: 14px;
  padding: 0 10px 10px 10px;
  text-align: justify;
  height: 50px;
  overflow: hidden;
}

.content-wrapper .sidebar {
  width: 33.33333%;
  float: right;
  box-sizing: border-box;
  padding: 36px 0 0 15px;
}

.content-wrapper .sidebar .block {
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  margin: 0 0 30px 0;
}

.content-wrapper .sidebar .block .side-heading {
  color: #f17a51;
  font-size: 18px;
  margin: 0 0 10px 0;
}

.content-wrapper .sidebar .block ul.agenda {
  list-style: none;
  margin: 0;
  padding: 0;
}

.content-wrapper .sidebar .block ul.agenda li {
  font-size: 14px;
  margin: 0 0 3px 0;
  background: #fff;
}

.content-wrapper .sidebar .block ul.agenda li a {
  color: #666;
  text-decoration: none;
  display: block;
  padding: 7px 30px 7px 15px;
  background: #FFF url(../img/orange-arrow.png) center right 20px no-repeat;
}

.content-wrapper .sidebar .block ul.agenda li a:hover {
  background-color: #f5f5f5;
}

.content-wrapper .sidebar .block ul.agenda li span.date {
  font-weight: 700;
  display: block;
}

.content-wrapper .sidebar .block ul.agenda li span.description {
  display: block;
}

.content-wrapper .sidebar .block.grey {
  background: #ecf0f1;
}

.footer-wrapper {
  background: #026d64;
  width: 100%;
  min-height: 130px;
  color: #fff;
  font-size: 14px;
}

.footer-wrapper a {
  color: #fff;
}

.footer-wrapper .logo {
  width: 75px;
  height: 68px;
  background: url(../img/logo-white.png) center right no-repeat;
  padding: 30px 0;
  position: absolute;
  top: 0;
  left: 0;
}

.footer-wrapper span.heading {
  display: block;
  color: #fff;
  font-size: 18px;
  margin: 25px 0 15px 0;
}

.footer-wrapper span.heading.sponsors {
  margin-bottom: 5px;
}

.footer-wrapper .google-maps {
  display: block;
  max-width: 160px;
  height: 79px;
  width: 100%;
  padding: 45px 0 0 0;
  background: url(../img/google-maps.png) no-repeat center;
  background-size: contain;
}

.footer-wrapper .sponsor {
  float: left;
  margin-right: 5px;
}

.footer-wrapper .sponsor img {
  width: 100%;
}

.footer-wrapper .row {
  width: 100%;
  padding: 0 0 0 110px;
  box-sizing: border-box;
  margin: 0 -15px;
}

.footer-wrapper .col {
  float: left;
  box-sizing: border-box;
  width: 20%;
  padding: 0 10px;
}

.footer-wrapper .col.x2 {
  width: 40%;
}

.copyright-wrapper {
  background: #02625a;
  width: 100%;
}

.copyright-wrapper .copyright {
  text-align: center;
  color: #fff;
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.game-schedule {
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

.game-schedule .header {
  color: #ecf0f1;
  background: #026d64;
  font-weight: 600;
  font-size: 14px;
  border: 0;
}

.game-schedule .header td {
  border: 0;
  padding: 10px;
}

.game-schedule .orange-bar {
  background: #f17a51;
  color: #fff;
}

.game-schedule .orange-bar td {
  padding: 5px;
  text-align: center;
}

.game-schedule .game {
  border-bottom: 2px solid #ecf0f1;
}

.game-schedule .game td {
  border-left: 2px solid #ecf0f1;
  border-right: 2px solid #ecf0f1;
  padding: 5px;
}

.game-schedule .refs {
  background: #ecf0f1;
  font-size: 11px;
  border-left: 2px solid #ecf0f1;
  border-right: 2px solid #ecf0f1;
  border-bottom: 2px solid #ecf0f1;
}

.game-schedule .refs td {
  padding: 0px 5px;
  font-style: italic;
}

.game-schedule .refs td .notice {
  display: inline-block;
  float: right;
  max-width: 80%;
  text-align: right;
}

.training-schedule {
  margin: 0;
  padding: 0;
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}

.training-schedule, .training-schedule td, .training-schedule tr {
  border: 2px solid #ecf0f1;
}

.training-schedule td {
  padding: 5px 10px;
}

.training-schedule .day {
  background: #f17a51;
  color: #fff;
  font-weight: 600;
}

.training-schedule .day td {
  border: 2px solid #f17a51;
}

.training-schedule .header {
  background: #ecf0f1;
  font-weight: 600;
}

.training-schedule .email {
  width: 10px;
}

.training-schedule .memo {
  background: #ecf0f1;
  font-size: 12px;
  font-style: italic;
}

.training-schedule .memo td {
  padding: 0 10px;
}

.board .member {
  float: left;
  width: 50%;
  text-align: center;
  padding: 0 5px;
  box-sizing: border-box;
  margin: 0 0 30px 0;
}

.board .member .inner {
  background: #ecf0f1;
  padding: 20px 10px 10px 10px;
}

.board .member img.face {
  width: 100%;
  max-width: 200px;
}

.board .member .name {
  display: block;
  margin-top: 5px;
}

.board .member .position {
  display: block;
  font-size: 12px;
  font-style: italic;
}

.commission-table {
  margin: 0;
  padding: 0;
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}

.commission-table, .commission-table td, .commission-table tr {
  border: 2px solid #ecf0f1;
}

.commission-table td {
  padding: 5px 10px;
}

.commission-table .header {
  background: #ecf0f1;
  font-weight: 600;
}

.commission-table .email {
  width: 10px;
}

@media screen and (max-width: 960px) {
  .content-wrapper .left-content, .content-wrapper .sidebar {
    padding: 15px;
  }
  .mobile-panel {
    width: 100% !important;
    margin-left: 0;
  }
}

@media screen and (max-width: 800px) {
  #google-maps-col {
    display: none;
  }
  .footer-wrapper .col {
    width: 30%;
  }
}

@media screen and (max-width: 700px) {
  .footer-wrapper .col {
    width: 50%;
  }
  .footer-wrapper .col.x2 {
    width: 100%;
    margin-bottom: 15px;
  }
  .top-nav-wrapper {
    min-height: 60px;
    height: auto;
  }
  .top-nav-wrapper .logo {
    width: 56px;
    height: 50px;
    margin: 5px;
    background: url(../img/logo-white-small.png) center no-repeat;
    background-size: contain;
    box-shadow: none;
    left: 10px;
    top: 0;
  }
  .top-nav-wrapper .top-nav {
    box-sizing: border-box;
    float: right;
    margin: 0;
    width: 100%;
    padding-top: 60px;
  }
  .top-nav-wrapper .top-nav ul {
    display: none;
    position: static;
    z-index: 100;
    width: 100%;
    background-color: #fff;
    padding: 0 15px;
    box-sizing: border-box;
    -webkit-box-shadow: 0 3px 5px rgba(100, 100, 100, 0.5);
    -moz-box-shadow: 0 3px 5px rgba(100, 100, 100, 0.5);
    box-shadow: 0 3px 5px rgba(100, 100, 100, 0.5);
  }
  .top-nav-wrapper .top-nav ul li {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 2px solid #ecf0f1;
    font-size: 18px;
  }
  .top-nav-wrapper .top-nav ul li:last-child {
    border: 0;
  }
  .top-nav-wrapper .top-nav ul li a {
    color: #7f8c8d;
  }
  .top-nav-wrapper .top-nav ul li a:hover {
    background-color: #fff;
  }
  .top-nav-wrapper .top-nav ul li.has-sub > ul {
    position: static;
    box-shadow: none;
    background: #f5f7f8;
  }
  .top-nav-wrapper .top-nav ul li.has-sub > ul li {
    background: none;
  }
  .top-nav-wrapper .top-nav ul li.has-sub > ul li a {
    background: none;
  }
  .top-nav-wrapper .top-nav ul li:hover > ul {
    display: none;
  }
  .top-nav-wrapper .top-nav .mobile-nav {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 15px;
    width: 60px;
    height: 60px;
    background: url(../img/hamburger-nav.png) center no-repeat;
  }
  .top-social-media {
    display: none;
  }
  .content-wrapper .left-content, .content-wrapper .sidebar {
    width: 100%;
    padding: 0 15px;
  }
}

@media screen and (max-width: 500px) {
  .top-nav-wrapper .top-nav .mobile-wrapper {
    background: #ecf0f1;
    padding-bottom: 5px;
  }
  .header-wrapper .header-image {
    background: #ecf0f1;
    height: 280px;
  }
  .header-wrapper .box-container {
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    background: none;
  }
  .footer-wrapper .logo {
    display: none;
  }
  .footer-wrapper .row {
    padding: 0 15px;
  }
}

@media screen and (max-width: 400px) {
  .show-400 {
    display: inline;
  }
  .hide-400 {
    display: none;
  }
  .header-wrapper .box-container .box-wrapper .box.white-border {
    box-sizing: border-box;
    border: 3px solid #fff;
  }
  .top-social-media {
    display: none;
  }
  .content-wrapper .left-content .news-items .col {
    width: 100%;
  }
  .footer-wrapper .col {
    width: 100%;
  }
}




/*------------------------------------ Wedstrijdschema ------------------------------------*/

#wedstrijd_content {
    width: 100%;
    float: left;
    padding: 0px 0px 0px 0px;
}
#wedstrijd_info_block_right_locatie_website a {
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}
.overview_column {

    width: 100%;
    padding: 0;
    float: left;
    display: inline;
    position: relative;
}
.overview_column.right {
    float: right;
}
.overview_column .categorie_name {

    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    padding: 15px 10px;
    font-weight:600;
}
.overview_column.left .categorie_name {
    float: left;
    background: #F17A51;
    color: #FFFFFF;
    margin: 10px 0px 5px 00px;
    text-align: left;
}
.overview_column.right .categorie_name {
    float: left;
    background: #026D64;
    color: #ffffff;
    margin: 10px 00px 5px 0px;
    text-align: left;
    padding-right: 10px;
}
.overview_row {
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    margin-bottom: 5px;
    padding: 15px 10px;
    background: #ECF0F1;
    cursor: pointer;

}
.overview_row_visited {
    background: #F78F1E;
    color: #FFFFFF;
}
a.team-facebook {
  background-color: #F78F1E;
  font-size: 18px;
  padding: 10px 15px;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 30px;
  color: #fff;
}
.info-icon {
    background: url('../img/info_icon.png');
    background-position: 0;
    float: left;
    width: 13px;
    height: 13px;
    margin: 2px 5px 0 0;
}
.time-icon {
    background: url('../img/time_icon.png');
    background-position: 0;
    float: left;
    width: 13px;
    height: 13px;
    margin: 2px 5px 0 0;
}
.referee-icon {
    background: url('../img/referee_icon2.png');
    background-position: 0;
    float: left;
    width: 14px;
    height: 13px;
    margin: 3px 5px 0 0;
}
.overview_row.overview_row_visited .info-icon {
    background-position: -13px 0;
}
.overview_row.overview_row_visited .time-icon {
    background-position: -13px 0;
}
.overview_row.overview_row_visited .referee-icon {
    background-position: -15px 0;
}
.overview_row > div {
    float: left;
    display: inline;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 15px;
}
.overview_row > div > img {
    display: inline;
    vertical-align: -1px;
    margin-right: 5px;
}
.wedstrijd_overview_row_top, .wedstrijd_overview_row_bottom {
    width: 100%;
}
.wedstrijd_overview_row_match {
    width: 50%;
}
.wedstrijd_overview_row_match.wide {
    float: left;
    width: 70%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 5px;
}
.wedstrijd_overview_row_referees {
    display: none;
}
.wedstrijd_overview_row_referees span {
    color: blue;
}
.wedstrijd_overview_row_time {
    width: 25%;
}
.wedstrijd_overview_row_time.wide {
    width: 30%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.wedstrijd_overview_row_ishome {
    width: 25%;
}
.match-ishome {
    float: right;
    width: 40px;
    text-align: left;
}
.overview_info {
    width: 100%;
    float: left;
    display: inline;
    position: relative;
    margin: 0 0 11px;
    display: none;
}
.overview_info_block {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: left;
    display: inline;
    background: #FFFFFF;
    padding: 4%;
    position: relative;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.overview_info_block table tr:nth-child(odd)
{
  height:25px;
  line-height: 25px;
  text-indent: 5px;
  background:#efefef;
}
.overview_info_block table tr:nth-child(even)
{
  height:25px;
    text-indent: 5px;
  line-height: 25px;

}
#wedstrijd_info_block_right_locatie_routeLink {
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
    display: none;
}
.wedstrijd_info_block_header_data {
    font-size: 14px;
    font-weight: bold;
}
#wedstrijd_locatie_route {
    display: none;
}
#overview_filter {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: left;
    padding: 15px 10px;
     margin-bottom: 20px;
     background: #ECF0F1;
}
#wedstrijd_filter_home_away {
    float: left;
}
.overview_filter_checkbox {
    float: left;
    background: #FFFFFF;
    padding: 6px 20px 6px 5px;
    margin: 0 5px 0 0;
}
#wedstrijd_filter_organisations {
    float: left;
}
.overview_schedule_filter {
    float: left;
    display: inline;
}
.wedstrijd_filter_data_list {
    border: none;
    background: #FFFFFF;
    padding: 5px;
    font-size: 16px;
    margin: 0 5px 0 0;
}
.center {
    text-align: center;
}
.match-canceled {
    text-transform: uppercase;
    color: #FF0000;
    font-weight: bold;
}
/* End Wedstrijdschema */
