.mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}
.cubeNew { 
    width: 300px;
    height: 300px;
    transform-style: preserve-3d;
    transition: transform 500ms ease;
    margin: 0 auto;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
#visualizer {
    border: 1px solid #000;
    background-color: #f3f3f3;
}

.side {
    position: absolute;
    padding: 5px;
    width: 300px;
    height: 300px;
    background-color: orange;
    color: #fff;
    text-align: center;
    font-size: 50px;
    line-height: 52px;
    font-weight: bold;
    border: 3px solid black;
    box-sizing: border-box;
    margin: 10px;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.face {
    width: 100%;
}

.english {
    transform: translateZ(150px)
}

.note {
    transform: rotateY(-90deg) translateZ(150px)
}

.example {
    transform: rotateY(-180deg) translateZ(150px)
}

.foreign {
    transform: rotateY(90deg) translateZ(150px)
}

.note2 {
    transform: rotateX(-90deg) translateZ(150px)
}

.note3 {
    transform: rotateX(90deg) translateZ(150px)
}

.font20 {
    font-size: 20px;
}
.myModal1 {
    width: 200px;
    font-size: 40px;
    color: red
}
.myModal2 {
    width: 350px;
    font-size: 20px;
    color: orange
}
.gameCellE {
    height: 100px;
    border: 1px solid black;
    margin: 5px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: white;
    background-color: #006699;
    width: 50%;
}

.gameCellF {
    height: 100px;
    border: 1px solid black;
    margin: 5px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: white;
    background-color: orange;
    width: 50%;
}
.resizer {
    font-size: 15px;
    font-weight: bold;
}
#gamebox {
    border:5px solid #ecb14b;
    border-width:5px;
    border-style:solid;
    border-color:#ecb14b;
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    max-width: 400px;
    margin: 0 auto;
}

img {
    max-width: 100%;
    max-height: 100%;
}

select, option {
    padding-left: 30px;
}

.modalMessage {
    width: 200px;
}
.modalMessageLarge {
    width: 500px;
}
.large {
    font-size: 30px;
    margin-top: 13px;
}
.modal {
    padding: 20px;
}
.w400 {
    max-width: 400px;
}
.btn {
    background-color: orange;
}
.btn:hover {
    background-color: darkorange;
}
.normalButton {
    background-color: orange;
}

.normalButton:hover {
    background-color: darkorange;
}
.liteorange {
    background:#FFD580; 
    padding: 10px;
}
nav, nav .nav-wrapper i, nav s.sidenav-trigger, nav a.button-collapse, nav a.button-collapse i, nav a.sidenav-trigger i {
    height: 35px;
    line-height: 35px;
 }

@media only screen and (min-width: 601px) {
    nav, nav .nav-wrapper i, nav a.sidenav-trigger, nav a.sidenav-trigger i {
    height: 35px;
    line-height: 35px;
 }
 }
 .sidenav li>a {
    padding-left: 10px; 
 }
 
 
 .sidenav {
    height: 100%; 
    width: 180px;
    position: fixed; 
    z-index: 9999; 
    top: 0; 
    left: 0;
    background-color:orange;
    color: white; 
    overflow-x: hidden; 
    padding-top: 20px;
    padding-left: 10px; 
    transition: 0.1s; 
 }
 .sidenav li>a, .sidenav li>a>i {
    color: white;
    background-color: orange;
    line-height: normal;
    font-size: 20px;
    font-weight: bold;
 }
 
 

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: orange;
    color: white;
    text-align: center;
    font-weight: bold;
 }
.btn a {
    color: white;
}

footer a {
     color:white
 }
::-webkit-input-placeholder { /* Edge */
    color: pink;
    font-size: 18px;
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: pink;
    font-size: 18px;
  }
  
  ::placeholder {
    color: pink;
    font-size: 18px;
  }

.grecaptcha-badge { 
    bottom:65px !important;
}

a.tooltip {
   position: relative;
   text-decoration: none;
   color: blue;
}

a.tooltip span {
   display: none;
}

a.tooltip:hover span {
   position: absolute;
   top: 40px;
       font-size: 40px;
   left: 0px;
   display: block;
   width: 250px;
   color: black;
   background-color: #FFFF40;
   border: 1px solid black;
   padding: 5px;
}



/* materialize overrides */
.dropdown-content{
   width: max-content !important;
   height:auto !important;
}

#toast-container {
  top: auto !important;
  right: auto !important;
  bottom: 70%;
  left:45%;
}

