h1 {
    font-family: helvetica, sans-serif;
    font-size: 36px;
    line-height: 40px;
    font-weight: normal;
    color: #333;
}

h2 {
    font-family: helvetica, sans-serif;
    font-size: 24px;
    font-weight: normal;
    color: #333;
}

h3 {
    font-family: helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #333;
}

h4 {
    font-family: helvetica, sans-serif;
    font-size: 13px;
    font-weight: medium;
    color: #333;
}

h5 {
    font-family: helvetica, sans-serif;
    font-size: 11px;
    line-height: 16px;
    font-weight: normal;
    color: #333;
}

p {
    font-family: helvetica, sans-serif;
    font-size: 13px;
    line-height: 18px;
    font-weight: normal;
    color: #333;
}

ul {
    font-family: helvetica, sans-serif;
    font-size: 12.5px;
    line-height: 22px;
    font-weight: normal;
    color: #333;
    list-style: disc outside none;
    margin-left: 20px;
}

ol {
    font-family: helvetica, sans-serif;
    font-size: 12px;
    line-height: 22px;
    font-weight: normal;
    color: #333;
    margin-left: 20px;
}
.library h3 {
    font-family: helvetica, sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #034a7d;
    text-align: left;
}

.library h4 {
    font-family: helvetica, sans-serif;
    font-size: 13px;
    font-weight: medium;
    color: #666;
    text-transform:capitalize;
}

.library h5 {
    font-family: helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    color: #4d4d4f;
    
}

.library p {
    font-family: helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    color: #4d4d4f;
}



.library thead td, .library th {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #DADADA;
    font-family: helvetica, sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #5F5F5F;
    text-align: left;
}


.library td:nth-child(1){
    width: 160px;
}

.library td:nth-child(2){
    width: 300px;
}

.library td:nth-child(3){
    width: 85px;
}