
p{
    margin-bottom: inherit;
    margin-top: inherit;
}
.fieldset-default{
    background: #ffffff;
    color: #333333;
    border-style : solid;
    border-width: 1px;
    border-radius: 8px;
    margin-top : 20px;
    margin-bottom : 20px;
}

.main-heading{
    text-align :center;
    margin-top :  5px;
    margin-bottom :  5px;
    font-weight:500;
}

.reference-body{
    font-family: "Times New Roman", Times, serif;
    margin-left : 10px;
    margin-bottom : 10px;

    line-height: 1.4;
    font-style: italic;
    font-weight : 300;


}

.reference-signature{
    margin-right : 10px;
    margin-bottom : 10px;
    margin-top : 10px;
    font-weight : 400;
    font-size : 20px;
    text-align : right;
}