.useme {
    background-color: #5bc0de !important;
}
.right-answer {
    background-color: #5cb85c !important;
}
.wrong-answer {
    background-color: #d9534f !important;
}
.editable {
    font-family: "Roboto Mono";
    width: 40px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    background-color: #4e5d6c;
    color: white !important;
}
.selector {
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
}
.tabber {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.cell {
    color: black;
    text-align: center;
    padding: 0px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-color: #888 !important;
}
.visible {
    visibility: visible;
}
.invisible {
    visibility: hidden;
}
#noteSelector {
    margin-top:15px;
}
.invisible-cell {
    text-align: center;
    padding: 0px;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
#trophy {
    line-height: 40px !important;
}
.arrow-key {
    cursor: pointer;
}

#note-control {
    min-width: 280px;
    max-width: 280px;
}

.note-selector-container {
    border-color: #3e4a59;
    border: #3e4a59 solid 1px;
    padding-top: 0px;
    padding-bottom: 20px;
    border-radius: 20px;
}

#info-container {
    border: #3e4a59 solid 1px;
    margin-bottom: 10px;
    margin-top: 10px;
    border-radius: 20px;
    padding: 10px;
}

.info-col ul {
    color: white;
    padding-left: 25px !important;
    padding-top: 15px !important;
    text-align: left;
}

#info a {
    color: white;
}

.navbar-toggler {
    color: rgba(255,255,255,0.5) !important;
    border-color: rgba(255,255,255,0.5) !important;
}

.container-title {
    padding-bottom: 10px;
}

.congrats-toast {
    background-color: #DF691A;
    color: white;
}

.snackbar-content {
    background-color: #DF691A;
}
