h2{
    text-decoration:underline;
}

#PlayNow, #CreateRoom{
    text-align:center;
    border:1px solid #adadad;
    background-image:url(/images/bkg-squares.png);
    background-position:bottom;
    background-repeat:repeat-x;
    padding:5px;
    margin:5px;
    
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;

}

#PlayNow{
    height:150px;
}

#CreateRoom{
    height:150px;
    margin-top:40px;
}

#LeftContent {
    padding: 10px;
}

#ExampleGame td {
    border: 1px solid #ccc;
    padding: 5px;
}

#ExampleGame td.round {
    font-size: .7em;
}

#ExampleGame td.worda {
    text-align: right;
}

#ExampleGame td.round {
    text-align: left;
}

#ExampleGame {
    margin-bottom: 1em;
}