/* START-Package-pdf-css */
body {
    color: #333!important;
    overflow-x: hidden!important;
    background: #fff!important;
}    
hr.double {
    margin-top: .6rem;
    margin-bottom: .4rem;
    border: 0;
    border-top: 4px double green;
}
hr {
    margin-top: .1rem;
    margin-bottom: .1rem;
    border: 0;
    border-top: 1px solid black;
}
table {
    font-size: 12px !important;
    width: 100%;
    margin: auto;
    border-collapse: collapse;

}
.table td, .table th, .table thead th {
    padding: .0rem .25rem;
    border-style: solid;
    border-width: 1px !important;
    border-color: #E9E9E9 !important;
}
html, body, header, footer, table, tr, td, th, tbody, tfoot, section, div, hr, span {
    font-family: open sans, Arial, sans-serif;
    font-weight: normal;
    line-height: 1.5em !important;
}
.text-new {
    color: green !important;
}
.text-a {
    font-size: 12px;
}
.text-b {
    font-size: 14px;
}
.text-s {
    font-size: 16px;
    color: blue;
}
.italic {
    font-size: 10px;
    font-style: italic;
}
.text-underline {
  text-decoration: underline;
}
.ganesh {
    font-size: 10px;
    color: #066603!important;
}
.bg-warning {
    background: #ff5000 !important;
}
.page {
    margin-left: 5%;
    margin-right: 5%;
}
@page {
    size: A4;
    margin: 0;
}
div.footnotes {
  page-break-after: always;
}
/* END-Package-pdf-css */

