html {
	background-color: rgba(175, 197, 221, 0.4);
}

body {
	height: auto;
	width: 950px;
	margin: auto auto;
	padding: 10px 40px;
	font-family: 'Lato', sans-serif;
	font-size: 12pt;
}

table {
	border-collapse: collapse;
	width: auto;
	font-family: 'Doulos SIL', serif;
	text-align: center;
	font-size: 15pt;
}

td, th {
	width: 200px;
	height: auto;
	background-color: inherit;
	padding: 5px 5px;
	margin: auto auto;
	text-align: center;
}

tr:nth-child(odd) td {
	background: #d5dde5;
}

tr:nth-child(odd) th {
	background: #d5dde5;
}

img {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 1px;
    vertical-align: -30%;
}

h1 {
	font-family: 'Lato', sans-serif;
	font-size: 24pt; 
}

h2 {
	font-family: 'Lato', sans-serif;
	font-size: 18pt;
}

h3 {
  	font-family: 'Lato', sans-serif;
	font-size: 16pt; 
}

h4 {
  	font-family: 'Lato', sans-serif;
	font-size: 14pt; 
}

a:link {
    color: #393c82;
    text-decoration: none;
}

a:visited {
    color: purple;
}


.lefttable {
	border-collapse: collapse;
	width: auto;
	font-family: 'Doulos SIL', serif;
	text-align: left;
	font-size: 15pt;
}

.wrap {
	width: 100%;
	overflow: auto;
}

.fleft {
	float: left;
	width: 60%;
}

.fright {
	float: right;
	width: 30%;
	border: 10px solid #393c82;
	padding: 15px;
}

.singleExerciseTd:nth-of-type(odd){
  background: #DAE5F2;
}
.solutionTexts:hover{
  color: #7E9ABB;
  cursor: pointer;
}
.solutionTexts{
  font-size: 15pt;
  grid-column: 3;
  align-self: center;
  justify-self: center;
  text-align: center;
  margin: 0.2em;
}
.decisionExSelects{
  font-size: 17;
  font-family:'Noto Sans';
  text-align-last:center;
  height: 30px;
  min-width: 150px;
  border-radius: 5px;
  background-color: #F7FAFD;
  transition: all .3s ease-in-out;
  grid-column: 2;
  align-self: center;
  justify-self: center;
}
.decisionExSelects:hover{
  background-color: #DAE5F2;
}
.subexerciseSpans{
  grid-column: 1 / 5;
  /* display: grid; */
  place-items: center;
  margin: 0% -3% 0% -3%;
  height: 100%;
  /* background-color: green; */
}
.exerciseList{
  justify-self: center;
  margin: 0.5em;
}
.exerciseList:hover{
  cursor: pointer;
}
.playButtons{
  border-radius: 50%;
  border: solid;
  border-width: 2px;
  border-color: #7E9ABB;
  text-align: center;
  width: 30px;
  height: 30px;
  font-size: 15pt;
  background-color: #F7FAFD;
  color: #7E9ABB;
  grid-column: 1;
  align-self: center;
  justify-self: center;
}
.playButtons:hover{
  cursor: pointer;
}
.transcriptionTexts{
  margin-left: 10px;
  grid-column: 4;
  align-self: center;
  justify-self: center;
  margin: unset;
}
.transcriptionTexts:hover{
  color: #7E9ABB;
  cursor: pointer;
}
.decisionButtons{
  margin: 2px 2px;
}
.button {
    background-color: inherit;
    color: black;
    border: none;
    border-radius: 12px;
    padding: 8px;
    cursor: pointer;
    font-weight: bold;
}
.play {
  border-radius: 50%;
  border: solid;
  border-width: 2px;
  border-color: #7E9ABB;
  text-align: center;
  width: 25px;
  height: 25px;
  font-size: 11pt;
  background-color: #F7FAFD;
  color: #7E9ABB;
  line-height: 7px;
}
.lsg {
    background-color: inherit;
    border: none;
    border-radius: 6px;
    font-size: 15pt;
    font-family: 'Doulos SIL', serif;
    padding: 1px;
    cursor: pointer;
}
.tip {
    background-color: inherit;
    border: none;
    border-radius: 6px;
    font-size: 15pt;
    font-family: 'Doulos SIL', serif;
    padding: 1px;
    cursor: pointer;
}
.lsg:hover {
   color:#7E9ABB;
}
.tip:hover {
   color:#7E9ABB;
}
.showAll {
	background-color: inherit;
	border: 2px solid #393c82;
	border-radius: 3px;
	font-size: 12pt;
	font-family: 'Lato', sans-serif;
	padding: 5px;
	cursor: pointer;
}


