
/************
  game.css
*************/

*{
    margin:0;
    padding:0;
    }
body {
    padding:5px 10px;
    }

#header{
}

div.path{
    font-size:85%;
    margin:5px 10px 10px;
    } 

#content_single{
    margin-left:20px;
    margin-top:10px;
    }
    
#footer{
    clear:both;
    margin-top:20px;
    }

    
h1.page_title{
    font-weight:bold;
    font-size:110%;
    color:#000;
    margin-bottom:10px;
    }

.page_send{
    text-align:center;
    font-size:80%;
    }
.page_send a{
    text-decoration:none;
    }

/************* 
  index.html 
***************/    

table.content_table{
    margin-left:5px;
    }
table.content_table td{
    padding:5px 0;
    }
table.content_table td.main{
    padding:5px 10px;
    }
table.content_table td ul,
table.content_table td ol{
    padding-left:30px;
    }

table.content_table td  div.item_table table th,
table.content_table td  div.item_table table td{
    width: 33%;
    padding: 5px 10px;
    }
h2.page_title{
    font-size:110%;
    margin-top:10px;
    margin-bottom:5px;
    }
/************* 
  weekly page 
***************/    

div.item_table table{
    font-size:90%;
    width:90%;
    }
 div.item_table table td{
    padding: 5px 0;
    vertical-align:top;
    }

.item_count{
    text-align:right;
    margin-right:2em;
    }
    
    
