.total-time {
	width: 45%;
	float: right;
	padding: 0 5% 0 0;
	margin: 4% 0 0 0;
	text-align: right;
	position: relative;
	z-index: 9;
}
.total-time.myaccount {
	position: absolute;
	top: 0;
	right: 0;
}
.total-time h2 {
	text-transform: uppercase;
	opacity: .2;
	padding: 0;
}
.total-time p {
	padding: 0 10px;
	text-transform: uppercase;
}
.title {
	clear: both;
	overflow: hidden;
	border-bottom: 1px solid;
	padding: 0 0 18px 50px;
}
.title h3 {
	text-transform: uppercase;
	width: 80%;
	float: left;
}
.title .button {
	float: right;
	padding: 10px 20px;
}
.title .button a {
	text-transform: uppercase;
}
.workouts {
	width: 96%;
	clear: both;
	overflow: hidden;
	margin: 0;
	padding: 2%;
}
.workouts .title {
	background: url(../images/workout.png) no-repeat left top;
	margin: -8px 0 0 0;
}
.workouts .title h3 {
	padding: 6px 0 4px 0;
}
.workouts .info {
	clear: both;
	padding: 0;
	position: relative;
}
.workouts .info h3 {
	font-size: 18px;
	text-transform: uppercase;
	padding: 14px 20px 11px 20px;
}
.workouts .table {
	clear: both;
	overflow: hidden;
	border-top: 1px solid;
	border-bottom: 1px solid;
}
.workouts .table .acts {
	clear: both;
	overflow: hidden;
	width: 23%;
	float: left;
	padding: 24px 2% 0 0;
	text-align: right;
}
.workouts .table .acts .act {
	color: #919194;
	font-size: 14px;
	line-height: 20px;
	padding: 11px 0 10px 0;
	text-transform: uppercase;
}
.workouts .table .acts .act:first-child {
	color: #d8dad9;
}
.workouts .table .bars {
	padding: 21px 0 29px 0;
	background: url(../images/table-grid.png) repeat left center;
	width: 75%;
	float: left;
}
.workouts .table .bars .bar {
	display: block;
	padding: 17px 0 18px 0;
	background: rgba(0, 0, 0, .6);
	margin: 6px 0 0 0;
}
.workouts .table .bars .bar:first-child {
	background: rgba(0, 0, 0, .8);
}
.workouts .titles {
	clear: both;
	overflow: hidden;
	margin: 3px 0 0 0;
	display: flex;
}
.workouts .titles .title {
	padding: 0;
	clear: none;
	margin: 0;
	border: 0;
	background-image: none;
}
.workouts .titles .title.one {
	width: 16%;
}
.workouts .titles .title.two {
	width: 18%;
}
.workouts .titles .title.three {
	width: 11%;
}
.workouts .titles .title.four {
	width: 14%;
}
.workouts .titles .title.five {
	width: 13.4%;
}
.workouts .titles .title.six {
	width: 10.6%;
}
.workouts .titles .title.seven {
	width: 17%;
}
.workouts .titles .title p {
	font-size: 14px;
	text-transform: uppercase;
	padding: 18px 20px;
	line-height: 14px;
}
.workouts .buttons {
	width: 16%;
	clear: both;
	overflow: hidden;
	float: left;
}
.workouts .buttons .item {
	clear: both;
	overflow: hidden;
	border-bottom: 1px solid;
}
.workouts .buttons .item a {
	padding: 18px 20px;
	display: block;
	text-transform: uppercase;
	border-right: 1px solid;
}
.workouts .buttons .item a:hover {
	cursor: pointer;
}
.workouts .buttons .item a.here {
	color: #151517;
	background: #fdbb30;
}
.workouts .sections {
	width: 84%;
	float: left;
	position: relative;
}
.workouts .sections .section {
	clear: both;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	z-index: -1;
}
.workouts .sections .section.here {
	opacity: 1;
	position: relative;
	z-index: 9;
}
.workouts .sections .section .row {
	width: 100%;
	clear: both;
	overflow: hidden;
	background: rgba(0, 0, 0, .5);
	border-top: 1px solid;
	display: flex;
}
.workouts .sections .section .row:nth-child(2n) {
	background: rgba(0, 0, 0, .3);
}
.workouts .section .row .col {
	padding: 0;
	background: none;
	border-right: 1px solid;
}
.workouts .section .row .col.two {
	width: 21.4%;
}
.workouts .section .row .col.three {
	width: 13.1%;
}
.workouts .section .row .col.four {
	width: 16.7%;
}
.workouts .section .row .col.five {
	width: 15.9%;
}
.workouts .section .row .col.six {
	width: 12%;
}
.workouts .section .row .col.seven {
	width: 20.2%;
}
.workouts .section .row .col.the-total {
	width: 71.4%;
}
.workouts .section .row .col p {
	text-transform: none;
	padding: 18px 20px 16px 20px;
}
.workouts .section .row .col.six p {
	border-right: 0;
	font-size: 11px;
}
.workouts .section .row .col.the-total p {
	text-transform: uppercase;
}
.workouts .section .row .col ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
.workouts .section .row .col ul li {
	margin: 0;
	padding: 12px 0 0 15px;
	list-style: none;
	display: inline;
	float: left;
	line-height: 0px;
}
.workouts .section .row .col ul li a {
	display: block;
}
.workouts .section .row .col ul li img {
	margin: 0;
}
.tabs-top {
	clear: both;
	overflow: hidden;
	padding: 0;
	display: flex;
	flex-direction: row;
}
.tab-top {
	width: auto;
	margin: 0;
	padding: 17px 25px 15px 25px;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	color: #f4b81a;
    background: #0f0f0f;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    cursor: pointer;
}
.tab-top:first-child {
	border-left: 1px solid #000;
}
.tab-top:hover,
.tab-top.active {
	color: #151517;
	background: #fdbb30;
	/*background: #185b34;*/
}
.challenge-tabs {
	clear: both;
	overflow: hidden;
	position: relative;
}
.challenge-tab {
	position: absolute;
	left: -99999em;
	top: 0;
	opacity: 0;
	width: 100%;
}
.challenge-tab.active {
	position: relative;
	left: 0;
	height: auto;
	opacity: 1;
}
.workouts.past {
	margin-top: -100px;
}
.workouts .titles.past {
	margin-top:0;
}