.dropdown-content li > a, .dropdown-content li > span {
    color:orange;
    background:white

}
.spacer {
    margin: 10px;
}

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

main {
  flex: 1 0 auto;
}

a {
    color: orange;
}

hr {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: 20px;
    margin-right: 20px;

    border-width: 1px;
    border-color: orange;
}
h1, h2, h3, h4, h5 {
    font-weight: 300;
    color: orange;
}

/* h6, {
        font-size: 2.4em;
        color: orange;
} */

small {
    font-size: .7em;
    color:orange;
    line-height: 1.5;
}
a.button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;

    text-decoration: none;
    color: initial;
}
.collection a.collection-item {
    -webkit-transition: .25s;
    transition: .25s;
    color: orange;
}

/* .li.role-guest {
    height: 50px;
    line-height: 50px;
} */
nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
    height: 45px;
    line-height: 45px;
  }

.btn i.fa,
.btn-large i.fa {
    font-size: 1rem;
}

.center {
    margin: auto;
}
/* other stuff */

.clickable {
    cursor: pointer;
}

.page-footer {
    background-color: orange;
    position: relative;
    margin-top: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 40px;
    /* height: 90px; */
    /* line-height: 20px; */

}
.page-footer a {
    padding-left: 15px;
    color:white
}


.cubeQuestionsMaster {
    height: 200px;
    width: 100%;
    color: orange;
    font-size: 50px;
    text-align: center;
    overflow: hidden;
}
.cubeQuestionsMasterPic {
    height: 600px;
    width: 600px;
    color: orange;
    font-size: 50px;
    text-align: center;
    overflow: hidden;
}
#cubeQuestions {
    width: 100%;
    font-size: 50px
}

#flashcardHtml {
  max-width: 720px;
  margin: 10px auto 0;
}
#flashcardHtmlPic {
    max-width: 600px;
    margin: 10px auto 0;
  }

#joinDialog {
    margin: 0 auto;
    text-align: center;
}
#joinWarning {
    margin: 0 auto;
    text-align: center;
}

/*#welcome {
    margin: 6rem auto 0;
}*/

#loginWarning {

    margin: 0 auto;
    color: red;
    text-align: center

}
#welcometext {
    max-width: 400;
    margin: 0 auto;
    color: orange;
    text-align: center;
    font-size: 20px;
}


#navbar {
    margin: 0 auto;
    background-color: orange;
    height: 45px;
    line-height: 45px;
}
#loginTxt {
    margin: 0 auto;
    font-size: 30px;
    max-width: 250px;
}

/* This is only for small screen */

#question-content {
    font-size: 3rem;
    color: black;
    cursor: pointer;
    text-shadow: -2px 0 white, 0 2px white, 2px 0 white, 0 -2px white;
}
#question-content.no_selection {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
    user-select: none;
}
#question-content .editCardBtn {
    font-size: 1rem;
    color: black;
    cursor: pointer;
    text-shadow: none;
    padding: 4px;
    line-height: 30px;

}
.green-text {
    color: green;
    font-weight: bold;
}
.orange-text {
    color: orange;
    font-weight: normal;
}
.card-head {
    font-size: 1.2rem;
}
#starVolumeBar {
    text-align: center;
    font-size: 30px;
}
#iForgot {
    color: orange;
    font-style: italic;
}
#star {
    margin-right: 20px;
}

#card-stats {
    color: #999;
}
#inputBox {
  font-size: 30px;
}

#inputBox2 {
  font-size: 30px;
}

#searchBox {
  font-size: 30px;
}
#myProgress {
  width: 100%;
  background-color: #ddd;
}

#myBar {
  width: 0%;
  height: 30px;
  background-color: #4CAF50;
}


input[type='text'] {
    font-size: 30px;
    font-family: sans-serif;
}



button.delete-btn {
    background: none;
    border: none;
}

button.edit-btn {
    background: none;
    border: none;
}
/* li {
    float: left;
} */



.setsListing {
    font-size: 20px;
}

.repeatListing {
    font-size: 20px;
    color: orange;
    padding: 4px;
    text-align: center;
}
.statisticsListing {
    font-size: 20px;
    color: orange;
    padding: 4px;
    text-align: center;
}
.listWithBorder {
    border-style: groove;
    font-size: 20px;
}
.classlistheading {
    font-size: 45px;
    color: orange;
    font-weight: 300;

}
.classTitle {
    text-align: center;
    font-size: 50px;
    padding: 10px;
    color: orange;
}
.classHeading {
    color: orange;
    font-size: 35px;
    font-weight: 900;
    text-align: center;
    margin: 0 auto;
}
.classDiv {
    margin:0 auto;
    padding: 5px;
    background-color: #fff3e0;
    border-color: black;
    border-width: 3px;
    max-width: 800px;
    width: 99%;
    border-style: solid;
    border-width: 3px;
    border-color: black;
}
.classlisting {
    font-size: 20px
}

