@charset "utf-8";
/* Custom CSS Document */
/* Add <link rel="stylesheet" href="<?php bloginfo('template_directory') ?>/style-custom.css" type="text/css" media="screen" /> to header.php */

/* Code to Center a Table */
div.centered 
{
text-align: center;
}
div.centered table 
{
margin: 0 auto; 
text-align: left;
}

/* On the post, declare the table as follows:
<div class="centered"><table>
xxx
</table>
</div>  */

.box {
  margin: 0 10px 90px;
}

.content {
  padding: 0 30px 30px;
}

