/**
 * This file is part of the iBobr - safe package
 *
 * (c) Ondřej Záruba <info@zaruba-ondrej.cz>
 *
 * For the full copyright and license information, please view the license.md
 * file that was distributed with this source code.
 */

.safe-container table {
    border-spacing: 2px;
    border-collapse: separate;
}

.safe-container table td {
    width: 50px;
    height: 50px;
    text-align: center;
}

.safe-container table td.safe-colored {
    border: 2px solid #000000;
}

.safe-container table td.safe-numbered span {
    text-align: center;
    vertical-align: middle;
}

.safe-container span {
    display: block;
    width: 36px;
    height: 36px;
    margin: 0 auto;
}

.safe-container span.safe-circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
}

.safe-container span.safe-square {
    border-width: 2px;
    border-style: solid;
}

.safe-clickable {
    cursor: pointer;
}

.safe-container span.safe-white {
    background-color: #ffffff;
    border-color: #000000;
}

.safe-container span.safe-black {
    background-color: #000000;
    border-color: #ffffff;
}