/* SVPJ */

.table-game-info tbody>tr>th,
.table-game-info tbody>tr>td{
    height: 60px;
    vertical-align: middle;
}

.table-center thead>tr>th,
.table-center tbody>tr>td{
    text-align: center;
    vertical-align: middle;
}


.table-v-center thead>tr>th,
.table-v-center tbody>tr>td{
    vertical-align: middle;
}

.controls {
    margin: 30px;
    width: auto;
    height: auto;
}


.console {
    /*height: 70vh;*/
    background-color: rgba(0, 0, 0, 1);
    color: white;
    overflow-y:auto;
    padding: 10px;
    font-family: "Lucida Console", Monaco, monospace;
}

.clickable-row {
    cursor: pointer;
}

.clickable {
    cursor: pointer;
}

.mhover {
    background-color: #E3F1FF;
}

.circle-on {
    width: 12px; height: 12px;
    background: #75ff81;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.circle-off {
    width: 12px; height: 12px;
    background: #ff464d;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}
