﻿/* Copyright 2018-2021 Epic Systems Corporation */
.education .task_desc {
  padding-bottom: 0.5rem;
  white-space: pre-wrap;
}
.education .task_desc .fmtConv {
  overflow-x: scroll !important;
}
.education .task_desc .fmtConv input {
  pointer-events: none;
  -webkit-appearance: checkbox;
}

#eduLinks .content_desc {
  margin-bottom: 0.5rem;
}
#eduLinks .content_desc_audio,
#eduLinks .content_desc_video {
  margin-top: 0.75rem;
}
#eduLinks .content_link {
  padding-bottom: 0.75rem;
}

.educationbuttons.section {
  display: flex;
  margin-top: 1rem;
}

.update_task_error_text {
  color: #d80000;
  display: none;
  margin-top: 1rem;
}
