
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{verticalalign:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}



#Banner {
  display: flex;
  flex-direction: row;
  background: black;
  color: white;
  margin-bottom: 10px;
}

#Banner {
    width: 100%;
}

.icon {
    height: 50px;
}

.invert {
  filter: invert();
}

#Games_Menu .icon {
  width: 100px;
  height: auto;
}

#Banner .middle a {
    font-size: 50px;
    font-weight: 700;
    margin: 5px;
    text-align: center;
}

.left,
.middle,
.right {
  display: flex;
  align-items: center;
  justify-content: center;
}

.right {
  flex-direction: column;
}

#Banner .right_trophy {
  display: flex;
  align-items: center;
  justify-content: right;
  flex-direction: row;
  min-width: 100px;
  margin: 0px;
  padding: 0px;
}
#Banner .right_trophy div {
  margin-left: 10px;
}
#Banner .hide {
    visibility: hidden !important;
}

@media (max-width: 450px) {
  #Banner .middle a {
      font-size: 24px;
      text-align: center;
  }
  #Banner .hide_on_mobile {
    display: none;
  }
  #Banner {
    justify-content: space-between;
  }
}

#Right_div {
  display: flex;
  flex-direction: row;
  background: black;
}


.middle {
  width: 100%;
}

#Banner .left,
#Banner .right {
  min-width: 100px;
  margin: 0px;
  padding: 0px;
  justify-content: left;
}

#Banner .left {
  min-width: 200px;
}
#Banner .right {
  justify-content: center;
}

.right a {
  padding: 5px;
}

#Banner button,
#Banner a {
  color: white;
  text-decoration: none;
}

#Banner a:visited {
  color: white;
}


#Menu {
  font-family: Yantramanav, serif;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#Menu p {
  font-size: 18px;
  padding: 2px;
}

#Games_Menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-flow: row wrap;
}
#Banner.right_div{
  display: flex;
  flex-direction: row;
  min-width: 200px;
}

#Games_Menu a {
  margin: 10px;
  border-radius: 5px;
}

hr {
  flex-basis: 100%; height: 0; margin: 0; border: 0;
}

#Games_Menu img {
  padding: 5px;
  border-radius: 10px;
}

#Menu div {
  text-align: center;
  width: 300px;
  border: 2px solid black;
  padding: 5px;
}

#Menu a {
  text-align: center;
  width: 300px;
  border: 2px solid black;
  padding: 5px;
  color: black;
  text-decoration: none;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  border-radius: 10px;
}

a:hover {
  cursor:pointer;
}

#Menu a:hover {
  background: grey;
}

@media (max-width: 450px) {
  #Banner .middle a {
      font-size: 24px;
      text-align: center;
  }
}

.transparent {
  opacity: 0.4
}
#Games_Menu a.disabled  {
  opacity: 0.4;
  pointer-events: none;
}

#Teachers_Table tr, #Teachers_Table td, #Teachers_Table th {
  border: solid black 2px;
  padding: 10px;
}

#Teachers_Table, #Profile_Table {
  display: flex;
  justify-content: center;
}

#Teachers_Table {
  margin-bottom: 20px;
}

#Profile_Table table {
  border-collapse: collapse;
}
div.table {
    display:table;
    border-collapse: collapse;
    margin-right: 1px;
}


form.tr {
    display:table-row;

  }
#Profile_Table th, #Teachers_Table th {
  font-weight: 700;
  border: 2px solid black;
  text-align: center;
  padding: 5px;
}

#Profile_Table td, #Teachers_Table td {
  border: 2px solid black;
  padding: 2px;
}

#Teachers_Table td, #Teachers_Table th {
  padding: 10px;
}

span.td {
    display:table-cell;
    border:2px solid black;
    padding:2px;
    background: lightblue;
}
span.td input {
  background: lightblue;
}

span.td input, #Profile_Table input, #Profile_Table input:focus {
  border: none;
  outline-width: 0;
}

span.td.message,


div.table button,
#Profile_Table button {
  margin: 5px;
}

#Message.td {
  padding-top: 15px;
  height: 40px;
}

#Games_Menu a:hover {
  box-shadow: inset 0 0 10px #3B945E;
}

#Games_Menu .game_button {
  display: flex;
  flex-direction: column;
  background: #57BA98;
  border: 5px solid #3B945E;
  padding: 5px;
  width: 120px;
  align-items: center;
  margin: 20px;
  text-decoration: none;
  text-align: center;
  color: blue !important;
}



#Games_Menu.game_button p {
  color: #182628;
  padding-bottom: 5px;
  text-align: center;
}

.game_button img {
  width: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.game_button h4 {
  text-decoration: none;
  padding-top: 5px;
  color: #F2F2F2;
  font-weight: 700;
  font-size: 20px;
  overflow-wrap: break-word;
}

.teacher {
  background: lightblue;
}

body {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

.coming_soon {
  justify-content: center;
  font-size: 30px;
}

.coming_soon h4 {
  font-size: 28px;
}

#Video_Message, #Subscription_Message {
  text-align: center;
  font-size: 30px;
  margin-top: -10px;
  color: white;
  font-weight: 700;
  padding: 5px;

}

#Video_Message {
  background: lightblue;
  color: blue;
}

#Video_Message a {
  color: blue;
}

#Subscription_Message a {
  color: white;
}
#Subscription_Message.green {
  background: green;
  margin-bottom: 10px;
}
#Subscription_Message.red {
  background: red;
  margin-bottom: 10px;
}

iframe {

}

.hover_disabled {

}

#FAQ_Table {
  font-family: Yantramanav, serif;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#FAQ_Table input {
  width: 100%;
  margin-bottom: 10px;
}
#FAQ_div {
  font-family: Yantramanav, serif;
  font-size: 18px;
  padding: 2px;
}
#FAQ_div h3 {
  font-weight: 800;
  font-size: 22px;
  margin-top: 10px;

}
#FAQ_Table td {
  font-size: 18px;
  padding: 5px;
}
#FAQ_Table a {
  text-decoration: none;
  color: black;

}

#LegacySiteMessage {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#LegacySiteMessage div {
  font-size: 20px;;
  text-align: center;
  padding: 10px;
  border: dashed red 5px;
}