#modal_comp div.tictactoe {
    padding-top: 20px;
}

div.tictactoe table {
    width:210px;
    height:210px;
    margin: auto;
    font-family: arial;
    background-color: #000000;
    border-spacing:0px;
    border-collapse: separate;
}

div.tictactoe table td {
    color: #ffffff;
    font-size: 40px;
    width: 30%;
    border: 0px;
    padding: 0px;
    text-align: center;
    vertical-align: middle;
}

div.tictactoe table td a {
    color: #ffffff;
    text-decoration: none;
}

div.tictactoe table td a:hover {
    color: #F7F3E8;
}

div.tictactoe table td {
    border-right: 3px solid white;
    border-bottom: 3px solid white;
}
