@charset "utf-8";
/* CSS Document */

/* Remove unwanted elements */
 #nav, .noprint,#page1,.phone,.mail,.floating-menu,.slider-wrapper
{
display: none;
}

/* Ensure the content spans the full width */
#container, #container2, #content
{
width: 100%; margin: 0; float: none;
}

/* Change text colour to black (useful for light text on a dark background) */
.lighttext
{
color: #000
}
.entry a:after {
     content: " [" attr(href) "]";
     font-size: 80%;
     font-weight: normal;
}
/* Improve colour contrast of links */
a:link, a:visited
{
color: #781351
}

 /* your stylesheet for printing, eg.: */
.accordion-item-input:checked ~ .accordion-item-bd {
     height: auto !important;

}
input[type="checkbox"]
  {
    visibility: visible;
  }
.table1 {
    border:solid #000 !important;
    border-width:1px 1px 1px 1px !important;
}
th, td {
    border:solid #000 !important;
    border-width:1px 1px 1px 1px !important;
}
/*
p a[href^="http://"]:after, a[href^="https://"]:after {
content: " (" attr(href) ")";
}*/
