.page-content {
  position: relative;
}

.course-container {
  opacity: 0;
}

.course-placeholder {
  height: 400px;
}

.course-fade-in {
  opacity: 1;
  -webkit-transition: opacity .5s ease-out;
  -moz-transition: opacity .5s ease-out;
  -ms-transition: opacity .5s ease-out;
  -o-transition: opacity .5s ease-out;
  transition: opacity .5s ease-out;
}

.plugin-preloader {
  position: absolute;
  top: 0;
  height: 400px;
  width: 100%;
}

.plugin-preloader > div {
  min-height: 20px;
  margin: 10px;
}

.pl-msg {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  top: 125px;
  color: #888;
}

.pl-header {
  height: 373px;
  background-color: #eee;
}

.pl-course-image {
  height: 165px;
  width: 20%;
  float: left;
  background-color: #eee;
}


.pl-course-content {
  width: 75%;
  float: left;
  background-color: #fff;
}

.pl-course-content > div {
  position: relative;
  width: 60%;
  height: 10px;
  margin-bottom: 10px;
  background-color: #eee;
}

.pl-course-content div:nth-child(2) {
  width: 80%;
  height: 10px;
  margin-top: 25px;
  margin-bottom: 10px;
  background-color: #eee;
}


.pl-course-content div:nth-child(3) {
  width: 90%;
  height: 10px;
  margin-bottom: 10px;
  background-color: #eee;
}

.pl-course-content div:nth-child(4) {
  width: 85%;
  height: 10px;
  margin-bottom: 10px;
  background-color: #eee;
}

.pl-course-content .pl-course-button {
  width: 200px;
  height: 35px;
  margin-top: 25px;
  background-color: #eee;
}

.pl-fade {
	animation-name: fade;
	animation-timing-function: ease-in-out;
	animation-duration: 1s;
}