/* Articles */
.page-content img{
    max-width: 100%;
    height: auto !important;
}


/* Settingspage */
.block > .block-header{
	margin-top: 0px;
	background-color: #154391;
	color: #ffffff;
	padding: 5px 20px 5px 10px;
	display: inline-block;
        margin-bottom: 2px;
}

/* Member, Team, Committee */
.no-logo-image {
  width: 60%;
}

.change-logo-button {
  margin: 10px 0 !important;
}

.page-picture {
  text-align: center;
}

.back-link {
}

.panel-body img {
  display: block;
  height: auto;
  max-width: 100%;
}

.edit-form {
  margin-top: 20px;
}

/* Committee  */

#committee table tr td {
    width: 50%;
}

.committee-panel {
  margin: 0 10px;
  text-align: center;
}

/* Member */

#person-data table tr td {
    width: 50%;
}

#member-picture {
    text-align: center;
    max-width: 200px;
    margin: 0px auto;
}

#member-pictures img {
    max-width: 95%;
}

#shirt {
    width: 200px;
    height: 200px;

    margin: 10px auto;

    background-image: url('../images/punch-shirt.png');
    background-repeat: no-repeat;
    background-size: 200px 200px;

    position: relative;
    color: white;
    text-align: center;
    font-family: Arial;
}

#libero-shirt {
    width: 200px;
    height: 200px;

    margin: 10px auto;

    background-image: url('../images/libero-shirt.png');
    background-repeat: no-repeat;
    background-size: 200px 200px;

    position: relative;
    color: #034d8e;
    text-align: center;
    font-family: Arial;
}

#shirtnumber {
    position: absolute;
    top: 40%;
    font-weight: bold;
    width: 100%;
}

.shirtnumber-small {
    font-size: 50px;
}

.shirtnumber-large {
    font-size: 60px;
}


/* Team */
.teams-by-gender .btn{
  margin-bottom: 5px;
}

.teams-by-gender a:hover{
  text-decoration: none;
}

#teams-summary-title {
  margin-top: 30px;
}

.team-summary {
  margin-bottom: 20px;
}

#team-picture {
  text-align: center;
  display: block;
  margin: 0px auto;
}

.form-buttons {
  margin-top: 10px;
}

/* Nevobo */
#match-results .btn{
  margin-bottom: 5px;
}

#match-results{
  padding-bottom: 15px;
  border-bottom: 1px solid #cecece
}

#match-programme .btn{
  margin-bottom: 5px;
}

/* Board */
.color-label {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
}

h2 .color-label {
  width: 30px;
  height: 30px;
}

h1 .color-label {
  width: 40px;
  height: 40px;
}

/* Banners */
#banners {
  text-align: center;
  padding: 0 10px;
}

.banner {
  
}

.pbc-box {
    background-color: #1D4E9A; 
    height: 22px; 
    width: 100%; 
    color: white;
}

.pbc-box a, .pbc-box a:hover, pbc-box a:active, pbc-box a:visited, pbc-box a:link{
    color: white; 
}

.slick-slider {
    margin-bottom: 0 !important;
}

.banner a img{
  height: 80px;
  max-height: 100%;
  max-width: 100%;
}

/* Songs page */
audio { width: 200px; }
@media only screen and (max-width: 992px) {
        audio { width: 100%; }
    
	/* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { border: 1px solid #ccc; }
 
	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}
 
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }
}
