.content-top-wrapper {
	width: 100%;
	}
.course-photo {
	width: 100%;
	height: 300px;
	}
.content-top {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	width: 1200px;
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	}
.text-container {
	margin: 0 0 0 100px;
	width: 900px;
	overflow: visible;
	visibility: visible;
	right: 10px;
	}
.content-top h {
	font-size:32px;
	font-family: 'PT Sans', sans-serif;
	font-weight:700;
	color: #4e5055;
	}
.content-main-wrapper {
	background-color: #f5f5f5;
	}
strong {
	font-weight:600;
	}
.content-main {
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding-bottom: 50px;
	vertical-align: top;
	position: inherit;
	top: auto;
	left: 28px;
	right: auto;
	bottom: auto;
	overflow: visible;
	visibility: visible;
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 5px;
	}
.content-main h1 {
	font-size: 20px;
	color: #333;
	}
.content-main ul {
	margin-left: 10px;
	}
.content-main p {
	padding-left: 0;
	}
button.accordion {
    background-color: #ebebeb;
    color: #444;
    cursor: pointer;
    padding: 15px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
	border-bottom: 2px solid #c4c4c4;
	}
button.accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #6c6c6c;
    float: right;
    margin-left: 5px;
	}
button.accordion.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
	}
button.accordion.active, button.accordion:hover {
	background-color: #dedede;
	display: inherit;
	vertical-align: baseline;
	visibility: inherit;
	position: relative;
	}
.accordion {
	font-size: 16px;
	font-family: 'PT Sans', sans-serif;
	}
div.panel {
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: 0.3s ease-in-out;
	opacity: 0;
	padding-top: 0;
	padding-right: 28;
	padding-bottom: 0px;
	padding-left: 28;
	margin-right: 28px;
	margin-left: 28px;
	
	}
div.panel.show {
    opacity: 1;
    max-height: 10000px;
	}
.panel ul {
	list-style: none;
	margin: 0;
	padding: 15px 0;
	}
.panel ul > li {
	padding: 5px 0;}
.panel a {
	color: #007398;
	text-decoration: none;
	}
.panel a:hover {
	text-decoration: underline;
	}
