#navBarTop{
	margin-bottom: 0;
}
.header-editx{
	font-size: 16px;
	background-color: #007b9f;
	color: white;
	margin-bottom: 40px;
}
.header-editx h1:first-letter,
.header-editx h2:first-letter{
	text-transform: uppercase;
}
.header-editx h1{
	font-size: 28px;
}
.header-editx h2{
	font-size: 24px;
}

.panel-challenge{
	border-radius: 0;
}
.challengeclose{
	opacity: 0.2;
}
.panel-challenge > .panel-heading{
	background-color: transparent;
	padding: 0;
	border: none;
}
.panel-challenge-img{
	display: block;
	width: 100%;
}
.panel-challenge > .panel-body{
	padding: 0 10px;
}
.panel-challenge > .panel-body > h4{
	font-family: "Open Sans";
	color: black;
	font-size: 14px;
	padding: 10px 0;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
	height: 55px; max-height: 55px;
}
.panel-challenge > .panel-body > .panel-challenge-days{
	color: black;
	padding: 5px 0;
	font-size: 11px;
}
.panel-challenge > .panel-footer{
	background-color: transparent;
	padding: 0;
	border: none;
}
.btn-link-challenge{
	background-color: #007b9f;
	color: white;
	padding: 5px 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
}
.panel-challenge-link:hover{
	text-decoration: none;
}
.panel-challenge.challenge_open > .panel-footer > .btn-link-challenge{
	background-color: #7ed321;
}
.panel-challenge.challenge_close{
	opacity: 0.4;
}
.panel-challenge-timing,
.panel-challenge-location{
	color: rgba(139,139,139,1);
	font-size: 12px;
	margin-bottom: 5px;
}
.panel-challenge-timing > .panel-challenge-timing-text,
.panel-challenge-location > .panel-challenge-location-text{
	vertical-align: middle;
	margin-left: 30px;
	display: inline-block;
	padding-top: 3px;
}
.panel-challenge-location > .panel-challenge-location-text{
	height: 24px; max-height: 24px;
        max-width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.panel-challenge-timing > .fa,
.panel-challenge-location > .fa{
	float: left;
	vertical-align: middle;
	font-size: 22px;
	opacity: 0.5;
}
.panel-challenge-timing > .fa{
	color: #007b9f;
}
.panel-challenge-location > .fa{
	color: rgba(139,139,139,1);
}