* {
    font-family: verdana, sans-serif;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

body {
    margin: 0;
}

#container {
    margin: 0 auto;
}

#dashboard {
    height: 50px;
    float: left;
}

#dashboard div, #dashboard div div {
    float: left;
}

#playTitle {
    font-size: 25pt;
    text-align: center;
}

#playDetails {
    float: right;
}
#playDetails div {
    float: right;
    margin: 5px;
    padding: 2px;
}

#board {
    position: relative;
    overflow: hidden;
}

#loadingPlaceholder h1 {
    text-align: center;
}

.matching {
    text-decoration: underline;
}

.popupScore {
    font-size: 50pt;
    font-weight: bold;
    z-index: 1000;
}

#gameOver {
    font-size: 25pt;
    position: absolute;
    text-align: center;
    display: none;
}

.square {
    text-align: center;
    width: 230px;
    height: 50px;
    position: absolute;
    font-size: 10.5pt;
}

.square.blank {
    background-color: black;
}

.square.selected {
    background-color: #d3d3d3;
}

#seconds, #wpm, #characters {
    width: 50px;
}

#typing {
    width: 1230px;
    margin: 10px;
    font-size: 20pt;
}