* {
    margin: 0;
}
body, html {
    background: #040015;
    height: 100%;
}
.content {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -100px;
}
.board {
    border-spacing: 0px;
    border: solid 3px #B9FAFB;
    width: 360pt;
    height: 300pt;
    padding: 3px 30px 3px 30px;
    margin: 3px auto 3px auto;
}
.board td {
    vertical-align: center;
    text-align: center;
    height: 100px;
    width: 100px;
    font-size: 65pt;
    font-family: sans-serif;
    font-weight: bold;
    color:  #B9FAFB;
    text-shadow: #ccc 2px 2px 10px;
    margin: 0 0 0 0;

}
.message {
    font-size: 20pt;
    font-family: sans-serif;
    font-weight: bold;
    color:  #B9FAFB;
    text-shadow: #999 2px 2px 40px;
}
.winner {
    text-align: center;
    font-size: 30pt;
    font-family: sans-serif;
    font-weight: bold;
    color:  #B9FAFB;
    text-shadow: #999 2px 2px 40px;
}
.board .top *{
    border-bottom: solid 9px #B9FAFB;
}   
.board .bottom * { 
    border-top: solid 9px #B9FAFB;
}   
.board .left {
    border-right: solid 9px #B9FAFB;
}   
.board .right {
    border-left: solid 9px #B9FAFB;
}   
.hidden {
    display: none;
} 
.footer, .push {
    height: 100px;
    color:  #B9FAFB;
}
.footer a {
    color: white;
}
