body{
    counter-reset: section;
    padding:0px;
    margin: 40px;
    margin-top: 5px;
    -webkit-font-smoothing: antialiased;
}

a {
    color: blue;
}

.title{
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}

.bold{
    font-weight: bold;
}

.heading{
    font-size: 18px !important;
}

.h2 {
    counter-reset: subsection;
}

.h3,.h2, .ph2, .hWithoutNum{
    font-size: 15px;
    font-weight: bold;
}

.h2::before {
    counter-increment: section;
    content:  counter(section) ". ";
}

.h3::before {
    counter-increment: subsection;
    content: counter(section) "." counter(subsection) " ";
}
.para{
    font-size: 15px;
}

.order1 {
    counter-reset: list;
    margin-left: 20px;
}

.order1 > li, .order2 > li {
    list-style: none;
}

.order3 > li {
    list-style: none;
    position: relative;
}

.order1 > li:before {
    content:"(" counter(list, lower-alpha) ") ";
    counter-increment: list;
}

.order2 {
    counter-reset: list;
}

.order2 > li:before {
    content:"(" counter(list, lower-roman) ") ";
    counter-increment: list;
}

ul li, ol li {
    line-height: 1.6;
}

.order1 li{
    line-height: 1.8;
}

.order2 li{
    line-height: 1.6;
}

.order3 li{
    line-height: 1.8;
    margin-bottom: 10px;
}

.order3 li::before {
    content: "&";
    position: absolute;
    left: -15px;
}

table{
    width: 100%;
    margin: 20px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}

/*first table*/
.table table,th,td{
    border: 1px solid white;
    border-collapse: collapse;
}

.t1, .t3{
    width: 60%;
}

.thead1, .td2, .td{
    text-align: left;
}

.t2{
    width: 100%;
}

.para2{
    margin-left: 60px;
}

.leftAlignTxt {
    text-align: left;
}

@media screen and (max-width: 600px) {
    .h2, .h3, .para, .unorder {
     	font-size: 15px;
     	margin: 8px;
    }

    .title{
     	font-size: 15px;
    }

    body{
     	margin: 0px;
     	padding: 6px;
    } 

    .order1, .order2{
        font-size: 15px;
        margin: 0;
    }

    .t1,.t3{
        width: 100%;
    }

    td{
        font-size: 14px;
    }
}

/*     
.iproTheme {
    display: none;
}
*/

/*    */
@font-face {
    font-family:ubuntu-reg;
    src: url(fonts/ubuntu/Ubuntu-Regular.ttf);
}

*{
    font-family:ubuntu-reg;
    letter-spacing: 0.6px;
}

body{
    background-color: white;
    color: black;
}

.line {
    width: 100%;
    height: 1.5px;
    background: black;
    opacity: 0.6;
}

img.logo {
    width: 15%;
    height: auto;
    max-width: 75px;
}

.table table, th, td {
    border: 1px solid black;
}

.page-title {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.centerAlign {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 135%;
}

@media screen and (max-width: 600px) {
    #page-header { 
        text-align: center; 
    }

    img.logoA {
        display: block; 
        margin: 0 auto; 
    }

    .page-title {
        display: none;
    }
}