.classlisting .keepRight {
    float: right
}

.createClassBtn {
    border: none;
    color: white;
    padding: 5px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 30px;
    border-radius: 10%;
}
.incompletes {
    background-color: #e8f5e9;
}

.completionsList {
    font-size: 30px;
    text-align: center;
    color: orange;

}
.hundredClubList {
    font-size: 30px;
    color: orange;
    text-align: center;

}
/* .centerme {
    margin: 0 auto;
} */

.classLink {
    /* border-radius: 25px; */

    text-align: center;
    background: #e8f5e9;
    padding: 0px;
    width: 95%;
    /* max-width: 300px; */
    /* height: 60px; */
    margin: 0 auto;
    /* margin-top:20px; */
    margin-bottom: 20px;
    font-size: 30px;
    color: orange;
    /* color: #3E556D; */
    /* border-width: 3px;
    border-color: black;
    border-style: solid; */
}

.classLinkLate {
    text-align: center;
    background: red;
    padding: 0px;
    width: 95%;
    /* max-width: 300px; */
    /* height: 60px; */
    margin: 0 auto;
    /* margin-top:20px; */
    margin-bottom: 20px;
    font-size: 30px;
    color: orange;

}

.leaderboardDiv {
    margin:0 auto;
    margin-top: 20px;
    text-align: center;
    font-size: 35px;
    padding: 5px;
    background-color: #fff3e0;
    border-color: black;
    border-width: 3px;
    max-width: 800px;
    width: 99%;
    border-style: solid;
    border-width: 3px;
    border-color: black;
}
.leaderboardColumnHeading {
    border-radius: 25px;
    text-align: center;
    /* background: #e8f5e9; */
    background: orange;
    width: 95%;

    /* padding: 10px;
    margin-top: 20px; */
    font-size: 40px;
    color: white;
    /* border-width: 3px;
    border-color: black;
    border-style: solid; */
}
.leaderboardHeading {
    color: orange;
    font-size: 30px;
    text-align: center;
}
.goldwinner {
    color: gold;
}
.silverwinner {
    color: silver;
}
.bronzewinner {
    color: #8d6e63;
}
.edit-class-btn {
    border: 0px;
    margin: 50;
    padding: 0;
    color: black;
    background-color: white
}

.checkmark {
    color: green;
    font-size: 30px;
}
.exclamation {
    color: red;
    font-size: 30px
}


.container2 {
    margin: 0 auto;
    max-width: 1000px;
    width: 95%;
}
.container3 {
    margin: 0 auto;
    max-width: 1000px;
    width: 95%;
    line-height: 50px;
}
.resultsHeading {
    font-weight: 300;
    color: orange;
    margin-top: 40px;
}

.container .row {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}
.row {
    margin-bottom: 0px;
}

.totheright {
    text-align: center;
}


.no-login-class {
    background-color: blue;
    color: white;
    padding: 14px 16px;
}


.delete-row-btn:hover {
    font-weight: bold;
    color: #f44336 !important;
}

.nav {
    background-color: orange;
}
/* .astext {
    border: 2px solid blue;
    border-radius: 25px;
    margin: 0;
    padding: 10;
    color: black;
    font-size: 40px
} */
.leave-class-btn {
    cursor: pointer
}
.leave-class-btn:hover {
    color: #f44336 !important;
}


.astext2 {
    border: 0px;
    margin: 20;
    padding: 0;
    color: black;
    font-size: 40px;
}

.inputGroup {
    background-color: #fff3e0;
    margin-bottom: 10px;
}

.buttonSpacing {
    text-transform: none;
    margin-top: 6px;
    margin-right: 8px;
    margin-bottom: 2px;
    /* padding: 8px; */
    padding-left: 8px;
    padding-right: 8px;
}
.card-action button {

    text-transform: none;
    margin-top: 6px;
    margin-right: 8px;
    margin-bottom: 2px;
    /* padding: 8px; */
    padding-left: 8px;
    padding-right: 8px;
}
.card .card-action {
    padding: 8px;
}

