
html {
  font-size: 10px;
}

@media only screen and (min-height: 1200px) {
  html {
    font-size: 12px;  
  }
}

@media only screen and (min-height: 1500px) {
  html {
    font-size: 14px;
  }
}

/* Remove default bullets */
ul, #myUL {
  list-style-type: none;
}

hr {
	border-color: #555555;
}

a {
	cursor: pointer;
}

th {
    text-align: left
}

body {
  background-color: #071523;
  height: auto !important;
  min-height: 100%;    
  box-sizing: border-box;
  overflow: visible;
  font-size: 1.6rem;
}

a {
  color: #65BBDD;
}

span {
  color: #bbbbbb;
}

select {
    -webkit-appearance: menulist;
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    color: #bbbbbb;
    background-color: #071523;
    cursor: default;
    border-width: 0.1rem;
    border-style: solid;
    border-color: #1B4C7C;
    border-image: initial;
}

input[type='search']{
    -webkit-appearance: textfield;
    background-color: #071523;
    color: #bbbbbb;
    -webkit-rtl-ordering: logical;
    cursor: text;
    padding: 0.1rem;
    border-width: 0.1rem;
    border-style: solid;
    border-color: #1B4C7C;
    border-image: initial;
}

.title {
    text-align: center;
    color: #dddddd;
    margin-bottom: 0.1rem;
	cursor:pointer;
}
.title a {
	color: inherit;
	text-decoration: inherit;
}

.subtitle {
    text-align: center;
    color: #dddddd;
    margin-bottom: 2rem;
}


.vocabhorizontalcenter {
  margin: 0;
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}
.vocabsplitleft {
  height: 100%;
  width: 30%;
  float: left;
  color: #bbbbbb
}

.vocabsplitmiddle {
  height: 100%;
  width: 40%;
  float: left;
  color: #bbbbbb;
}

.vocabsplitright {
  height: 100%;
  width: 30%;
  float: left;
  color: #bbbbbb
}

.modebutton {
  float: center;
  background-color: #071523;
  border: 0.1rem solid #1B4C7C;
  color: #cccccc;
  margin-top: -0.1rem;
  margin-left: 1rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.4rem;
}
.vocabbutton {
  float: center;
  background-color: #071523;
  border: 0.1rem solid #1B4C7C;
  color: #cccccc;
  margin-top: -0.1rem;
  margin-left: 1rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.4rem;
}
.vocabbutton:hover {
	background-color: #2667A8;
}

.vocabactive {
  background-color: #2667A8;
}
.vocabinactive {
  background-color: #071523;
}
.vocabbuttonbig {
  float: left;
  background-color: #071523;
  border: 0.1rem solid #1B4C7C;
  color: #cccccc;
  margin-top: -0.1rem;
  margin-left: 1rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 2.4rem;
}
.vocabinput {
  background-color: #071523;
  color: #cccccc;
  border: 0.1rem solid #1B4C7C;
  text-align: center;
  height: 2.5rem;
  font-size: 2rem;
}
.vocabselection {
  float: center;
  width: 100%;
  background-color: #071523;
  border: 0.1rem solid #1B4C7C;
  color: #cccccc;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  //margin-left: 15rem;
  //margin-right: 15rem;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  font-size: 2.5rem;
  cursor: pointer;
}
.vocabselection:hover {
	background-color: #2667A8;
}
.vocabradiobutton {
  float: left;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.vocabradiolabel {
  float: left;
  font-size: 2rem;
}

.visible {
	display: block;
}

.invisible {
	display: none;
}

#currentword {
	font-size: 4rem;
}