 .header-Course h3 {
    font-weight: bold;
    text-transform: uppercase;
}

th {
    color: Gray;
}

th {
    padding: 10px 0px;
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}


td {

    padding: 10px 10px;
    text-align: left;
    vertical-align: middle;
    font-weight: 300;
    font-size: 14px;
    color: #000;

}

.input_text {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    float:right;
    margin-top: 15px;
}

.border-box {
    border: 1px solid #ccc;
    margin: 40px 50px;
}

.header_text
{font-size: 18px;
    }

.pay-btn {
    background: #55acee;
    border-radius: 5px;
    padding: 3px 15px;
    border: navajowhite;
    color: #fff;
}

.space
{
    height:520px;
    width:100%;}
    
    
.logout-btn {
    background: none;
    border: none;
    font-size: 16px;
    color: #999;
    padding: 15px 10px;
}
    

.mrgspace {
    margin-bottom: 20px;
}