/* css for course_directory.mak */

.headline {
  text-align: center;
  color: #333;
}
.course-directory-container {
  margin-top: 30px;
  height: 450px;
}
.course-panel {
  height: 430px; 
  float: left;
  margin-right: 45px;
  margin-bottom: 30px;
  /* width: 350px; */
  /* width: 430px; */
  width: 480px;
  border: 1px solid lightgray;
  border-radius: 5px;
  background-color: #f8f8f8;
}
.course-panel-inactive {
  background-color: #ddd;
}
.course-panel-inactive .course-title {
  color: #aaa !important;
}
.course-panel-inactive .course-desc {
  color: #888 !important;
}
.course-panel .course-title {
  background: url('/static/img/web_resources/dt_landing_background.png') no-repeat;
  padding: 8px 13px;
  font-size: 17px;
  background-color: #fff;
  color: #fff;
}
.course-panel .course-desc {
  padding: 15px 13px 23px 13px;
  color: darkblue;
}
.course-panel .course-desc .tagline {
  margin-left: 6%;
  font-size: 16px;
  line-height: 24px;
}
.course-panel .course-desc .intro {
  margin-left: 2%;
  font-size: 15px;
  line-height: 24px;
}
.course-panel .course-desc .speaker {
  text-align: center;
  margin-top: 17px;
  font-size: 16px;
  font-weight: bold;
}
.course-panel .course-desc .detail {
  height: 150px;
  margin-top: 17px;
  margin-left: 10px;
  font-size: 16px;
}
.course-panel .course-desc .detail .detail-row {
  margin-top: 10px;
}
.course-panel .course-desc .start-course-btn {
  text-align: center;
  margin-top: 21px;
}
.course-panel .course-desc .start-course-btn a {
  margin-top: 13px;
}
.course-panel .course-desc .cta-btn {
  text-align: center;
  margin-top: 21px;
}
.course-directory-container .footnote {
  margin-top: -18px;
}

