NEW VERSION

/* notes for responsive design

@media screen and (max-width: 600px) {
 accordion excerpts removed
 tab text removed, leaving only icons
}

@media screen and (max-width: 450px) {
 accordion images removed

}

*/

.sk-childpages-entry-title h3 {
    font-size: 24px;
}

.sk-childpages-entry-title h4 {
    font-size: 14px !important;
}

.sk-childpages-entry-content {
    background-color: #eeeeee;
    overflow: hidden;
    margin-bottom: 20px;
    margin-right: 0px;
}

div.sk-childpages li {
    margin: 0px;
    list-style-type: none;
}


.sk-childpages .post-meta {
   display: none;
}

.sk-childpages .entry-image {
    margin-right: 10px;
    margin-bottom: 0px;
}

.sk-childpages-post-excerpt {
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 0px 5px 0px 0px;
}


.sk-childpages-post-excerpt-on-page
{
    background-color: #eeeeee;
	  margin: 0px 0px 10px 0px;
    border: 1px solid #999999;
    padding: 10px;
}

span.sk-childpages-substeps {
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-right: 20px;
    float: right;
}

/* hide the More... link on Firefox because it won't work */
@-moz-document url-prefix() { 
span.sk-childpages-substeps {
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-right: 20px;
    float: right;
    display: none;
}
}


span.sk-childpages-substeps:hover {
    text-decoration: underline;
}

@-webkit-keyframes appear {
  0%    { opacity: 0; height: 1px; left: 0px; }
  100%  { opacity: 0.9;}
}

@-webkit-keyframes setheight {
  0%   { height: auto;}
  100% { height: auto;}
}

@-webkit-keyframes final {
  0%   { opacity: 0.9; height: auto;}
  100% { opacity: 1; height: auto;}
}


.sk-childpages section:nth-of-type(n+2) {
    height: 1px;
    opacity: 0.2;
    overflow:hidden;
    left: -9999px;
}

.sk-childpages input[type=checkbox]:checked ~ section:nth-of-type(n+2) {
  -webkit-animation-name: appear, setheight, final;
  -webkit-animation-duration: 900ms, 900ms, 100ms; 
  -webkit-animation-timing-function: linear; 
  -webkit-animation-delay: 0ms, 0ms, 900ms;
  -webkit-animation-direction: normal;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-play-state: running; 
}



.sk-childpages input[type=checkbox] {
    visibility: hidden;
    display: none;
}





/* tabbed content */
div.sk-childpages-tabs section.sk-tab-content{
  display: none;
  border: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-radius: 0px 5px 5px 5px;
  padding: 10px 10px 0 10px;
}
div.sk-childpages-tabs .dashicons{
  font-size: 20px;
}
div.sk-childpages-tabs input.sk-childpages-input {
  display: none;
}
div.sk-childpages-tabs label.sk-childpages-tab-label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 10px;
  text-align: center;
  color: #999;
  border: 1px solid #eee;
  margin: 0px 5px -1px 0px;
  border-bottom: 1px solid #ddd;
  border-radius: 10px 10px 0 0;
}
div.sk-childpages-tabs label.sk-childpages-tab-label:hover {
  color: #d05353;
  cursor: pointer;
}
div.sk-childpages-tabs input:checked + label.sk-childpages-tab-label {
  color: #a04343;
  border: 1px solid #ccc;
  border-bottom: 1px solid #fff;
  border-radius: 10px 10px 0 0;
}

div.sk-childpages-tabs div.sk-tab-mark-as-read {
  margin: 0 0 30px 0;
  color: #d05353;
}

#sktab1:checked ~ #sk-tab-content1,
#sktab2:checked ~ #sk-tab-content2,
#sktab3:checked ~ #sk-tab-content3,
#sktab4:checked ~ #sk-tab-content4,
#sktab5:checked ~ #sk-tab-content5,
#sktab6:checked ~ #sk-tab-content6,
#sktab7:checked ~ #sk-tab-content7,
#sktab8:checked ~ #sk-tab-content8,
#sktab9:checked ~ #sk-tab-content9,
#sktab10:checked ~ #sk-tab-content10,
#sktab11:checked ~ #sk-tab-content11,
#sktab12:checked ~ #sk-tab-content12 {
  display: block;
}

a.sk-childpages-tabs-edit-link {
  float: right;
  position: relative;
  right: 10px;
  color: #d05353;
  cursor: pointer;
}
a.sk-childpages-tabs-edit-link:hover {
  color: #0000ff;

}
.sk-childpages-tabs-edit-link span.dashicons{
  font-size: 24px;
}

