.eef-dashboard img.user-image-frame {
  margin: 0 15px 0 0 !important;
  width: 36px !important;
  box-sizing: border-box !important;
  border: 1px solid #bababa !important;
  border-radius: 50% !important;
  float: left;
}

.eef-dashboard .eef_dashboard_course,
.eef-dashboard .eef_dashboard_material {
  margin-bottom: 20px;
  border: 1px solid rgb(192, 192, 192);
  border-radius: 3px;
  box-shadow: 0 0 1.94px 0.06px rgba(0,79,135,0.2);
  background-color: rgb(245, 245, 245);
}

.eef-dashboard a.cover-image {
  min-height: 160px !important;
  height: 100% !important;
  width: 100% !important;
  background-size: cover !important;
  background-position: center center !important;
  display: block;
}

.eef-dashboard a.cover-image img {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
}

.eef-dashboard .btn {
  background: #1E1E1E;
  color: #EBEBEB !important;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  border-radius: 7px;
  border: 2px solid #000000;
  margin-top: 60px;
}
.eef-dashboard .btn:hover {
  background-color: rgb(245, 245, 245);
  color: #000 !important;
}

.eef-dashboard h5 {
  margin-top: 20px;
}

.eef-dashboard a.hide-grades {
  display: none;
}