/**
 * CSS STYLES FOR COLLECTION ELEMENTS
 */

/*** LIST OF ITEMS (COURSES, LECTURES, QUESTIONNAIRES ***/
/* collection structure */
.collection .chead {
  min-height: 26px;
  padding: 0 0 15px 0;
  border-bottom: 1px dotted #ccc;
}
.collection .cbody {
  margin: 0;
}
.collection .cfoot {
  min-height: 26px;
  padding: 15px 0 0 0;
  border-top: 1px dotted #ccc;
}
/* list of items */
.collection-list {
  list-style: none;
}
.collection-list li {
  overflow: hidden;
  margin: 0;
  padding: 15px 10px;
  border-bottom: 1px dotted #ddd;
}
.collection-list li:last-child {
  border: 0;
}
.collection-list li:hover {
  background: #fafafa;
}
.collection-list .item-link {
  display: block;
  font-size: 16px;
  text-decoration: none;
  color: #222;
}
.collection-list .item-link:focus {
  outline: 0;
}
.collection-list .item-thumb {
  float: left;
  width: 122px; /* lecture as default */
  height: 75px; /* lecture as default */
  margin: 0 20px 0 0;
  border: 4px solid #fff;
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.2);
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
}
.collection-list .item-title {
  text-decoration: underline;
}
.collection-list .item-title:hover, .collection-list .item-title:focus {
  color: #1250c2;
}
.collection-list .new {
  margin: 0 5px 0 0;
  padding: 2px 5px;
  line-height: 21px;
  font-size: 11px;
  color: #fff;
  background: #e63712;
  vertical-align: middle;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.collection-list .edit {
  float: right;
  width: 25px;
  height: 25px;
  margin: -5px -5px 0 0;
  padding: 0;
  text-indent: -900em;
  background-position: 5px 5px;
}
.collection-list .item-summary {
  margin: 0 0 0 150px; /* lecture as default */
  font-size: 12px;
}
.collection-list.simple .item-summary {
  margin: 10px 0 0 0;
}
.collection-list .item-context {
  margin: 10px 0 0 0;
  line-height: 1.5;
  color: #777;
}
.collection-list .item-data {
  height: 15px;
  margin: 10px 0 0 0;
  padding: 4px 6px;
  border: 1px solid #ddd;
  line-height: 15px;
  font-size: 11px;
  color: #777;
  background: #f2f2f2;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.collection-list .rating {
  float: left;
}
.collection-list .rating,
.collection-list .item-views,
.collection-list .lecture-count,
.collection-list .material-count {
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
  border-right: 1px solid #ccc;
}
.collection-list .item-price {
  float: right;
  margin: 0 0 0 10px;
  font-size: 14px;
  color: #333;
}
.collection .progress-bar {
  float: right;
  width: 60px;
  height: 13px;
  cursor: help;
}
.collection .learn-progress {
  float: right;
  overflow: hidden;
  width: 12px;
  height: 15px;
  margin-right: 9px;
  text-indent: -900em;
  background-position: 0 50%;
  cursor: help;
}
/* list of courses */
.course-list .item-thumb {
  width: 90px;
  height: 90px;
  border: 0;
}
.course-list .item-summary {
  margin: 0 0 0 110px;
}
.course-list .course-date, .course-list .course-uni  {
  margin: 0 0 0 5px;
  padding: 0 0 0 6px;
  border-left: 1px solid #ccc;
}

/* bought items in personal area */
.bought-items .item-thumb {
  width: 90px;
  height: 55px;
}
.bought-items.course-list .item-thumb {
  width: 60px;
  height: 60px;
}
.bought-items .item-summary {
  margin: 15px 0 0 0;
  float: left;
}

.bought-items .item-abo-details {
  float: right;
  margin-bottom: 5px;
  margin-left: 10px;
}

.bought-items .rating-container {
  clear: right;
  float: right;
  margin: 4px 0 0 0;
  font-size: 12px;
  text-align: right;
}

.bought-items .rating_new {
  margin: 3px 0 0 0;
}

.bought-items .icon {
  font-size: 14px;
  color: #ffae00;
}

.bought-items .certificate-link {
  display: block;
  float: right;
  clear: both;
}

.bought-items .user-rates a:link,
.bought-items .user-rates a:visited,
.bought-items .user-rates a:hover {
  font-size: 23px;
  text-decoration: none;
}

.bought-items .user-rates {
  margin: 3px 0 0 0;
}

.bought-items .flex_btn {
  float: right;
  margin: -5px 0 0 0;
  padding: 1px 6px;
}

.bought-items.simple li {
  padding: 10px 5px;
}

.wishlist-items .item-thumb {
  width: 60px;
  height: 60px;
}

.wishlist-items .item-abo-details {
  float: right;
  margin-bottom: 5px;
  margin-left: 10px;
}
.wishlist-items .remove_from_wishlist{
  clear: right; 
  float: right;
  margin: 10px 5px 5px 10px;
}

/* lkf/control question elements */
.collection-list.cq-list li {
  position: relative;
  z-index: 1;
}
.collection-list.cq-list .item-summary,
.collection-list.cq-list .item-link {
  margin-right: 130px;
}
.cq_stats {
  position: absolute;
  top: 15px;
  right: 0;
  width: 125px
}
.cq_pie {
  float: right;
  margin: 0 0 0 10px;
}
.cq_open, .cq_true, .cq_false {
  display: block;
  padding: 0 0 0 20px;
  line-height: 20px;
  background-repeat: no-repeat;
  background-position: 0 50%;
}
.cq_true, .cq_false {
  margin: 0 0 10px 0;
}
.cq_stats .cq_points {
  clear: both;
  margin: 10px 0 0 0;
  font-size: 11px;
}
.cq_stats .cq_points strong {
  padding: 4px 0;
  font-weight: normal;
}
/* my courses list in personal area */
.my-courses li {
  padding: 0 10px;
  line-height: 35px;
}
.my-courses .item-link {
  float: left;
  width: 450px;
  margin: 5px 0;
  font-size: 13px;
}
.my-courses .flex_btn {
  float: right;
  margin: 10px 0 0 15px;
  line-height: 15px;
}
.my-courses .progress-bar {
  float: right;
  width: 98px;
  height: 20px;
  margin-top: 11px;
  font-size: 11px;
  cursor: default;
}
.my-courses .progress-bar .total {
  line-height: 22px;
}



/*** LKF QUESTIONNAIRE LIST ***/
.lkf_list {
  margin: 0;
  list-style: none;
}
.course_outline .lkf_category {
  margin: 0;
  padding: 5px 10px;
  border-bottom: 1px dotted #969696;
  font-size: 15px;
  font-weight: normal;
  background: #e3e3e3;
}
.lkf_list li {
  margin: 0;
  padding: 0;
  border-bottom: 1px dotted #ccc;
  line-height: 18px;
}
.lkf_list li:nth-child(even) {
  background: #f9f9f9;
}
.lkf_list .lkf_link {
  overflow: hidden;
  display: block;
  padding: 6px 10px 6px 30px;
  text-decoration: none;
  color: inherit;
}
.lkf_list .lkf_link:hover {
  background-color: #e9e9e9;
}
.lkf_list .lkf_title {
  float: left;
}
.lkf_list .progress-bar {
  float: right;
  width: 108px;
  height: 14px;
  margin: 1px 0 0 20px;
}
.lkf_list .lkf_numbers {
  float: right;
  font-size: 11px;
  color: #5d5d5d;
}

.lkf_answers_image {
 float: left;
 width: 48%;
}

#lkf_image_container {
  float: right;
  width: 44%;
  padding-right: 5px;
}