.card .card-content {
    padding: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.correct {
    font-size: 50px;
    color: green;
    font-weight: bold;
    font-family: serif;
}
.incorrect {
    font-size: 50px;
    color: red;
    font-weight: bold;
    font-family: serif;
}

textarea {
    width: 90%;
    height: 80%;
    margin: 0 auto;
}

#flashcardDiv .valign-wrapper{
    min-height: 30vw;
}
#flashcardDiv .valign-wrapper > div {
    width: 100%;
    text-align: center;
}

#sidesDisplay ul {
    margin: 0;
}
#sidesDisplay ul li.active {
    background-color: orange;
    border-radius: 50%;
}
#sidesDisplay ul li a {
    color: #999;
}
#sidesDisplay ul li.active a {
    color: #fff;
}

.button:hover {
  background-color: #FCAF50;
  color: white;
}

.btn {
    font-size: 18px;
    text-transform: none;
}
.adminbtn.btn {
    margin: 8px;
}


@media only screen and (min-width: 800px) {
    .container2 {
        width: 95%;
    }
}


@media only screen and (min-width: 601px) {

    #flashcardDiv .valign-wrapper{
        min-height: 18vw;
    }

    #question-content {
        font-size: 3rem;
        color: black;
        cursor: pointer;
        text-shadow: -2px 0 white, 0 2px white, 2px 0 white, 0 -2px white;
    }
    .container2 {
        width: 95%;

    }
}

#set-title {
  font-size: calc(15px + 2vw);
  color: orange;
}

@media only screen and (min-width: 1050px) {
    #flashcardDiv .valign-wrapper{
        min-height: 20vw;
    }
    #question-content {
        font-size: 4rem;
        color: black;
        cursor: pointer;
        text-shadow: -2px 0 white, 0 2px white, 2px 0 white, 0 -2px white;
    }
}
@media only screen and (min-width: 1310px) {
    #flashcardDiv .valign-wrapper{
        min-height: 20vw;
    }
    #question-content {
        font-size: 4rem;
        color: black;
        cursor: pointer;
        text-shadow: -2px 0 white, 0 2px white, 2px 0 white, 0 -2px white;
    }
}
@media only screen and (min-width: 1569px) {

    #flashcardDiv .valign-wrapper{
        min-height: 18vw;
    }
    #question-content {
        font-size: 4rem;
        color: black;
        cursor: pointer;
        text-shadow: -2px 0 white, 0 2px white, 2px 0 white, 0 -2px white;
    }
}
.dropdown-menus {
    width: 500px;
}



