@import url(bootstrap.min.css);
@import url(all.min.css);
*, p, h1, h2, h3, h4, h5, h6{
    margin: 0;
    padding: 0;
}
body{
    background-color: rgb(77, 88, 96);;
}
.container{
    width: 1170px;
    margin: 0 auto;
}

.mainPaper{
    margin:0 auto;
    width: 793px;
    /* height: 1122px;  */

    background-color: #fff; 
    margin-bottom: 20px;
    padding: 20px;
}
h5{
    margin-top: 5px;
    background-color: rgba(128, 128, 128, 0.401);
    padding-left:15px;
    padding-top: 1px;
    padding-bottom: 1px;
}
.employmentDetails{
    padding-left: 35px;
}
.employmentDetails strong, h4{
    font-size: 18.2px;
}
.employmentDetails h4{
    font-size: 17px;
    padding-left: 31px;
}
.employmentDetails i{
    padding-right: 10px; 
}
.employmentDetails p{
    padding-left: 31px;
    font-weight: 400px;
}
#myInfo img{
    width: 148px;
    height: 182.4px;
}
#academic_qua table th, #academic_qua table td, #training_summary table th, #training_summary table td {
    text-align: center;
    padding: 1px;
}
table{
    border: 1px solid rgb(23, 23, 23) ;
}
.table td, .table th {
    text-align: center;
    padding: 0rem;
    vertical-align: top;
    border: 1px solid rgb(23, 23, 23);
}
#language table, #declaration table {
    border: transparent;
    
}
#declaration table {
    text-align: center;
    font-size: 20px;
    padding: 0;
}
#declaration hr{
    border: solid 1px;
}
#downloadCV{
   position: relative; 
}
#downloadCV a{
   position: fixed; 
   bottom: 30px;
   right: 80px;
}