.edit_lecture #lkf_image_container {
  float: right;
  width: 48%;
  padding-right: 5px;
}

#lkf_image_container img {
  width: 100%;
}

#lkf_image_container .lkf_image_title {
  padding: 0 0 2px 2px;
  color: #666;
  font-size: 14px;
}


/*** FIXME: PAGINATION ***/
.lecturio-pagebrowser {
  font-size: 12px;
  line-height: 26px;
}
.lecturio-pagebrowser .seite{
  margin-right: 10px;
}

.lecturio-pagebrowser span,
.lecturio-pagebrowser a.pagelink,
.lecturio-pagebrowser a.prev-page,
.lecturio-pagebrowser a.next-page {
  display: inline-block;
  height: 25px;
  vertical-align: middle;
  padding: 0;
  text-align: center;
}

.lecturio-pagebrowser a.prev-page {
  margin-right: 3px;
}

.lecturio-pagebrowser a.next-page {
  margin-left: 3px;
}

.lecturio-pagebrowser .current_page,
.lecturio-pagebrowser a.pagelink {
  width: 25px;
  margin: 0 1px;
}
.lecturio-pagebrowser .current_page {
  color: #fff;
  background: #5d5d5d;
  border-radius:3px;
  -moz-border-radius: 3px;
  -webkit-border-radius:3px;
}
.lecturio-pagebrowser a:hover.pagelink {
  text-decoration: none;
  color: #fff;
  background: #E63712;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}



/*** SORTING ***/
.sorting {
  float: right;
  width: 220px;
  margin: 0 0 0 10px;
  line-height: 26px;
  font-size: 12px;
}
.sort_box {
  position: relative;
  z-index: 1;
  float: right;
  width: 130px;
  height: 24px;
  line-height: 24px;
}
.sort_box .current {
  display: block;
  padding: 0 2px 0 8px;
  border: 1px solid #b2b2b2;
  font-weight: bold;
  background: url('../images/icons/vertical_navigation.png') no-repeat 105% -200px;
  cursor: pointer;
}
.sort_box .current:hover {
  color: #FFF;
  background-position: 105% -900px;
}
.sort_options {
  position: absolute;
  z-index: 1;
  top: 30px;
  right: 0;
  width: 128px;
  border: 1px solid #b2b2b2;
  line-height: inherit;
  list-style: none;
  background: #FFF;
}
.sort_options li {
  margin: 0;
  padding: 0;
}
.sort_options .sort_link {
  display: block;
  margin: 1px;
  padding: 0 2px 0 8px;
  text-decoration: none;
  color: #333;
}
.sort_options .sort_link:hover {
  color: #FFF;
  background-color: #E63712;
}



/*** COLLECTION PAGE ***/
.collection_header {
  overflow: hidden;
  padding: 0 0 15px 0;
}
.collection_header .title {
  margin: 0 0 15px 0;
}
.collection_header .institutionLogo,
.collection_header .eauthorImage {
  display: inline;
  float: right;
  width: 140px;
  height: 140px;
  margin: 0 0 0 20px;
}
.collection_header .eauthorImage img {
  width: 140px;
  height: 140px;
}



/*** COMMENTS ***/
.comment_list {
  margin: 0 0 20px 0;
  list-style: none;
}
.comment {
  overflow: hidden;
  margin: 0;
  padding: 20px 0 0 0;
}
.comment .grid_1 {
  margin: 0 10px 0 0;
}
.comment .grid_8 {
  margin: 0 0 0 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
.comment .data {
  overflow: hidden;
  padding: 5px 10px 0 10px;
  border: 1px solid #CCC;
  border-bottom: 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
}
.comment .user_name {
  font-weight: bold;
}
.comment .text {
  margin: 0 0 0 -20px;
  padding: 10px 10px 0 30px;
  border-right: 1px solid #CCC;
  background: url('../images/bg_comment.png') no-repeat 4px 0;
}
.comment .options {
  height: 20px;
  overflow: hidden;
  padding: 0 5px 2px 10px;
  border: 1px solid #CCC;
  border-top: 0;
  text-align: right;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
}
.eauthor .grid_7 {
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 5px rgba(230,55,18,0.75);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.eauthor .data, .eauthor .text, .eauthor .options {
  border-color: #e63712;
}
.eauthor .text {
  background-image: url('../images/bg_comment_eauthor.png');
}
.comment .date {
  color: #555;
}
.comment .edit_button {
  width: 16px;
  height: 16px;
  margin: 0 2px;
  text-decoration: none;
}
.comment .delete_button {
  width: 16px;
  height: 16px;
  margin: 0 2px;
  text-decoration: none;
}



/*** COURSE OVERVIEW ***/
.course_index {
  margin: 0 0 30px 0;
}
.course_index a {
  text-decoration: none;
  font-size: inherit;
}
.course_index h2 {
  margin: 0 0 15px 0;
  font-size: 32px;
  color: #AAA;
}
.course_index h2 a {
  font-size: 32px;
  color: #AAA;
}
.course_index h3 {
  margin: 10px 0 0 0;
  padding: 0;
  border: 0;
  font-weight: bold;
  font-size: 18px;
  color: inherit;
}
.course_index h4 {
  margin: 15px 0 5px 0;
  padding: 0;
  font-size: 14px;
}
.course_index ul {
  list-style: none;
}
.course_index .course_lvl2 {
  margin: 5px 0 10px 10px;
}
.course_index .course_lvl3 {
  margin: 5px 0 10px 20px;
}
.course_index li {
  margin: 0;
  padding: 0;
}



/*** RATINGS ***/
.rating {
  overflow: hidden;
  width: 75px;
  height: 15px;
  text-indent: -900em;
  background: url('../images/icons/ratings.png') no-repeat 3px 3px;
}
.rating .rate_links {
  display: inline;
  float: left;
  visibility: hidden;
  width: 15px;
  height: 15px;
  background: url('../images/icons/ratings.png') no-repeat 0 0;
}
.rating .rate_links_filled {
  visibility: visible;
  background: url('../images/icons/ratings.png') no-repeat 0 100%;
}
.rating .login_to_vote {
  display: block;
  overflow: hidden;
  height: 15px;
  text-indent: -900em;
}
.rating_0 { background-position: 0 0; }
.rating_1 { background-position: 0 -15px; }
.rating_2 { background-position: 0 -30px; }
.rating_3 { background-position: 0 -45px; }
.rating_4 { background-position: 0 -60px; }
.rating_5 { background-position: 0 -75px; }
.rating_6 { background-position: 0 -90px; }
.rating_7 { background-position: 0 -105px; }
.rating_8 { background-position: 0 -120px; }
.rating_9 { background-position: 0 -135px; }
.rating_10 { background-position: 0 -150px; }
.course_rating .rating {
  margin: 0 0 10px 0;
}


/*** PLAYER MODULES ***/
.lecture_page .player_module {
  width: 698px;
  height: 383px;
}
.lecture_page .module_content {
  overflow: auto;
  height: 352px;
}
.edit_lecture .module_content {
  overflow: auto;
  height: 352px;
}
.player_module {
  border: 1px solid #b2b2b2;
  background: #e9e9e9;
}
.module_content {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 0 20px;
  border-bottom: 1px solid #b2b2b2;
  background: #fff;
}
.module_header {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 10px 0;
  padding-bottom: 10px;
  border-bottom: 1px dotted #b2b2b2;
  text-align: center;
}
.module_controls {
  height: 30px;
  background: #e9e9e9;
}
.module_controls a {
  float: left;
  height: 30px;
  border-right: 1px solid #b2b2b2;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #5d5d5d;
  background: #F6F6F6;
  background: -moz-linear-gradient(center top, #f4f4f4, #e0e0e0);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f4f4f4), to(#e0e0e0));
  background: -o-linear-gradient(top, #f4f4f4, #e0e0e0);
  -moz-box-shadow: inset 0 0 1px #fff;
  -webkit-box-shadow: inset 0 0 1px #fff;
  box-shadow: inset 0 0 1px #fff;
}
.module_controls a:hover {
  color: #333;
}
.module_controls .label {
  display: block;
  padding: 0 10px;
  line-height: 30px;
}
.module_controls .back-link .label {
  padding-left: 20px;
}
.module_controls .playlist-link .label {
  padding-left: 30px;
}
.module_controls .lkf-link {
  font-size: 14px;
  font-style: italic;
}
.player_module .title {
  margin: 0;
  font-size: 18px;
  font-weight: normal;
  color: #000;
}
.pl_header .next_course, .pl_header .previous_course,
.first_lkf, .previous_lkf, .next_lkf {
  position: absolute;
  z-index: 1;
  width: 30px;
  height: 30px;
  text-indent: -900em;
}
/* playlist */
.pl_header .next_course, .pl_header .previous_course {
  top: 15px;
}
.pl_header {
  position: relative;
  z-index: 1;
  height: 20px;
  padding: 8px 0 0 0;
  line-height: 20px;
}
.pl_topcourse {
  margin: 0;
  font-size: 14px;
  text-align: center;
  color: #5d5d5d;
}
.pl_header .next_course {
  right: 0;
}
.pl_header .previous_course {
  left: 0;
}
.pl_content {
  padding: 0 0 12px 0;
}
.pl_coursetitle {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  padding: 0 35px 12px 35px;
  border-bottom: 1px dotted #b2b2b2;
  line-height: 20px;
  text-align: center;
  font-size: 20px;
  white-space: nowrap;
}
.pl_content .course_logo {
  float: left;
  width: 100px;
  height: 100px;
  -moz-box-shadow: 0 0 2px rgba(0,0,0,0.4);
  -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.4);
  box-shadow: 0 0 2px rgba(0,0,0,0.4);
}
.pl_content .pl_lectures {
  overflow: auto;
  height: 260px;
  margin: 0 0 0 120px;
  list-style: none;
  font-size: 12px;
}
.pl_lectures .lecture {
  margin: 0;
  padding: 0;
  line-height: 26px;
}
.pl_lectures .lecture:nth-child(odd) {
  background: #f2f2f2;
}
.pl_lectures .lecture:hover {
  background: #e9e9e9;
}
.pl_lectures .pl_item {
  display: block;
  overflow: hidden;
  height: 26px;
  padding: 0 10px 0 0;
  text-decoration: none;
  color: #333;
}
.pl_item .index {
  float: left;
  width: 26px;
  margin: 0 5px 0 0;
  font-size: 11px;
  text-align: center;
  color: #999;
  background-repeat: no-repeat; /* image defined in icons.css */
  background-position: 7px 7px;
}
.active .pl_item .index {
  text-indent: -900em;
}
.pl_item .duration {
  float: right;
  font-size: 11px;
  color: #999;
}
@media (max-width: 500px) {
  .pl_topcourse {
    font-size: 12px;
  }
  .pl_coursetitle {
    font-size: 14px;
  }
  .pl_content .course_logo {
    display: none;
  }
  .pl_content .pl_lectures {
    margin: 0;
  }
}
/* lkf overview */
.lkf_overview .module_header {
  line-height: 22px;
  text-align: left;
}
.lkf_overview h2 {
  float: left;
  margin: 0;
}
.lkf_auto_popup {
  float: right;
}
.lkf_auto_popup input {
  position: relative;
  top: 2px;
}
.lkf_section {
  display: block;
  margin: 4px 0 10px 0;
  padding-bottom: 8px;
  border-bottom: 1px solid #eee;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #b2b2b2;
}
.lkf_questions {
  float: left;
  width: 439px; /* 460 - 1 - 20 */
}
.lkf_questions .question_filter {
  padding: 1px 0 10px 0;
  text-align: right;
}
.lkf_questions .lkf_section {
  float: left;
  margin: 4px 10px 0 0;
  border: 0;
}
.lkf_questions .filters {
  padding: 2px 5px;
  margin: 2px 0 0 5px;
  border: 1px solid #b2b2b2;
  font-size: 11px;
  text-decoration: none;
  color: #5d5d5d;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.lkf_questions .filters.active {
  color: #fff;
  border-color: #5d5d5d;
  background: #5d5d5d;
}
.lkf_questions ol {
  counter-reset: li;
  list-style: none;
  border-top: 1px solid #eee;
}
.lkf_questions li {
  position: relative;
  margin: 0;
  padding: 8px 20px 8px 19px;
  border-bottom: 1px dotted #eee;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
.lkf_questions li:before {
  content:counter(li) '.'; /* Use the counter as content */
  counter-increment:li; /* Increment the counter by 1 */
  position: absolute;
  width: 15px;
  top: 9px;
  left: -3px;
  text-align: right;
  font-size: 11px;
  color: #B2B2B2;
}
.lkf_interact .green_cta {
  display: inline-block;
  margin: 0 0 10px 0;
}
.lkf_stats .answers-chart {
  float: right;
  margin: 0 0 10px 0;
}
.lkf_stats .progress-bar {
  clear: both;
  margin: 0 10px;
  line-height: 25px;
}
/* lkf question */
.lkf_question form {
  overflow: auto;
  max-height: 240px;
}
.next_lkf, .previous_lkf, .first_lkf {
  top: -4px;
}
.next_lkf {
  right: 0;
}
.first_lkf {
  left: 0px;
}
.previous_lkf {
  left: 30px;
}
.lkf_question_text {
  margin: 0 0 10px 0;
  font-size: 15px;
  color: #000;
}
.lkf_answers {
  list-style: none;
}
.lkf_answers li {
  margin: 0 0 5px 0;
  padding: 4px 5px;
  line-height: 20px;
}
.lkf_answers .lkf_status {
  float: right;
  font-size: 11px;
}
.lkf_answers .question_answer_field {
  float: left;
  margin: 2px 0 0 0;
}
.lkf_answers label {
  display: block;
  margin: 0 0 0 20px;
}
.lkf_answers .lkf_status {
  margin-right: -120px;
  padding-left: 25px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.lkf_answers .correct,
.lkf_answers .incorrect,
.lkf_answers .hint {
  padding-right: 130px;
}
.lkf_answers .correct {
  color: #fff;
  background: #4AA00D;
}
.lkf_answers .incorrect {
  color: #fff;
  background: #B32C0E;
}
.lkf_answers .hint {
  background: #d6f2c2;
}
.lkf_answers .missed-answer {
  background: #ff7777;
}
.lkf_answers .hint .lkf_status:before {
  content: "(";
}
.lkf_answers .hint .lkf_status:after {
  content: ")";
}
.lkf_stats .questions_count {
  margin: 15px 90px 0 0;
  list-style: none;
}
.lkf_stats {
  font-size: 12px;
}
.lkf_stats .questions_count li {
  margin: 0 0 15px 10px;
  padding: 0;
}
.lkf_solution_container {
  position: absolute;
  width: 658px;
  height: 50px;
  bottom: 0;
}
.edit_lecture .lkf_solution_container{
  width: 580px;
}
.edit_lecture .lkf_questions{
  width: 420px;
}

.edit_lecture .lkf_overview .lkf_stats {
  margin-left: 435px;
}

.lkf_solution_container .lkf_answer,
.lkf_solution_container .lkf_value {
  float: left;
}
.lkf_solution_container .lkf_value {
  margin: 0 0 0 40px;
  text-align: center;
}
.lkf_solution_container .lkf_section {
  margin: 0 0 5px 0;
  padding: 0;
  border: 0;
}
.lkf_solution_container .lkf_points {
  margin: 8px 0 0 0;
  line-height: 1;
  font-size: 28px;
  font-weight: bold;
  color: #777;
}
.lkf_solution_container .flex_btn, .lkf_solution_container .green_cta {
  display: inline-block;
  margin: 0;
  width: 90px;
  padding: 4px;
  text-align: center;
}
.lkf_solution_container .lkf_auto_popup {
  margin: 29px 0 0 0;
}

.collection_header .author_desc, .collection_header .inst_desc {
  overflow: hidden;
  font-size: 14px;
  line-height: 23px;
}

.collection_header .title {
  font-size: 24px;
  font-weight: normal;
}