/* Insert CSS Below */
/* ABLE PLAYER */
.able-wrapper {
  padding: 0 !important; }

.able-seekbar-head {
  top: -.32em !important; }

.able-seekbar-played, .able-seekbar-loaded {
  height: .37em !important; }

.able-status-bar {
  height: 2em !important; }

.able-right-controls {
  margin-left: -5px !important; }

.able-transcript-area {
  margin: 1em 0 !important;
  height: auto !important; }

.able-big-play-button {
  color: #e18e42 !important; }

.able {
  box-shadow: none !important;
  border: 1px solid #000 !important; }

.ableplayer-embed-one-wrapper {
  display: flex;
  justify-content: center;
  width: 60%; }
  .ableplayer-embed-one-wrapper #player {
    display: flex; }

.ableplayer-embed-three-wrapper, .ableplayer-embed-two-wrapper {
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: center;
  width: 100%; }
  .ableplayer-embed-three-wrapper #player, .ableplayer-embed-two-wrapper #player {
    max-width: 60%;
    min-width: 40%;
    display: flex; }
  .ableplayer-embed-three-wrapper #transcript, .ableplayer-embed-two-wrapper #transcript {
    max-width: 37%;
    display: flex; }
    .ableplayer-embed-three-wrapper #transcript .able-transcript-area, .ableplayer-embed-two-wrapper #transcript .able-transcript-area {
      margin: 1em 0 !important;
      height: auto !important; }
    .ableplayer-embed-three-wrapper #transcript .able-transcript, .ableplayer-embed-two-wrapper #transcript .able-transcript {
      max-height: 430px !important;
      min-height: 327px !important;
      height: initial !important; }
  .ableplayer-embed-three-wrapper .able-sign-window, .ableplayer-embed-two-wrapper .able-sign-window {
    border: 1px solid #000 !important;
    background-color: #fff; }