.clients .footer-content-container {
	display:none;
}

.backButton {
	margin-top: 50px;
	margin-bottom:25px;
    display: block;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
}

.backButton:before {
	content: "<";
	padding-right:5px;
}

.programTable {
	margin:45px 0;
	display:table;
	width:100%;
}

.programTable--header {
	font-size:12px;
	border-top:1px solid black;
	border-bottom:1px solid black;
	width:100%;
	display:inline-table;
	text-transform: uppercase;
}

.programTable--header div, .programTable--item div {
	float:left;
}

.programTable--items {
	width:100%;
}

.programTable--item {
	width:100%;
	border-bottom:1px solid #e5e5e5;
	padding:8px 0;
	display:inline-table;
	font-size:14px;
	line-height:16px;
}

.programTable--summary {
	width:100%;
}

.programTable--id {
	width:15%;
}

.programTable--image {
	width:15%;
}

.programTable--image.hasVideo {
	background-size: 90%;
	min-height:60px;
	text-align:center;
	padding:20px 0;
	text-transform:uppercase;
	font-size:12px;
	border-right:10px solid white;
}

.programTable--image img {
	width:90%;
}

.programTable--name {
	width:40%;
}

.programTable--exerciseName {
	width:20%;
}

.programTable--item .programTable--exerciseName {
	padding:10px 0;

	text-transform: uppercase;
}

.programTable--desc {
	width:40%;
	font-size:12px;
}

.programTable--item .programTable--desc {
	line-height:14px;
	padding:10px 0;
}

.programTable--created {
	width:20%;
}

.programTable--actions {
	width:25%;
}

.programTable--extras {
	border-top:1px solid #e5e5e5;
	margin-top:10px;
	padding:10px 0;
	line-height:24px;
	background:#e5e5e5;
}

.programTable--imageGallery {
	margin-bottom:20px;
}

.programTable--imageGallery div {
	padding-left:0;
}

.programTable--imageGallery img {
	width:100%;
}