.headerDiv{
    text-align: center;
    width: 100%;
    background-color: skyblue;
}

.footerBar{
    height: 5px;
    background-color: #000000;
    width: 100%;
}

.footerBarEnd{
    height: 25px;
    background-color: skyblue;
    width: 100%;
}

.footerDiv{
    text-align: center;
}

.boldFont{
    font-weight: bold;
}

.docTable{
    width: 600px;
}
.docTable tr td{
    text-align: center;
}

.registrationDiv{

    overflow: hidden;
    border: 3px solid skyblue;
    padding: 10px;
    background-color: white;
    text-align: center;
}

.registrationDivHidden{
    display: none;
}

.normalTD{
    text-align: left;
}

.refreshButton{
    width: 150px;
    height: 35px;
}

@media screen and (max-width: 767px){   
    #main-img{      
        content:url("../Images/logo.jpg");
    } 
    .infoTable{
        width: 350px;
        margin: 0 auto;
    }
    .reginfoTable{
        width: 350px;
        margin: 0 auto;
        text-align: left;
        font-style: 18px;
    }
}

@media screen and (min-width: 768px) {      
    #main-img{      
       content:url("../Images/logomd.jpg");
     } 
     .infoTable{
        width: 800px;
        margin: 0 auto;
    }
    .reginfoTable{
        width: 600px;
        margin: 0 auto;
        text-align: left;
        font-size: 18px;
    }
} 