/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 
/* Coach */
.sl-coach .sl-coach-name {
	margin-bottom: 0;
}

.sl-coach .sl-coach-title {
	margin-top: 0;
}

.sl-coach .sl-license {
	margin-bottom: 0;
}

/* Media Object */
.sl-media {
	margin: 0;
}

.sl-media, .sl-media-body {
	overflow: hidden;
	_overflow: visible;
	zoom: 1;
}

.sl-media .sl-media-left {
	float: left;
	margin-right: 15px;
}

.sl-media-body {
	border-left: 1px solid rgb(54, 95, 145);
	padding-left: 15px;
}

.sl-media .sl-media-left img{
	display: block;
}

.sl-media .sl-media-body h1:first-child,
.sl-media .sl-media-body h2:first-child,
.sl-media .sl-media-body h3:first-child,
.sl-media .sl-media-body h4:first-child,
.sl-media .sl-media-body h5:first-child,
.sl-media .sl-media-body h6:first-child {
	margin-top: 0;
}

/* Table */
.sl-table td {
	vertical-align: top;
}

.sl-table td h1:first-child,
.sl-table td h2:first-child,
.sl-table td h3:first-child,
.sl-table td h4:first-child,
.sl-table td h5:first-child,
.sl-table td h6:first-child {
	margin-top: 0;
}