table {
-moz-box-sizing:border-box;
color: #666666;
border: 1px solid #C0C0C0;
display:table;
margin:1px;
text-indent:0;
}

td {
padding: 5px;
border-right: 1px solid #C0C0C0;
border-bottom: 1px solid #C0C0C0;
background-color: #EFF2F3;
display: table-cell;
text-align: inherit;
vertical-align: inherit;
empty-cells: show;
}

th {
padding: 5px;
border-right: 1px solid #C0C0C0;
border-bottom: 1px solid #C0C0C0;
background-color: #E1E2E6;
color: #000;
display: table-cell;
font-size: 80%;
font-weight: bold;
font-family: sans-serif;
vertical-align: inherit;
}

div.skilltable table {
border: none;
margin: 0px;
padding: 2px;
}

div.skilltable th {
border: none;
padding: 2px;
text-align: left;
background-color: transparent;
}


div.skilltable tr {
border: none;
height: 1em;
}


div.skilltable td {
border: none;
padding: 2px;
background-color: transparent;
font-size: 100%;
vertical-align : top;
min-width: 4em;
}

div.skilltable h6 {
margin: 0 !important;
padding: 0.5em 1em;
background-color: #EFF2F3 ;
font-size: 120% !important;
}



@media print {
    body {
        font-size: 150% !important;
    }

  *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
    font-size: inherit !important;
  }

    table {
        width:100%;
        page-break-inside: avoid;
    }

    blockquote {
        page-break-inside: avoid;
    }

    #contents {
      margin:0;
      background-color: none;
      border: none;

      column-count: 2;
      column-gap: 3em;

    }

    .atwiki-main-column {
        margin: 20px 40px;
        order: none;
        width: 100%;
    }

    form,
    header,
    footer,
    iframe,
    .noprint,
    #atwiki-menu-content,
    #twttrHubFrameSecure,
    #twttrHubFrame,
    #fb-root,
    #globalNav,
    #globalNavRight,
    #header,
    #pagetitle,
    #attach,
    #ads,
    #body_footer,
    #footer,
    #menubar,
    #menubar2,
    #extraDiv1,
    #extraDiv2,
    #extraDiv3,
    #extraDiv4,
    #extraDiv5,
    #extraDiv6
    { display:none; }

}