.logos li { height: 125px !important; vertical-align: middle !important; }

.bigslam-header-style-plain.bigslam-style-menu-right .bigslam-logo {
    float: left;
    width: 140px;
}

/* Breadcrumbs */
#breadcrumbs {
  padding-top: 8px;
   padding-left: 40px;
   padding-right: 40px;
  font-size: 13px;
  font-weight: 400 !important;
	font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
   color: #ffffff;
  text-align: right;
}

#breadcrumbs a { 
  color: #aaaaaa;
}

#breadcrumbs a:hover { 
  color: #ffffff;
}

body.home #breadcrumbs {
  display: none;
}

/* Programma club */
div.nbbdb_clubprogramma table {
    width: 100%;
		border-spacing: 0
}
div.nbbdb_clubprogramma tr {

	font-size: 16px;
	color: rgb(61, 61, 61);
	font-weight: 400 !important;
	font-family: "Roboto Condensed", sans-serif;
}

div.nbbdb_clubprogramma td{
	padding: 16px;
	word-break: keep-all;
}
div.nbbdb_clubprogramma td:first-child,
div.nbbdb_clubprogramma td:nth-child(2) {
	font-weight: 600 !important;
}
div.nbbdb_clubprogramma tr:first-child {
	background: #262626 !important;
	color: #FFFFFF;
	font-weight: 600 !important;
	font-size: 19px;
	text-transform: uppercase;
}
div.nbbdb_clubprogramma strong {
	color: #d13028 !important
}

/* Standen club */
div.nbbdb_standen table {
    width: 100%;
	  border-spacing: 0px;
}
div.nbbdb_standen tr {
	background: #FFFFFF !important;
	font-size: 16px;
	color: rgb(61, 61, 61);
	font-weight: 400 !important;
	font-family: "Roboto Condensed", sans-serif;
}
div.nbbdb_standen td{
	padding: 19px;
	word-break: keep-all;
}
div.nbbdb_standen td:first-child,
div.nbbdb_standen td:nth-child(2) {
	font-weight: 600 !important;
}
div.nbbdb_standen tr:first-child {
	background: #262626 !important;
	color: #FFFFFF;
	font-weight: 600 !important;
	font-size: 16px;
	text-transform: uppercase;
}

/* Single team */
div.nbbdb_singeteam table {
    width: 100%;
		border-spacing: 0
}
div.nbbdb_singeteam tr {

	font-size: 16px;
	color: rgb(61, 61, 61);
	font-weight: 400 !important;
	font-family: "Roboto Condensed", sans-serif;
}

div.nbbdb_singeteam td{
	padding: 16px;
	word-break: keep-all;
}
div.nbbdb_singeteam td:first-child {
	-font-weight: 600 !important;
	white-space: nowrap;
}
div.nbbdb_singeteam tr:first-child {
	background: #262626 !important;
	color: #FFFFFF;
	font-weight: 600 !important;
	font-size: 19px;
	text-transform: uppercase;
}
div.nbbdb_singeteam strong {
	color: #d13028 !important
}

/* Last results */
.bigslam-sp-event-widget-list {
	padding-top: 16px;
	padding-bottom: 16px;
}


.table {
  display: flex;
  flex-flow: column nowrap;
  margin: 0;
  flex: 1 1 auto;
	font-size: 16px;
	color: rgb(61, 61, 61);
	font-weight: 400 !important;
	font-family: "Roboto Condensed", sans-serif;

}

.th {
  display: none;
}

.th > .td {
	background: #262626 !important;
	color: #FFFFFF;
	font-weight: 600 !important;
	font-size: 16px;
	text-transform: uppercase;
}

.tr {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
}

.tr:nth-of-type(even) {
  background-color: #f2f2f2;
}

.tr:nth-of-type(odd) {
  background-color: #ffffff;
}

.td {
  display: flex;
  flex-flow: row nowrap;
  flex-grow: 1;
  flex-basis: 0;
  padding: 1em;
  word-break: break-word;
	flex-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0px;
  /*white-space: nowrap;*/
  border-bottom: 0px solid #d0d0d0;
}

/* Tab title */
.gdlr-core-tab-item .gdlr-core-tab-item-title {
	font-size: 16px !important;
}

.foyer-slide-field-date { display: none; }
.foyer-display table { font-size: 120%; }