#jeopardy-r1 {
  min-height: 600px;
}
.j-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 500;
  text-align: center;
  background: #feda9d;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b3dced+0,29b8e5+50,bce0ee+100;Blue+Pipe */
background: #b3dced; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #b3dced 0%, #29b8e5 50%, #bce0ee 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #b3dced 0%,#29b8e5 50%,#bce0ee 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #b3dced 0%,#29b8e5 50%,#bce0ee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3dced', endColorstr='#bce0ee',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */  
  padding-top: 120px; }

.j-overlay h2 {
  font-size: 80px;
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 0px #529af2, -1px -1px 0px #01caff, 4px 4px 0px #004bff, 0px 0px 20px #000;
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', 'Arial Black', 'sans-serif'; }
.j-overlay h3 {
  color: #fff;
  text-shadow: 2px 2px 1px #333;
}

.start-game {
  display: block;
  width: 220px;
  height: 80px;
  border: 2px solid white;
  text-align: center;
  padding: 20px 10px;
  margin: 20px auto;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  background: #251424;
  /* Old browsers */
  background: -moz-linear-gradient(top, #251424 0%, #1c23bc 35%, #711a84 65%, #230c38 100%);
  background: -webkit-linear-gradient(top, #251424 0%, #1c23bc 35%, #711a84 65%, #230c38 100%);
  background: linear-gradient(to bottom, #251424 0%, #1c23bc 35%, #711a84 65%, #230c38 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#251424', endColorstr='#230c38',GradientType=0 ); }

.start-game:hover {
  color: #ffe484;
  border-color: #ffe484;
  text-decoration: none; }

.j-header {
  text-align: center;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2e1cf4+0,0d00c9+100 */
  background: #2e1cf4;
  /* Old browsers */
  background: -moz-linear-gradient(top, #2e1cf4 0%, #0d00c9 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #2e1cf4 0%, #0d00c9 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #2e1cf4 0%, #0d00c9 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e1cf4', endColorstr='#0d00c9', GradientType=0 );
  /* IE6-9 */
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  text-shadow: 2px 2px 0px #000; }

.j-header small {
  font-size: 18px; }

.j-header input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

.j-cat {
  background: linear-gradient(0deg, #0f00c8 0%, #2e1ef4 100%);
  color: #fff;
  /*font-size: 18px;*/
  text-transform: uppercase;
  /*line-height: 1em;*/
  font-weight: bold;
  text-shadow: 2px 2px 0px #000;
  /*padding: 14px 10px;
  margin: 10px;*/
  margin: 20px auto;
  min-height: 35px; }

.j-grid {
  background-color: #000;
  text-align: center; }

.j-grid .cards > div {
  min-height: 50px; }

.j-grid .cards > div > a {
  color: #E6C84E;
  font-size: 20px;
  font-weight: bold;
  background: linear-gradient(0deg, #09009f 0%, #050054 100%);
  border: 1px solid blue;
  display: block;
  /*padding: 10px 20px;
  margin: 10px;*/ }

.j-modals h4 {
  color: #ffe484; }

.j-modals .modal-content {
  background: linear-gradient(90deg, #8946fc 0%, #3f5efb 30%, #3f5efb 70%, #8946fc 100%); }

.j-modals .modal-content p {
  color: white;
  text-shadow: 2px 2px 2px #000;
  font-size: 24px;
  line-height: 1.1em;
  }

.j-modals .modal-content label {
  color: white;
  font-size: 16px;
  border: 1px solid;
  padding: 10px;
  background: #2e1cf4;
  /* Old browsers */
  background: -moz-linear-gradient(top, #2e1cf4 0%, #0d00c9 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #2e1cf4 0%, #0d00c9 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #2e1cf4 0%, #0d00c9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e1cf4', endColorstr='#0d00c9', GradientType=0 );
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); }

.j-modal .answered label {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#620e0a+0,470502+100 */
  background: #620e0a;
  /* Old browsers */
  background: -moz-linear-gradient(top, #620e0a 0%, #470502 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #620e0a 0%, #470502 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #620e0a 0%, #470502 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#620e0a', endColorstr='#470502',GradientType=0 );
  /* IE6-9 */ }

.j-modal .answered .correct label {
  background: linear-gradient(0deg, #164900 0%, rgba(0, 222, 98, 0.9962185558) 100%); }

.j-modal label.disabled:hover {
  cursor: default; }

.j-modal input.disabled:hover {
  cursor: default; }

.j-modals input[type="button"] {
  display: none; }

.j-trigger {
  opacity: 1;
  transition: all ease-in 0.3s; }

.j-trigger.disabled:hover {
  cursor: default; }

.j-modal .answer {
  background-color: #fff;
  border-radius: 20px;
  margin: 15px auto;
  border-top: 1px solid #fff;
  padding:  10px;
  color: #000;
  font-size: 16px;
  text-align: left; }

.j-modal .answer p {
  font-size: 16px;
  text-shadow: none;
  color: #000; }
.j-modal .answer ul {
  font-size: 13px;
  margin-left: -20px;
  margin-right: 0px;
}
.j-modal .continue-btn {
  display: inherit;
  width: 80px;
  height: 40px;
  border: 1px solid #fff;
  float: none;
  margin: 10px auto;
  padding: 10px;
  text-align: center;
  background: linear-gradient(to bottom, #2e1cf4 0%, #0d00c9 100%);
  color: #fff; }

.j-modals .response-group-item {
  position: relative; }

.j-modals .answered .response-group-item.correct:after {
  content: '\2714';
  font-size: 20px;
  text-align: center;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background-color: #E6C84E;
  padding-top: 2px;
  border: 2px solid #fff;
  border-radius: 50%; }

.j-feedback {
  position: absolute;
  top: 180px;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px;
  font-size: 22px;
  background-color: #000;
  color: #fff;
  display: none; }

.feedback {
  display: none; }

.sc-label:hover {
  cursor: pointer; }

.help-link {
  display: inline-block;
  background-color: #000;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  float: none;
  margin: 0 auto;
  color: #fff;
  padding-top: 4px; }

.help-link:hover {
  color: #fff;
  background-color: #ff7522;
  text-decoration: none; }

.glossary_page a {
  color: #470502;
  text-decoration: underline; }
.glossary_page .entry_heading {
  color: #470502; }
.glossary_page .glossary_index a {
  display: block; }
.glossary_page .letter_heading {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background-color: #1405d2;
  padding-left: 20px; }