﻿/* Copyright 2020 Epic Systems Corporation */
#linktask .task_title {
  text-align: center;
  margin-bottom: 0.5rem;
}
#linktask .task_description {
  white-space: pre-wrap;
  margin-bottom: 0.5rem;
}
#linktask .link_text {
  margin-top: 0.5rem;
}
#linktask .error_text {
  color: #d80000;
  display: none;
}
#linktask .actionable {
  display: inline-block;
}
#linktask .playable {
  margin-bottom: 0.75rem;
}
#linktask .button_group {
  margin-top: 0.5rem;
}
#linktask .jplayer-inst {
  height: 100%;
  max-width: 640px;
}
@media screen and (min-width: 769px) {
  #linktask .task_title {
    text-align: left;
  }
  #linktask .button_group {
    display: flex;
  }
  #linktask .button_group > *:not(:last-child) {
    margin-right: 0.5rem;
  }
}