#homeButton{
  grid-row: 1;
  grid-column: 1;
  font-size: 15pt;
}
#helpText{
  grid-row: 3;
  grid-column: 1/3;
  justify-self: center;
  margin-bottom: 2em;
}
#headerDiv{
  grid-row: 2;
  grid-column: 1/6;
  justify-self: center;
}
#copyrightDiv_1{
  grid-column: 4 / 6;
}
#copyrightDiv_0{
  grid-column: 1 /4;
}
.copyrights{
  font-size: 8pt;
}
#exerciseWrapperDiv{
  display: grid;
  grid-column: 1 / 6;
  margin: auto;
  grid-column-gap: 1.3em;
  grid-row-gap: 3px;
}

div#exerciseWrapperDiv {}
#showAllButton{
  grid-row: 4;
  grid-column: 4;
  border-radius: 5px;
  border-style: solid;
  border-color: #7E9ABB;
  background-color: #F7FAFD;
  color:#7E9ABB;
  font-weight:bold;
  margin: auto;
  align-self: center;
  min-height: 2.5em;
}
#shuffleButton{
  grid-row: 4;
  grid-column: 2;
  border-style: solid;
  border-radius: 5px;
  border-color: #7E9ABB;
  background-color: #F7FAFD;
  color:#7E9ABB;
  font-weight:bold;
  width: 10em;
  margin: auto;
  align-self: center;
  min-height: 2.5em;
  vertical-align: middle;
}
#shuffleButtonVideo{
  grid-row: 3;
  grid-column: 3;
  border-style: solid;
  border-radius: 5px;
  border-color: #7E9ABB;
  background-color: #F7FAFD;
  color:#7E9ABB;
  font-weight:bold;
  align-self: center;
  min-height: 2.5em;
  vertical-align: middle;
}
#showAllSolutionsButtonVideo{
  grid-row: 3;
  grid-column: 3;
  border-style: solid;
  border-radius: 5px;
  border-color: #7E9ABB;
  background-color: #F7FAFD;
  color:#7E9ABB;
  font-weight:bold;
  transform: translate(0px, 120%); 
  align-self: center;
  min-height: 2.5em;
  vertical-align: middle;
}
#showAllSolutionsButton{
  grid-row: 4;
  grid-column: 3;
  border-style: solid;
  border-radius: 5px;
  border-color: #7E9ABB;
  background-color: #F7FAFD;
  color:#7E9ABB;
  font-weight:bold;
  margin: auto;
  vertical-align: bottom;
  align-self: center;
  min-height: 2.5em;
}
#showAllButtonBottom{
  grid-column: 4;
  border-radius: 5px;
  border-style: solid;
  border-color: #7E9ABB;
  background-color: #F7FAFD;
  color:#7E9ABB;
  font-weight:bold;
  margin: auto;
  align-self: center;
  min-height: 2.5em;
}
#shuffleButtonBottom{
  grid-column: 2;
  border-style: solid;
  border-radius: 5px;
  border-color: #7E9ABB;
  background-color: #F7FAFD;
  color:#7E9ABB;
  font-weight:bold;
  width: 10em;
  margin: auto;
  align-self: center;
  min-height: 2.5em;
  vertical-align: middle;
}
#showAllSolutionsButtonBottom{
  grid-column: 3;
  border-style: solid;
  border-radius: 5px;
  border-color: #7E9ABB;
  background-color: #F7FAFD;
  color:#7E9ABB;
  font-weight:bold;
  margin: auto;
  vertical-align: bottom;
  align-self: center;
  min-height: 2.5em;
}
#page{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 2%;
}
#backButton{
  grid-row: 1;
  grid-column: 1;
  justify-self: start;
}

#backButton:hover{
  color: #7E9ABB;
  cursor: pointer;
}
#nextButton{
  grid-row: 1;
  grid-column: 5;
  justify-self: end;
}
#nextButton:hover{
  color: #7E9ABB;
  cursor: pointer;
}
#exerciseText{
  grid-row: 3;
  grid-column: 1 / 6;
  justify-self: center;
  margin: auto;
}

#exerciseTable{
 grid-column: 1 / 5;
}
#videoListContainer{
  grid-row: 3;
  grid-column: 2;
  overflow: auto;
  height: 290px;
  width: 400px;
}
#videoPlayer{
  grid-row: 3;
  grid-column: 1;
}
.videoSpans{
  /* grid-column: 1 / 5; */
  display: grid;
  grid-template-columns: 35px auto 200px;
  place-items: center;
  /* grid-auto-columns: 200px; */
}
.videoSpans:hover {
  background-color: #F7FAFD;
  cursor: pointer;
}
.videoSpans.active {
  background-color: #7E9ABB;
}
.videoTranscriptionTexts{
  margin-left: 5px;
  font-family: 'Noto Sans';
  font-size: 14pt;
}
.videoTranscriptionTexts:hover{
  color: #F7FAFD;
  cursor: pointer;
}