/* Responsive */
	@media all and (max-width: 1275px) {
		.workouts .titles .title.three { width: 11%; }
		.workouts .titles .title.four { width: 24.2%; }
		.workouts .titles .title.five { width: 13.8%; }
		.workouts .section .row .col.five { width: 18%; }
		.workouts .section .row .col.four { width: 31.9%; }
		.workouts .section .row .col.three { width: 14.45%; }
		.workouts .section .row .col p { font-size: 14px; }
	}
	@media all and (max-width: 1100px) {
		.workouts .section .row .col.two { width: 29.55%; }
		.workouts .section .row .col.five { width: 24%; }
		.workouts .titles .title.two { width: 22.4%; }
		.workouts .titles .title.four { width: 24.3%; }
		.workouts .titles .title.five { width: 18.3%; }
	}
	@media all and (max-width: 1000px) {
		.log { width: 42%; padding: 3%; min-height: 430px; }
		.title h3 { width: 76%; }
	}
	@media all and (max-width: 900px) {
		.workouts { width: 94%; padding: 3%; margin: 0 0 4% 0; float: none; clear: both; overflow: hidden; }
		.workouts .log .title { margin: 2px 0 0 0; }
		.workouts .title { margin: 6px 0 0 0; }
		.workouts .titles .title.one { display: none; }
		.workouts .titles { display: none; }
		.workouts .buttons { width: 100%; float: none; }
		.workouts .buttons .item:first-child { width: 100%; }
		.workouts .buttons .item:first-child a { font-family: 'Whitney-Semibold', sans-serif; text-align: center; text-transform: uppercase; }
		.workouts .buttons .item { width: 50%; float: left; clear: none; }
		.workouts .buttons .item a { word-wrap: break-word; text-transform: none; padding: 15px; }
		.workouts .sections { width: 100%; }
	}
	@media all and (max-width:600px) {
		.total-time { display: none; }
		.workouts { padding: 5%; width: 90%; min-height: auto; }
		.workouts .table .acts { width: 43%; }
		.workouts .table .bars { width: 55%; }
		.workouts .section .row .col.five, .workouts .section .row .col.four { border-top: 1px solid #151517; width: 50%; }
		.workouts .section .row .col.three, .workouts .section .row .col.two { width: 50%; }
		.workouts .section .row .col.three p { border: 0; }
		.workouts .section .row .col.four { clear: both; overflow: hidden; }
	}
	@media all and (max-width: 500px) {
		.workouts .title h3 { width: 70%; }
		.workouts .table .acts .act { font-size: 13px; line-height: 17px; text-transform: none; }
		.workouts .table .acts { width: 50%; }
		.workouts .table .bars { width: 48%; }
		.workouts .section .row .col p { padding: 18px 10px 16px 10px; }
		.workouts .buttons .item { border-top: 1px solid #444; border-bottom: 0; }
	}