.thumbnailLarge {
    width: 200px;
    height: 200px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.thumbnailSmall {
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
div.solid {border-style: solid;}

.imageIcons {
    font-size: 30px;
    color: orange;
    margin-left: 8px;
    /* margin-right: 12px; */
    /* padding-right: 20px;
    padding-left: 20px; */
}
.recordingIcons {
    margin-left: 8px;
    /* margin-right: 12px; */
    font-size: 30px;
}

.recordingIcons2 {

    font-size: 25px;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 5px;
}


* { box-sizing: border-box; }

.scene {
  width: 300px;
  height: 300px;

  /* margin: 80px; */
  margin: 0 auto;
  perspective: 300px;
  margin-bottom: 10px;
}

.cube {
  width: 300px;
  height: 300px;
  position: relative;
  transform-style: preserve-3d;
  transform: translateZ(-150px);
  transition: transform .4s;

}

.cube>div>div {
    width: 100%;
}
.cube.show-1  { transform: translateZ(-150px) rotateY(   0deg); }
.cube.show-2  { transform: translateZ(-150px) rotateY( -90deg); }
.cube.show-3   { transform: translateZ(-150px) rotateY(-180deg); }
.cube.show-4   { transform: translateZ(-150px) rotateY(  90deg); }
.cube.show-5   { transform: translateZ(-150px) rotateX( -90deg); }
.cube.show-6 { transform: translateZ(-150px) rotateX(  90deg); }

.smallerFont {
    line-height: 35px;
  font-size: 35px;
    position: absolute;
    width: 300px;
    padding: 15px;
    height: 300px;
    border: 2px solid gray;
    font-weight: bold;
    color: orange;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    overflow: hidden;
  
}

.cube__face {
  position: absolute;
  width: 300px;
  padding: 15px;
  height: 300px;
  border: 2px solid gray;
  line-height: 50px;
  font-size: 50px;
  font-weight: bold;
  color: orange;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  overflow: hidden;
}
.cube__face .backgroundImg {
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.cube__face--3   {
    background-image: url("/images/light-orange.png");
}
.cube__face--1   { background-image: url("/images/light-gray.png"); }
.cube__face--2   { background: white; }
.cube__face--5   { background-image: url("/images/white.png"); }
.cube__face--4   { background-image: url("/images/light-green.png"); }
.cube__face--2   {
    background-image: url("/images/light-blue.png");
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}
.cube__face--6   {
    background-image: url("/images/orange.png");
    color: white;
}


.cube__face--1  {
    transform: rotateY(  0deg) translateZ(150px);
    background-image: url("/images/light-gray.png");
}
.cube__face--2  { transform: rotateY( 90deg) translateZ(150px); }
.cube__face--3  { transform: rotateY(180deg) translateZ(150px); }
.cube__face--4  { transform: rotateY(-90deg) translateZ(150px); }
.cube__face--5  { transform: rotateX( 90deg) translateZ(150px); }
.cube__face--6 { transform: rotateX(-90deg) translateZ(150px); }



/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}

.hamburgerBun {
    margin-left: 20px;
}


.register label {
    margin-right: 5px;
}

.register input {
    padding: 5px 14px;
    border: 1px solid #d5d9da;
    box-shadow: 0 0 9px #0E34F5 inset;
    width: 272px;
    font-size: 1em;
    height: 25px;
}

.register .short {
    font-weight: bold;
    color: #FF0000;
    font-size: larger;
}

.register .weak {
    font-weight: bold;
    color: orange;
    font-size: larger;
}

.register .good {
    font-weight: bold;
    color: #2D98F3;
    font-size: larger;
}

.register .strong {
    font-weight: bold;
    color: limegreen;
    font-size: larger;
}
.hiddenBtn {
    position: absolute;
    top: -1000px
}

.ui-tooltip, .arrow:after {
    background: black;
    border: 2px solid white;
  }
  .ui-tooltip {
    padding: 10px 20px;
    color: white;
    border-radius: 20px;
    font: bold 14px "Helvetica Neue", Sans-Serif;
    text-transform: uppercase;
    box-shadow: 0 0 7px black;
  }
  .arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
  }
  .arrow.top {
    top: -16px;
    bottom: auto;
  }
  .arrow.left {
    left: 20%;
  }
  .arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .arrow.top:after {
    bottom: -20px;
    top: auto;
  }


  table.orangeTable {
    border: 1px solid #1C6EA4;
    background-color: #EEEEEE;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
  }
  table.orangeTable td, table.orangeTable th {
    border: 1px solid #AAAAAA;
    padding: 3px 2px;
  }
  table.orangeTable tbody td {
    font-size: 13px;
  }
  table.orangeTable tr:nth-child(even) {
    background: #F5D294;
  }
  table.orangeTable thead {
    background: #FFB100;
    background: -moz-linear-gradient(top, #ffc440 0%, #ffb819 66%, #FFB100 100%);
    background: -webkit-linear-gradient(top, #ffc440 0%, #ffb819 66%, #FFB100 100%);
    background: linear-gradient(to bottom, #ffc440 0%, #ffb819 66%, #FFB100 100%);
    border-bottom: 2px solid #444444;
  }
  table.orangeTable thead th {
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    border-left: 2px solid #F59200;
  }
  table.orangeTable thead th:first-child {
    border-left: none;
  }

  table.orangeTable tfoot td {
    font-size: 14px;
  }
  table.orangeTable tfoot .links {
    text-align: right;
  }
  table.orangeTable tfoot .links a{
    display: inline-block;
    background: #1C6EA4;
    color: #FFFFFF;
    padding: 2px 8px;
    border-radius: 5px;
  }

  .hover1 {
      background-color:red

  }

.tg  {border-collapse:collapse;border-spacing:0;}
.tg td{font-family:Arial, sans-serif;font-size:14px;padding:2px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:black;}
.tg th{font-family:Arial, sans-serif;font-size:20px;font-weight:normal;padding:2px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:black;}
.tg .tg-lboi{border-color:inherit;text-align:left;vertical-align:top}
.tg .tg-9wq8{border-color:inherit;text-align:center;vertical-align:middle}
.tg .tg-0pky{border-color:inherit;text-align:left;vertical-align:top}
.tg .tg-nrix{text-align:center;vertical-align:middle}

.plainBox {
    margin:0;
    font-size: 15px;
    height:20px;
    width:100%;
    padding: 2px;


}
input[type='special'] {
    margin:0;
    font-size: 20px;
    height:35px;
    width:100%;
    padding: 2px;
}
