/**
*	Print style sheet
*/
.hr-a,
.hr-b,
.hr-c,
.hr-d,
.hr-e,
.hr-f,
.hr-g,
.hr-h,
.hr-i,
.hr-j,
.hr-k,
body,
a {
  color: black !important; }


/* T4 Hide menu */
.mega-menu{ display: none;}
.header-nav{ display: none;}


.section-title,
.primary,
.inner,
.header {
  padding: 0 !important;
  margin: 0 !important; }

.utility,
.secondary,
.feature,
.page-header,
.page-footer {
  display: none; }

/* Table Fix */
table {
        width: 100%;
        border: 1px #000000 solid;
        margin: 0px;
        padding: 0px;
        display: table;
}
table tbody {
        display: table-row-group;
}
table tr {
        display: table-row;
}
table tr td {
        display: table-cell;
}
