.my_payment h1, h2 {
        font-weight: 300;
    }
    .my_payment table{
        display: block;
        margin-top: 14px;
        /*width: 70%;*/
        background-color: #fff;
        border-collapse: collapse;
    }
    th{
        font-weight: 400;
        outline: 1px solid #e5e5e5;
        font-weight: 500;
    }
   
    th, tr, td{
        padding: 8px;
        text-align: left;
    }
    td{
        outline: 1px solid #e5e5e5;
    }
    tr:nth-child(even){ 
    background-color: #f7f7f7;
    }
    
    .result_caption{
        text-transform: uppercase;
    }
    .result_caption p{
        margin-bottom: 4px;
    }
    .school_heading{
        font-size: 22px;
    }
    .course_heading{
        font-size: 16px;
        font-weight: 500;
        margin-top: 15px;
    }
    .semester_heading{
        font-size: 13px;
        font-weight: 400;
        margin-top: 15px;
    }