.main-content{
    width: 92%;
    padding:4%;
    font-size:1.5rem !important;
}
h1{
    text-align: center;
    font-size: 2rem;
    margin-bottom: 1rem;
}
h2,h3,h4{
    font-size:1.5rem;
    margin: 2rem 0 1rem 0;
}
h3,h4{
    font-weight: 500;
    line-height: 1.5;
}
p{
    line-height: 1.5;
    margin-bottom: .8rem;
    text-align: justify;
    word-wrap:break-word;
    font-weight: normal;
}
p.indent{
    text-indent: 3rem;
}
ul li,ol li{
    line-height: 1.5;
    font-weight: normal;
}
.bold-text{
    font-weight: 700;
}

.details{
    width: 88%;
    padding: 0 6%;
}
p.foot{
    width: 50%;
    border-top: 1px solid #ccc;
    margin-top: 3rem;
}
table{
    border-collapse: collapse;
}
table,tr,td,th{
    border:1px solid #000;
    word-wrap: break-word;
    /* word-break: break-all; */
    word-break: break-word;

}
.color-title{
    background-color: #ccc;
}