@charset "utf-8";
/* CSS Document */
/* Normalize margin, padding */
#content div, #content dl, #content dt, #content dd, #content ul, #content ol, #content li, #content h1, #content h2, #content h3, #content h4, #content h5, #content h6, #content pre, #content form, #content fieldset, #content input, #content p, #content blockquote, #content th, #content td {
     margin: 0 0 0 0 !important;
     padding: 0 0 0 0 !important;
}
   
/* Normalize font-size */
#content * {
     font-size: 100% !important;	
}
   
/* Normalize font-size for headers */
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
     font-size: 100% !important;
}
     
/* Remove list-style for lists */
#content ol, #content ul {
     list-style: none !important;
}
     
/* Normalize font-style and font-weight to normal */
#content address, #content caption, #content cite, #content code, #content dfn, #content em, #content strong, #content th, #content var {
     font-style: normal !important;
     font-weight: normal !important;
}
     
/* Removes borders and spacing from tables */
#content table {
     border-collapse: collapse !important;
     border-spacing: 0 !important;
    z-index: 1 !important;
    left: 0px !important;
    top: 0px !important;
}
     
/* Removes border from fieldset and img */
#content fieldset, #content img {
     border: 0 !important;
}
     
/* Left-aligns text in caption and th */
#content caption, #content th {
     text-align: left !important;
}
     
/* Removes quotation marks from q */
#content q:before, #content q:after {
     content:'' !important;
}
