﻿div.report {
    margin-left:auto;
    margin-right:auto;
    margin-top:30px;
    width:90%;
    font-family:Trebuchet MS, Helvetica, Arial;
}

div.report h1 {font-size:x-large;}
div.report h2 {font-size:small; font-weight:normal;}
div.report h3 {font-size:medium; background:#ccc; padding:7px 15px; padding-left:0; border-bottom:solid 3px #999;}
div.report h4 {font-size:medium; margin-left:0px; padding-left:5px; padding-bottom:2px; 
margin-bottom:2px; margin-top:0px; padding-top:2px; background:#ededed; border-bottom:solid 1px #999;page-break-inside:avoid;}
div.report h4 span.fix {font-weight:normal; font-size:x-small;page-break-inside:avoid;}

div.report p {font-size:small; margin:2px 5px 8px 10px; font-style:italic; page-break-inside:avoid;}
div.report p.tel {font-style:normal; page-break-inside:avoid;}

div.report div.clubBox {
    border:dashed 1px #ccc; margin-left:15px; margin-bottom: 20px; 
    border-left:solid 6px #ccc; border-top:solid 1px #ccc;
    page-break-inside:avoid;
}

div.report div.breakAfter {page-break-after: always;}

div.report table {border-collapse:collapse; margin:3px 5px 10px 12px;}
div.report table td, div.report table th {border:solid 1px #ccc; font-size:small; text-align:center; padding:1px 5px;}
div.report table th {background:#ededed;}