#community {

}

	#community-content {
		margin-top: 25px;
		margin-bottom: 15px;
		padding: 0 40px;
	}

	#community-content p {
		font-size: 15px;
		line-height: 1.6;
		margin-bottom: 15px;
	}

	.tab-menu,
	.tab-content {
		border-top: 1px solid #eee;
	}

	.nav-stacked {
		border-right: 1px solid #dcdcdc;
		border-bottom: 0;
		padding-right: 0;
	}

	.nav-stacked > li {
		margin-bottom: 0;
	}

	.nav-stacked > li > a:hover,
	.nav-stacked > li > a:focus {
		border: 0;
		border-radius: 0;
		color: #1f8fc1;
		text-decoration: none;
	}

	.nav-stacked > li.active > a {
		background-color: #eee;
	}

	.nav-stacked > li.active > a:hover,
	.nav-stacked > li > a:hover {
    	background-color: #e6e6e6;
	}

	.nav-stacked > li.active > a,
	.nav-stacked > li.active > a:focus,
	.nav-stacked > li.active > a:hover {
	    border: 0;
	    border-radius: 0;
	}

	.tab-content {
		padding-top: 30px;
    margin-left: 200px;
	}

	.tab-pane {
		color: #525c65;
	}

	.tab-pane h3 {
		font-size: 20px;
		color: #307699;
		margin: 35px 0 15px;
	}

	.tab-pane h3:first-child {
		margin-top: 0;
	}

	/*.tab-pane ul {
		font-size: 15px;
		list-style-type: disc;
		padding-left: 40px;
		padding-bottom: 5px;
	}*/

	.tab-pane ul > li {
		margin-bottom: 0;
	}

	.nav-stacked > li > a {
		font-size: 13px;
		color: #1f8fc1;
		cursor: pointer;
		margin-right: 0;
		border: 0;
		border-radius: 0;
	}

	.community-parts {
    	border-top: 1px solid #dbe2e8;
    	padding: 40px 0;
	}

	.community-parts:first-child {
    	padding: 0 0 15px;
    	border-top: 0;
	}

	.community-parts:last-child {
	    padding-bottom: 0;
	}

	.community-block {
		display: none;
	}

	.p-custom {
		font-weight: 600;
		color: #767676;
	}

	.details-toggle {
		font-size: 12px;
		text-transform: uppercase;
		letter-spacing: 1px;
    	font-weight: 600;
		color: #2e3d49;
		cursor: pointer;
		display: inline-block;
		margin-top: 25px;
	}

	.details-toggle:hover {
		color: #ef6536;
	}

	.glyphicon-triangle-bottom {
		color: #ef6536;
		font-size: 12px;
		margin-left: 8px;
		vertical-align: middle;
		-webkit-transition: -webkit-transform .2s;
	    transition: -webkit-transform .2s;
	    transition: transform .2s;
	    transition: transform .2s,-webkit-transform .2s;
	}

	.glyphicon-triangle-bottom-toggle-off {
		-webkit-transform: rotate(0deg);
    	transform: rotate(0deg);
	}

	.glyphicon-triangle-bottom-toggle-on {
		-webkit-transform: rotate(-180deg);
    	transform: rotate(-180deg);
	}

	#section-0 .teachers-tabs {
		border-bottom: 0;
	}

	#section-0 .btn-group {
		margin: 15px 0;
		position: relative;
	}

	.scrollable-menu {
	    height: auto;
	    max-height: 240px;
	    overflow-y: auto;
	    overflow-x: hidden;
	    cursor: pointer;
	    position: absolute;
	    top: 36px;
	}

	.scrollable-menu > a {
		display: block;
	    padding: 3px 20px;
	    clear: both;
	    font-weight: 400;
	    line-height: 1.42857143;
	    color: #333;
	    white-space: nowrap;
	}

	.scrollable-menu > a:hover {
		color: #262626;
	    text-decoration: none;
	    background-color: #f5f5f5;
   	}

	#section-0 > ul > li > .tab-content {
		border-top: 0;
		padding: 0;
	}

	/*.teacher-details {
		width: 70%;
		padding-left: 30px;
	}*/

.work-section {
	margin-top: 25px;
}

.work-heading {
	margin-bottom: 25px;
	width: 100%;
}

.work-heading h2 {
	font-size: 26px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ef6536;
	display: table-cell;
	white-space: nowrap;
	line-height: 0;
}

.work-heading h2::after {
    content: "i";
    color: #fff;
}

.work-heading hr {
	width: 100%;
	display: table-cell;
}

.work-heading-line {
	width: 100%;
	display: table-cell;
	border-bottom: 1px solid #eaeaea;
	padding-left: 10px;
}

#teacher-songs-table {
	width: 100%;
}

#teacher-songs-table > tbody > tr > td:first-child {
	width: 100%;
}

#teacher-songs-table > tbody > tr > th {
	font-weight: 300;
}

#teacher-songs-table > tbody > tr > th,
#teacher-songs-table > tbody > tr > td {
	border: 0;
	white-space: nowrap;
	vertical-align: middle;
}

#teacher-songs-table > tbody > tr:nth-child(odd) {
	background-color: #f5f5f5;
}

.td-download {
	padding-right: 16px !important;
}

.btn-custom,
.btn-custom:focus {
    width: 110px;
    text-align: center;
    text-decoration: none;
    color: #ef6536;
    font-weight: 300;
    background-color: transparent;
    border-radius: 20px;
    border: 2px solid #ef6536;
    -webkit-transition: background-color 300ms ease-in-out, color 350ms ease-in-out;
	-moz-transition: background-color 300ms ease-in-out, color 350ms ease-in-out;
	-ms-transition: background-color 300ms ease-in-out, color 350ms ease-in-out;
	-o-transition: background-color 300ms ease-in-out, color 350ms ease-in-out;
	transition: background-color 300ms ease-in-out, color 350ms ease-in-out;
}

.btn-custom:hover {
	background-color: #ef6536;
	color: #fff;
}

.opinions-container {
	box-shadow: 0 0.4em 1.25em 0 rgba(46,61,73,0.12);
	background: #fff;
	margin: 0 auto;
	border: 1px solid #dbe2e8;
}

	.nav-opinions > li {
		display: block !important;
		width: 100% !important;
	    position: relative;
	    transition: all 0.4s ease-out;
	}

	.nav-opinions > li > a {
	    background: #fff;
	    border-top: 0 !important;
	    border-right: 0 !important;
	    border-left: 0 !important;
	    border-bottom: 1px solid #dbe2e8 !important;
		border-radius: 0 !important;
		color: rgba(0,0,0,0.87);
		font-size: 18px;
		font-weight: 600;
		padding: 18px 0;
		margin: 0 !important;
		background: linear-gradient(to bottom, #fff 0%, #f4f4f4 100%);
	}

	.nav-opinions > li > a:hover {
		cursor: pointer;
	}

@media screen and (max-width: 767px) {
	#community-content nav {
		padding: 0;
	}

	.nav-stacked {
		border-right: 0;
		border-bottom: 1px solid #dcdcdc;
		text-align: center;
	}

	.scrollable-menu {
		max-width: 195%;
		overflow-x: auto;
	}

	.tab-content {
		padding-left: 0;
		padding-right: 0;
		border-top: 0;
	}

	.tab-pane h3:first-child {
    	text-align: center;
    	margin-top: 10px;
	}

	.teacher-avatar {
		max-width: 115px;
		margin: 0 auto;
	}
}

@media screen and (min-width: 768px) {
	#community-content {
		margin-top: 40px;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 992px) {
	#community-content {
		padding: 0 15px;
	}
}
