body{
    background: #fff;
}

table.bord {
    table-layout: fixed;
}

table.bord td {
    border: 2px dashed #3daace;
    background: #b9e3f9;
    height: 120px;
    width: 120px;
}


table.bord td img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

table.hand td {
    /*border: 2px solid #3daace;*/
    background: white;
    height: 120px;
    width: 120px;
    padding: 0;
    margin: 0;
}

td.selected_hand {
    background: #b9e3f9 !important;
}

td.selected_board {
    background: #91d1f2 !important;
}

table.hand td img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.available {
    cursor: pointer;
}

td.choose:hover {
    background: #91d1f2 !important;
    cursor: pointer;
}

td.choose_trio {
    background: #91d1f2 !important;
    cursor: pointer;
}


.container {
    margin-top: 40px;
}

/*td.menu {*/
    /*vertical-align: top;*/
    /*width: 400px;*/
/*}*/

.hidden {
    visibility: hidden;
}