/*
    Sudoku puzzle style sheet
    (C) Copyright 2007
    John Ryland <jryland@invertedlogic.com>

    ALL RIGHTS RESERVED
*/
html * {
    text-align : center;
    font-family: verdana, Arial, Helvetica, sans-serif;
    font-smooth: always;
}
iframe,
.buttonBox,
#BannerAd,
#outterInProgress,
#newDialogWrapper,
#menuWrapper,
#menuWrapper2,
#menu,
.fb_dialog
{
    display : none;
}
#content {
    height : 640px;
}
table {
    border : 2px solid #000;
}
#bigbox {
    margin-top : 70px;
    display : inline-block;
    margin-left : auto;
    margin-right : auto;
}
#boxes {
    display : inline-block;
}
#boxes * * {
    background-color : #FFF;
    border : 1px solid #000;
    font-size : 41px;
    text-align : center;
    width : 97px;
    height : 97px;
}
#Footer:after {
    content: "Copyright \00a9 2016 PUZZLRZ.COM";
}