span.sk-accordion-mark-as-read{
  font-size: 24px;
  color: #d05353;
}
span.sk-tab-mark-as-read{
  font-size: 24px;
  color: #d05353;
}


/* responsive design for tabbed content */
@media screen and (max-width: 600px) {
  div.sk-childpages-tabs label.sk-childpages-tab-label {
    font-size: 0;
  }
}



/* accordion content */
div.sk-childpages-accordion div.sk-childpages-accordion-tab {
  position: relative;
  margin: 0;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
}
div.sk-childpages-accordion input.sk-childpages-accordion-input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
div.rating-form input {
  opacity: 1;
  z-index: -1;
}
div.sk-childpages-accordion div.sk-childpages-accordion-label {
  margin: 0 0 20px 0;
  position: relative;
  display: block;
  height: 120px;
  background-color: #eee;
  cursor: pointer;
}
/* height animation not working */
div.sk-childpages-accordion div.sk-accordion-content {
  margin: 0;
  padding: 0;
  max-height: 0;
  opacity: 0;
  width: auto;
  -webkit-transition: opacity .5s ease-in-out 0s, max-height .5s ease-in-out 0s;
  -o-transition: opacity .5s ease-in-out 0s, max-height .5s ease-in-out 0s;
  transition: opacity .5s ease-in-out 0s, max-height .5s ease-in-out 0s;
  background: #fff;
}
div.sk-childpages-accordion input:checked ~ div.sk-accordion-content {
  opacity: 1;
  padding: 0;
  border: 0;
  margin: 0px 0px 10px 0px;
  max-height: 800px;
  width: auto;
  -webkit-transition: opacity 1.5s ease-in-out 0s, max-height .5s ease-in-out;
  -o-transition: opacity 1.5s ease-in-out 0s, max-height .5s ease-in-out;
  transition: opacity 1.5s ease-in-out 0s, max-height .5s ease-in-out;
}

/* hide excerpts when a page is displayed inside an accordion tab */
div.sk-childpages-accordion div.sk-childpages-post-excerpt-on-page {
	  display: none;
}
div.sk-childpages-accordion img.sk-childpages-accordion-image {
  float: left;
  display: inline;
  margin: 0 20px 0 0 !important;
  border-radius: 5px 0 0 5px;
}
div.sk-childpages-accordion .sk-childpages-accordion-title {
	width: 95%;
    font-size: 20px;
    padding: 10px 0px 10px 0px;
    text-align: left;
}
div.sk-childpages-accordion .sk-childpages-accordion-excerpt {
 width: 65%;
 height: 60px;
 overflow: hidden;
 text-align: left;
}
div.sk-childpages-accordion .sk-childpages-accordion-edit-link {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #d05353;
}
div.sk-childpages-accordion .sk-childpages-accordion-edit-link:hover {
  cursor: pointer;
  color: #00ff00;
}
div.sk-childpages-accordion .sk-childpages-accordion-edit-link span.dashicons{
  font-size: 24px;
}


