.st-pusher .source-files ul li {
  background: white;
  padding: 0.5em;
}
.editable {
	cursor: cell !important;
}.editable:hover {
	border-color: transparent !important;
	box-shadow: 0 0 0 2px blue !important;
}

.contact-details {
	text-align: center;
}.contact-details-inner {
	display: flex;
}.contact-details-inner * {
	flex: 1;
}

.title-text {
	color: #B2302A;
}

/**/

.course-progress-breakdown {
  display: flex;
  padding: 0% 5%;
  width: 100%;
  margin-top: 2em;
  margin-bottom: 2em;
}
.course-progress-breakdown > div {
  flex: 1;
}
.course-progress-breakdown .preview-image {
	background:black;
  height:300px;
}
.course-progress-breakdown .details {
  display: flex;
  flex-direction: column;
  padding: 1em;
  border: 1px solid #ddd;
  background: white;
}
.course-progress-breakdown .details .title {
	font-size: 1.2em;
	padding: 0.5em;
}
.course-progress-breakdown .details div:nth-child(1) {
  flex: 1;
}
.course-progress-breakdown .details div:nth-child(2) {
  flex: 2;
}
.course-progress-breakdown .preview-image .big-thumbnail {
	height: 100%;
	max-height: none;
}
.course-progress-breakdown .clickable-continue-text {
  min-height: inherit;
  margin: 10px -10px -10px -10px;
  padding: 0px;
}

.green {
	color: #368a55;
}
.red {
	color: #b2302b;
}