.tab-content {
	padding-top: 25px;
}

.tabbable > .tab-content {
	border-left: solid 1px #dddddd;
	border-right: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
	padding: 25px;
}

.tab-content h3 {
	margin-top: 0;
}

.panel-session {
	border-color: #d11600;
}

.panel-session > .panel-heading {
	background-color: #d11600;
	border-color: #d11600;
}

.panel-session > .panel-heading > h4 {
	margin: 0;
}

.room-badge {
	color: #222222 !important;
	font-weight: 700;
	font-size: 14px;
}

.col-xs-11 {
	margin-left: 15px;
	margin-right: -15px;
}

.speaker-photo {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-left: 17.5%;
	margin-bottom: 15px;
}

.company-logo {
	margin: 0 15px;
	max-width: 150px;
	max-height: 150px;
}

.panel-presentation {
	padding: 15px !important;
	background: #f5f5f5;
}

@media (min-width: 1200px) {
	.speaker-photo {
		width: 125px !important;
		height: 150px !important;
	}
}

@media (max-width: 1199px) {
	.speaker-photo {
		width: 80px !important;
		height: 100px !important;
	}
}

@media (max-width: 991px) {
	.speaker-photo {
		width: 60px !important;
		height: 70px !important;
	}
}

@media (max-width: 767px) {
	.col-xs-1 {
		display: none;
	}
	.col-xs-11 {
		margin: 0 0 15px;
	}
}

/* SHORT COURSES */
.panel-tire-mechanics {
	border-color: #0082c6;
}

.panel-tire-mechanics > .panel-heading {
	background-color: #0082c6;
	border-color: #0082c6;
}

.panel-tire-mechanics > .panel-heading > h4 {
	margin: 0;
	color: white;
}