* {
  -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, Edge, Opera and Firefox */
}

img {
  width: 0;
  height: 0;
}

#headline {
  margin-top: 0;
  margin-bottom: 10px;
}

#difficultySelector {
  width: 300px;
}

#box-left {
  float: left;
}

#box-right {
  float: left;
  margin-left: 2.6vw;
}

#selectorElements {
  margin-bottom: 20px;
}

#scoreBoardWrapper {
  font-size: 20px;
  margin-top: 25px;
  line-height: 50px;
}

.scoreBoard {
  margin: 25px;
  float: left;
}

.boardName {
  border-radius: 10px;
  margin-left: 10px;
  margin-right: 10px;
  width: 170px;
  height: 50px;
  text-align: center;
  float: left;
  background: #d0d0d0;
}

#displayScorePlayer {
  margin-top: 10px;
}

#displayScore {
  margin-top: 10px;
}

.boardScore {
  border-radius: 10px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 0px;
  width: 50px;
  height: 50px;
  text-align: center;
  float: left;
  background: #d0d0d0;
}

#displayMain {
  border-radius: 10px;
  margin-left: 35px;
  margin-top: 45px;
  background: #d0d0d0;
  width: 410px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  float: left;
}

#selection {
  margin-left: 35px;
  margin-top: 0;
  width: 410px;
  text-align: center;
  float: left;
}

#cricketTableWrapper {
  display: none;
  margin-left: 35px;
  margin-bottom: 35px;
  width: 410px;
}

table {
  width: 100%;
  border: 1px solid black;
}

th, td {
  border: 1px solid black;
  width: 33%;
}
