
#category-select th:hover {
    background-color:orange;    
}

#inner-header, #inner-footer {display:none;}

#pankuz, .hide-on-print {display:none;}

footer { display:none; }

/* リンクは表示しない 
a:link {
    font-size:0em;
    text-decoration: underline;
    color: #06c;
}
*/
a:link:after, a:visited:after {
    content: "";
}


.show-on-print {
    display:inline;
}

.hide-on-print {
    display:none;
}

/* single-profile */
#profile-details {
    font-size:1.2em;
    height:550px;
    width:100%;
    overflow:hidden;
}


#profile-content {
    font-size:1.2em;
    margin:10px 0;
    padding:0px;
    border-top:2px dashed black;
    height:630px; /* was: 630 */
    width:100% !important;
    overflow-y:hidden;
/*    background-color:#e0e0e0; */
}

@page 
    {
        size: auto;   /* auto is the initial value */
        margin: 0mm;  /* this affects the margin in the printer settings */
    }

    body 
    {
        background-color:#FFFFFF; 
        margin: 0px;  /* this affects the margin on the content before sending to printer */
   }
