
body {
    max-width: 1100px;
    user-select: none;
}

sub {
    font-size: .7rem;
    vertical-align: -3px;
    pointer-events: none;
}

button {
    width: 150px;
}

hr {
    background-color: white;
    height: 4px;
    border: none;
}

#container {
    position: relative;
    padding: 10px;
    background-color: #a1a1a1;
    height: 720px;
    width: 1060px;
    top: 0;
    left: 0;
}

#labels {
    position: absolute;
    top: 0;
    left: 0;
}

#bottomArea {
    position: absolute;
    top: 660px;
    left: 20px;
    width: 560px;
    text-align: center;
}

#rightSide {
    position: absolute;
    top: 30px;
    left: 670px;
    color: white;
    font-size: 1.4rem;
    width: 360px;
    text-align: center;
}

#holdTiles {
    position: absolute;
    top: 0;
    left: 0;
}

#player1 {
    font-size: 1rem;
    display: inline-block;
    width: 150px;
    text-align: center;
}

#player2 {
    font-size: 1rem;
    display: inline-block;
    width: 150px;
    text-align: center;
}

#pool {
    margin-top: 45px;
    margin-bottom: 20px;
}

#dropArea {
    position: absolute;
    width: 300px;
    height: 50px;
    background-color: white;
    color: black;
    padding-top: 10px;
    top: 220px;
    left: 700px;
    text-align: center;
    border: solid 2px #333333;
}

#control {
    margin-top: 350px;
    width: 100%;
    height: 100px;
}

#player {
    display: inline-block;
    width: 70px;
    font-size: 1rem;
    height: 30px;
    padding-top: 10px;
}

#movement {
    width: 260px;
}

#outputInfo {
    margin-top: 30px;
    color: black;
    font-size: 1.1rem;
    width: 100%;
    text-align: center;
}

#letterButton {
    margin-right: auto;
    margin-left: auto;

}

#letterInfo {
    position: absolute;
    width: 300px;
    height: 110px;
    background-color: white;
    color: black;
    top: 220px;
    left: 700px;
    text-align: center;
    border: solid 3px #333333;
}

#letter {
    width: 100px;
    height: 30px;
    text-align: center;
    border: solid 2px #333333;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    display: block;
}

.sqInfo {
    background-color: white;
    position: absolute;
    font-size: .7rem;
    padding-left: 6px;
    padding-top: 10px;
}

.tile {
    background-color: darkgoldenrod;
    position: absolute;
    font-size: 1.4rem;
    visibility: hidden;
    padding-left: 7px;
}

.iTile {
    background-color: darkgoldenrod;
    position: absolute;
    font-size: 1.4rem;
    visibility: hidden;
    padding-left: 13px;
}

.center {
    text-align: center;
}

.smallnote {
    font-size: .9rem;
}

button {
  margin: 0 10px;
  display: inline-block;
  height: 36px;
}