.supress {
    max-width: 1000px;
    background: #e7e7e7;
}
table {
}
.cryptoTable td {
    border: 1px solid #b7b7b7;
    width: 35px;
    height: 35px;
    text-align:center;
}
.letter {
    font-size: 20px;
    display: block;
}
.letter.selected {
    background: #f5dcb6 !important;
}
.letter.selected2 {
    background: #d9d9d9 !important;
}
.letter.found {
    background: #e9e9e9;
}
ul.mylist {
    margin: 0;
    padding: 0;
    text-align: left;
    list-style-type: none;
}
ul.mylist li {
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
    font-size: 15px;
}
.mylist li span {
    float: right;
    font-size: 10px;
    font-weight: bold;
    color: #888;
    line-height: 24px;
}
.mylist li span:hover {
    color: #800;
    cursor:pointer
}
ul.mylist li.found {
    text-decoration: line-through;
    color: #fd3b3b;
}
.largeForm {
    font-size: 1.15em;
    padding: 16px 20px !important;
    height: 55px;
}
.btn-success {
    color: #fff;
    background-color: #5d81b9;
    border-color: #ffffff;
}
.message {
    background: #5d81b9;
    border-radius: 10px;
    padding: 10px 20px;
    text-align: center;
    color: white;
    font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
    ul.mylist li {
        width: 47%;
        display: inline-block;
        margin: 0 1.5%;
    }
}
@media only screen and (max-width: 560px) {
    .letter {
        font-size: 15px;
        line-height: 32px;
    }
}
@media only screen and (max-width: 450px) {
    .cryptoTable {
        width:100%;
    }
}
