.mytext {
    line-height: 28px;
}

.mytext p.pp {
    text-indent: 2em;
}

.mytext h3 {
    color: #32a164;
    font-size: 20px;
    font-weight: 800;
    margin: 20px 0;
}

.mytext h4 {
    font-size: 16px;
    margin: 20px 0;
    font-weight: 800;
    padding-left: 40px;
    background: url(../images/2020new/arrow.png) no-repeat 10px;
}

.mytext h5 {
    font-size: 16px;
    margin: 20px 0;
    font-weight: 800;
}

.mytext h6 {
    font-size: 16px;
    margin: 16px 20px 5px 0;
    color: #32a164;
    font-weight: 800;
    padding-left: 20px;
    background: url(../images/2020new/icon1.png) no-repeat 0 6px;
}

table.gridtable {
    font-family: verdana, arial, sans-serif;
    font-size: 14px;
    color: #333333;
    border-width: 1px;
    border-color: #666666;
    border-collapse: collapse;
    width: 100%;
}

table.gridtable th {
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #666666;
    background-color: #dedede;
}

table.gridtable tr td:nth-child(1) {
    background-color: #dedede;
    width: 120px
}

table.gridtable td {
    border-width: 1px;
    padding: 2px;
    padding-left: 20px;
    border-style: solid;
    border-color: #959595;
    background-color: #ffffff;
}