.form-text {
    text-align: left;
}

.borderless td, .borderless th {
    border: none;
}
.gameboad td {
    height: 200px;
    width: 200px;
    font-size: 3rem;
}
.gameboad.input input {
    font-size: 3rem;
    width: 150px;
    text-align: right;
}
.gameboad.input label {
    font-size: 3rem;
}
.gameboad .btn {
    font-size: 2rem;
}
.clickable-image {
    cursor: pointer;
}
.messagelist .error {
    background: #ff5784;
    color: #ffff;
  }
  .messagelist .success {
    background: #dfd;
  }