div.sk-childpages-accordion img.sk-childpages-accordion-image {
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

div.sk-childpages-accordion input[type=checkbox]:checked + label.sk-childpages-accordion-label > div.sk-childpages-accordion-label > img.sk-childpages-accordion-image {
  filter: grayscale(80%);
}

div.sk-childpages-accordion input[type=checkbox] + label.sk-childpages-accordion-label::after {
  /*display: block;*/
  position: absolute;
  right: -20px;
  top: 50px;
  width: 3em;
  height: 3em;
  line-height: 3;
  text-align: center;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  font-family: "dashicons";
  font-size: 24px;
  content: "\f345";
}
div.sk-childpages-accordion input[type=checkbox]:checked + label.sk-childpages-accordion-label::after {
  transform: rotate(90deg);
}


/* responsive design for accordion content */
@media screen and (max-width: 600px) {
  div.sk-childpages-accordion div.sk-childpages-accordion-excerpt {
    display: none;
  }
}

@media screen and (max-width: 450px) {
  div.sk-childpages-accordion img.sk-childpages-accordion-image {
    display: none;
  }
  div.sk-childpages-accordion div.sk-childpages-accordion-excerpt {
    display: none;
  }
  div.sk-childpages-accordion label.sk-childpages-accordion-label {
   position: relative;
   display: block;
   height: 100px;
   padding: 0;
   border-radius: 10px 10px 10px 10px;
   margin: 0;
   background: #eee;
   color: #000;
  }
}




/* onepage child pages styling */

/* tiered numbering for lists: 1, 1.1, 1.2, 1.2.1, etc */

ol.sk-childpages-onepage {
  list-style: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

ol.sk-childpages-onepage li.sk-childpages-onepage {
  display: inline;
  margin-left: 0px;
  padding-left: 0px;
}

span.sk-childpages-onepage-title {
  font-size: 24px;
  padding-left: 20px;
  line-height: 50px;
}

li.sk-childpages-onepage:before {
  content: counters(item, ".") " ";
  counter-increment: item;
  font-weight: bold;
  font-size: 30px;
  background: #eee;
  border-radius: 10px;
  text-align: left;
  box-shadow: 2px 2px 0 #999;
  padding: 10px;
  display: inline-block;
  width: 75px;
}

ol.sk-childpages-onepage .sk-childpages-post-excerpt-on-page
{
    background-color: #fff;
    font-style: italic;
    margin: 0px 0px 0px 0px;
    border: none;
    padding-left:    0px;
    padding-right:   0px;
    padding-top:    10px;
    padding-bottom: 10px;
}

div.sk_childpages_page_style_toggle {
    width: 100%;
    text-align: right;
}

/*div.sk-childpages-accordion .post-edit-link {
    float: left;
}
*/







/* QUIZZES */


@keyframes sk-highlight {
  0% {
    color: #f00;
  }
  100% {
    color: black;
  }
}



/* a div to place around a whole set of questions */
div.sk-MCQ-test {
  counter-reset: questioncounter questionscorrect questionswrong questionsanswered;
  padding: 0px 0px 0px 10px;
}

/* a question */
div.sk-MCQ-test div.sk-quiz-question-block {
  border: 1px solid green;
  padding: 10px;
}

div.sk-MCQ-test div.sk-quiz-question-block div.sk-quiz-question::before {
 content: counter(questioncounter) ". "; /* numbering of questions */
 counter-increment: questioncounter; 
}
/* and the answers */
div.sk-MCQ-test input {
  position: absolute;  /* to prevent placement affecting other elements */
  opacity: 0; 
  visibility: hidden;
  z-index: -1;
}

div.sk-MCQ-test input + label.sk-MCQ-answer {
  transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
  -webkit-transition: all ease 0.6s;
  -o-transition: all ease 0.6s;
  -ms-transition: all ease 0.6s;
}

/* logic to count correct and incorrect responses */
div.sk-MCQ-test input.false:checked + label.sk-MCQ-answer {
   counter-increment: questionswrong questionsanswered; 
}
div.sk-MCQ-test input.true:checked + label.sk-MCQ-answer {
   counter-increment: questionscorrect questionsanswered; 
}


/* answers whilst user is doing the quiz, before answers are revealed */
div.sk-MCQ-test div.sk-MCQ-answer-text {
  display:inline-block;
  vertical-align: middle;
  border: 1px solid transparent;
  background: #f9f9f9;
  white-space: wrap;
  overflow: hidden;
  width: 560px;
  height: 80px;
  padding: 5px;
  margin: 5px;
}
@media only screen and (max-width: 730px) {
  div.sk-MCQ-test div.sk-MCQ-answer-text {
    width: calc(100vw - 190px);
  }
}
@media only screen and (max-width: 600px) {
  div.sk-MCQ-test div.sk-MCQ-answer-text {
    height: 200px;
  }
}


div.sk-MCQ-test div.sk-MCQ-answer-box  {
  display:inline-block;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #4d4d4d;
  width: 40px;
  height: 40px;
  margin: 5px;
}
div.sk-MCQ-test input:checked + label.sk-MCQ-answer div.sk-MCQ-answer-text {
  border: 1px dashed #4d4d4d;
}
div.sk-MCQ-test input.sk-MCQ-reveal-answers:checked ~ div.sk-quiz-question-block input:checked + label.sk-MCQ-answer.false div.sk-MCQ-answer-text {
  border: 1px solid #a00;
  color: #a00;
}
div.sk-MCQ-test input.sk-MCQ-reveal-answers:checked ~ div.sk-quiz-question-block input:checked + label.sk-MCQ-answer.true div.sk-MCQ-answer-text {
  border: 1px solid #0a0;
  color: #0a0;
}
div.sk-MCQ-test input.sk-MCQ-reveal-some-answers:checked ~ div.sk-quiz-question-block input:checked + label.sk-MCQ-answer.false div.sk-MCQ-answer-text {
  border: 1px solid #a00;
  color: #a00;
}
div.sk-MCQ-test input.sk-MCQ-reveal-some-answers:checked ~ div.sk-quiz-question-block input:checked + label.sk-MCQ-answer.true div.sk-MCQ-answer-text {
  border: 1px solid #0a0;
  color: #0a0;
}

div.sk-MCQ-test input:checked + label.sk-MCQ-answer div.sk-MCQ-answer-box  {
  background: url(//www.speech.zone/wp-content/uploads/2020/01/black-circle-small-io.png) center center no-repeat;
  border: 1px solid transparent;
}

/* revealing some correct anwers */
div.sk-MCQ-test input.sk-MCQ-reveal-some-answers:checked ~ div.sk-quiz-question-block input:checked + label.sk-MCQ-answer.false div.sk-MCQ-answer-box {
  background:#fff url(//www.speech.zone/wp-content/uploads/2020/01/wrong-answer-red-cross-io.png) center center no-repeat;
  border:1px solid transparent;
}
div.sk-MCQ-test input.sk-MCQ-reveal-some-answers:checked ~ div.sk-quiz-question-block input:checked + label.sk-MCQ-answer.true div.sk-MCQ-answer-box {
  background:#fff url(//www.speech.zone/wp-content/uploads/2020/01/right-answer-green-tick-io.png) center center no-repeat;
  border:1px solid transparent;
}


/* revealing correct anwers */
div.sk-MCQ-test input.sk-MCQ-reveal-answers:checked ~ div.sk-quiz-question-block label.sk-MCQ-answer.true div.sk-MCQ-answer-text {
  color: #0a0;
  /*border:1px solid #0a0;*/
}
div.sk-MCQ-test input.sk-MCQ-reveal-answers:checked ~ div.sk-quiz-question-block label.sk-MCQ-answer.true div.sk-MCQ-answer-box  {
  background:#fff url(//www.speech.zone/wp-content/uploads/2020/01/right-answer-green-tick-io.png) center center no-repeat;
  border:1px solid transparent;
}

/* revealing incorrect anwers */
div.sk-MCQ-test input.sk-MCQ-reveal-answers:checked ~ div.sk-quiz-question-block label.sk-MCQ-answer.false div.sk-MCQ-answer-text {
  color: #a00;
  /*border:1px solid transparent;*/
}
div.sk-MCQ-test input.sk-MCQ-reveal-answers:checked ~ div.sk-quiz-question-block label.sk-MCQ-answer.false div.sk-MCQ-answer-box  {
  background:#fff url(//www.speech.zone/wp-content/uploads/2020/01/wrong-answer-red-cross-io.png) center center no-repeat;
  border:1px solid transparent;
}




/* show and hide all answers */
input.sk-MCQ-reveal-answers         ~ label.sk-MCQ-reveal-answers::before {
 content: "Reveal all answers";    
}
input.sk-MCQ-reveal-answers:checked ~ label.sk-MCQ-reveal-answers::before {
 content: "Hide all answers";
}

/* show and hide only answers to questions that have been answered */
input.sk-MCQ-reveal-some-answers         ~ label.sk-MCQ-reveal-some-answers::before {
 content: "Mark your answers as correct or incorrect";    
}
input.sk-MCQ-reveal-some-answers:checked ~ label.sk-MCQ-reveal-some-answers::before {
 content: "Hide answers";
}

/* for displaying MCQ scores */

/* hide the input checkbox */
div.sk-MCQ-score input.sk-MCQ-score {
  position: absolute;  /* to prevent placement affecting other elements */
  opacity: 0; /* invisible */
  z-index: -1; /* at the back ? */
}

/* show and hide the score */
input.sk-MCQ-display-score         ~ label.sk-MCQ-display-score::before {
 content: "Show your score";    
}
input.sk-MCQ-display-score:checked ~ label.sk-MCQ-display-score::before {
 content: "Hide your score";
}
/* display the scores */
div.sk-MCQ-score-display {
  opacity: 0;
  font-family: "Courier";
  width: 40em;
}
@keyframes type{ 
  from { width: 0; } 
} 

input.sk-MCQ-display-score:checked ~ div.sk-MCQ-score-display {
  opacity: 1;
  white-space: nowrap;
  overflow: hidden;
  animation: type 4s steps(60, end); 
}


div.sk-MCQ-test span.sk-MCQ-score-display-num-answered::after {
   content: counter(questionsanswered);
}
div.sk-MCQ-test span.sk-MCQ-score-display-num-correct::after {
   content: counter(questionscorrect);
}
div.sk-MCQ-test span.sk-MCQ-score-display-num-questions::after {
   content: counter(questioncounter);
}










/* to be placed around a set of flashcards */
article.sk-flashcard-set {
  /* just pad at bottom to prevent rotating flashcard going over other content */
  padding: 0px 0px 50px 10px;
  clear: both;
  display: table;
}

/* container for an individual flashcard */
div.sk-flashcard-container {
  /*border: 1px solid blue;*/
  display: block;
  float: left;
  padding: 0px;
  backface-visibility: hidden; /* not sure this does anything */
}

/* prevent any <br> just after a flashcard container from creating a line break 
div.sk-flashcard-container ~ br {
  display:none
}
*/
/* the actual flashcard & default flashcard size*/
div.sk-flashcard {
    /*border: 1px solid red;*/
    height: 200px;
    width: 650px;
    margin-top: 0px;
    padding: 50px 10px 0px 10px;
    display: block;
    backface-visibility: hidden; /* not sure this does anything */
}


/* hide the input checkbox */
div.sk-flashcard input.sk-flashcard {
  position: absolute; /* to prevent placement affecting other elements */
  opacity: 0; /* invisible */
  z-index: -1;
}

div.sk-flashcard input.sk-flashcard ~ label div {
  backface-visibility: hidden; /* not sure this does anything */
  transition: all ease 1s, width 0s, padding 0s, margin 0s, font-size 0s;
  -moz-transition: all ease 1s, width 0s, padding 0s, margin 0s, font-size 0s;
  -webkit-transition: all ease 1s, width 0s, padding 0s, margin 0s, font-size 0s;
  -o-transition: all ease 1s, width 0s, padding 0s, margin 0s, font-size 0s;
  -ms-transition: all ease 1s, width 0s, padding 0s, margin 0s, font-size 0s;
  backface-visibility: hidden; /* not sure this does anything */
}



div.sk-flashcard-front, div.sk-flashcard-back {
  font-size: 18px;
  line-height:1.2;
  position: absolute;
  padding: 10px;
  height: 180px;
  width: 630px;
  overflow: hidden; 
  /*text-overflow:ellipsis; only operates per-line, not per-paragraph */
  backface-visibility: hidden; /* not sure this does anything */
}

div.sk-flashcard-front {
  border: 1px solid #4d4d4d;
  background: #fff; 
  opacity: 1;
  pointer-events: initial;
  transform: perspective(1200px) rotateY(0deg);
  -moz-transform: perspective(1200px) rotateY(0deg);
  -webkit-transform: perspective(1200px) rotateY(0deg);
  -o-transform: perspective(1200px) rotateY(0deg);
  -ms-transform: perspective(1200px) rotateY(0deg);
}


div.sk-flashcard-back  {
  border: 1px solid #B32D11;  
  background: #B32D11;
  color: #fff;
  opacity: 0;
  pointer-events: none;
  transform: perspective(1200px) rotateY(-180deg);
  -moz-transform: perspective(1200px) rotateY(-180deg);
  -webkit-transform: perspective(1200px) rotateY(-180deg);
  -o-transform: perspective(1200px) rotateY(-180deg);
  -ms-transform: perspective(1200px) rotateY(-180deg);
}


div.sk-flashcard input.sk-flashcard:checked ~ label div.sk-flashcard-front {
  opacity: 0;
  pointer-events: none;
  transform: perspective(1200px) rotateY(180deg);
  -moz-transform: perspective(1200px) rotateY(180deg);
  -webkit-transform: perspective(1200px) rotateY(180deg);
  -o-transform: perspective(1200px) rotateY(180deg);
  -ms-transform: perspective(1200px) rotateY(180deg);
}


div.sk-flashcard input.sk-flashcard:checked ~ label div.sk-flashcard-back {
  opacity: 1;
  pointer-events: initial;
  transform: perspective(1200px) rotateY(0deg);
  -moz-transform: perspective(1200px) rotateY(0deg);
  -webkit-transform: perspective(1200px) rotateY(0deg);
  -o-transform: perspective(1200px) rotateY(0deg);
  -ms-transform: perspective(1200px) rotateY(0deg);
}

div.sk-flashcard-contents {
    padding: 0px 0px 0px 0px !important;
    backface-visibility: hidden; /* not sure this does anything */
}

/* responsive flash card sizing etc */

/* make the flashcard nearly fill the viewport width ("100vw") */
@media only screen and (max-width: 730px) {
 div.sk-flashcard {
    width: calc(100vw - 100px);
 }
 div.sk-flashcard-front, div.sk-flashcard-back {
    width: calc(100vw - 120px);
 }
}
/* first reduction in font size */
@media only screen and (max-width: 600px) {
 div.sk-flashcard input.sk-flashcard ~ label div.sk-flashcard-front,
 div.sk-flashcard input.sk-flashcard ~ label div.sk-flashcard-back {
  font-size: 16px;
 }
}
/* final reduction in font size */
@media only screen and (max-width: 450px) {
 div.sk-flashcard input.sk-flashcard ~ label div.sk-flashcard-front,
 div.sk-flashcard input.sk-flashcard ~ label div.sk-flashcard-back {
  font-size: 14px;
 }

} 
/* end of media 600px */

/* END OF FLASHCARDS */








/* belongs elsewhere */

.video-js {
    background-color: #333 !important;
    left: -1px !important; /* to remove right-hand black line */
}
.vjs-big-play-button {
      background-color: #d05353 !important;
      opacity: .6 !important;
}




.video-js .vjs-text-track {
    font-size:20px !important;;
    text-align:center;
    margin-bottom:.1em;
    background-color:#fff !important;
    opacity: .9 !important;
}
@media screen and (max-width: 600px) {
  .video-js .vjs-text-track {
    font-size:16px !important;;
  }
}

.video-js .vjs-captions {
    color: #d05353 !important;;
}

/* hide video transcripts if inside an accordion (it only displays in the pop-out child page itself)) */
div.sk-childpages-accordion div.sk-video-transcript {
  display: none;
}
/* but tell the user that a transcript is available */
div.sk-childpages-accordion div.sk-video-transcript-announcement::before {
 content: "A transcript is available for this video. Use the pop-out window to see it.";
}
/* if in a pop-out page, style the timestamp and one line of the transcript */
div.sk-video-transcript span.sk-video-transcript-timestamp {
  font-family: "Courier";
  display: inline-block;
  vertical-align: top;
  text-align: right;
  margin: 10px 5px 0px 0px;
  padding: 5px 5px 5px 5px;
  width: 100px;
  /*background-color: #dddddd;*/
  cursor: alias;
}
div.sk-video-transcript span.sk-video-transcript-timestamp-start {
}
div.sk-video-transcript span.sk-video-transcript-timestamp-start::after {
  /*content: "-";*/
}
div.sk-video-transcript span.sk-video-transcript-timestamp-end {
  display: none;
}
div.sk-video-transcript span.sk-video-transcript-line {
  display: inline-block;
  vertical-align: top;
  padding: 5px 5px 5px 5px;
  margin: 10px 5px 0px 0px;
  width: 800px;
  cursor: alias;
}
@media screen and (max-width: 980px) {
  div.sk-video-transcript span.sk-video-transcript-line {
    width: calc(100vw - 200px);
  }
}
div.sk-video-transcript span.sk-video-transcript-line:nth-child(odd){
    background: #f9f9f9;
}
div.sk-video-transcript span.sk-video-transcript-line:nth-child(even){
    background: #eeeeee;
}

/* hide speed controls when there may be more than one video on a page */
div.sk-childpages-accordion span.sk-video-speed-controls {
  display: none;
}
span.sk-set-video-speed-button, span.sk-find-next-task {
  background-color: #666666;
  color: #fff;
  padding: 5px 15px;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  letter-spacing: 1px;
  border-radius: 20px;
  width: 55px;
  height: 20px;
  display: inline-block;
  margin: 5px;
}
span.sk-set-video-speed-button:hover , span.sk-find-next-task:hover {
  background-color: #EDA036;
}
span.sk-video-speed-controls input {
  visibility: hidden;
  display: none;
}

span.sk-video-speed-controls input:checked + label span.sk-set-video-speed-button {
  background-color: #d05353;
}

span.sk-find-next-task {
  background-color: #d05353;
  margin-bottom: 25px;
  width: 250px;
}
span.sk-find-next-task::before {
  content: "Jump to your next video...";
}

