.content-section {
    float: left;
    width: 100%;

    position: relative;
}

.page-content3 {

    margin: 0;
}

.page-content {
    float: left;
    margin: 10px 18%;
    /*margin-top: 75px;*/
    display: inline;
}
.certificate {
    background: rgb(239, 241, 240);
    width: 857px!important;
}
.job-listing {
    float: left;
    width: 701px;
    background: #fff;
    padding: 0;
    border: 1px solid #c8c8c8;
    -webkit-box-shadow: #bdbcbc 0px 0px 5px;
    -moz-box-shadow: #ccc 0px 0px 5px;
    box-shadow: #ccc 0px 0px 5px;
}
.certificate .row {
    height: 60px;
}
.certi_name {
    font-size: 19px;
    text-align: center;
    font-weight: bolder;
}
.redColor {
    color: rgb(217,0,31);
}
.certi_desc {
    padding: 0px 50px 0px 50px;
    text-align: center;
}
.certi_desc p {
    background-color: white;
    padding: 5px;
    border-radius: 15px;
    font-weight: bolder;
    color: #7E7676;
    font-size: 15px;
}
.job-listing p {
    font-size: 13px;
    line-height: 20px;
    color: #424242;
    padding-bottom: 15px;
}
.role {
    text-align: center;
    color: rgb(217,0,31);
    font-weight: bolder;
    font-size: 19px;
}
.certi_footer {
    text-align: center;
    font-size: 16px;
}
a:visited {
    text-decoration: none !important;
}
a {
    text-decoration: none !important;
    border: 0;
    outline: 0;
}
.certi_footer_desc {
    text-align: center;
    padding: 2px 100px 2px 100px;
    font-size: 10px;
}
.job-listing:hover {
    -webkit-box-shadow: #666 0px 0px 5px;
    -moz-box-shadow: #666 0px 0px 5px;
    box-shadow: #666 0px 0px 5px;
}
.certificate {
    background: rgb(239, 241, 240);
    width: 857px!important;
}
.certi_desc p {
    background-color: white;
    padding: 5px;
    border-radius: 15px;
    font-weight: bolder;
    color: #7E7676;
    font-size: 15px;
}
.role {
    text-align: center;
    color: rgb(217,0,31);
    font-weight: bolder;
    font-size: 19px;
}

.certificateCardContainer{
    background: #fff;
    text-align: center;
    border: 1px solid #cccccc;
    border-radius: 2px;
    margin-top:15px;    
}

.certificateCard{    
    padding: 10px;
    clear: both;
}

.certificateLabel{
    float: left;
    position: absolute;
}

.certificateLogoContainer{

}

.certificateLogo{
    max-width: 120px;      
    border: 1px solid #cccccc;
    border-radius: 2px;
}

.certificateTitle{
    font-weight: 500;
    font-size: 14px;
    margin: 5px 0;
}

.publishCertificateContainer{    
    margin: 15px auto;
    font-size: 13px;
    color:#ffffff;
    overflow:hidden;
    width: 171px;
}

.certificateStars{        
    float: left;
    border-right: 1px solid #cccccc;
    padding-right: 10px;
}
.certificateStars span{
    font-size: 16px;    
}

.mode{
    padding-left: 5px;    
}

.certificateDate{
    color: #9c9c9c;
    border-top: 1px solid #cdcdcd;
    padding-top: 10px;
}

.certificateCardHolder{
    padding: 30px;
}

.viewMoreCoures{
    padding: 10px;
}

.linkedIn{
    margin-top: 15px;
    padding: 10px;
}
.linkedInIcon{
    background: #1777b6;
    padding: 5px 10px;
    float:left;
}
.linkedInText{
    padding: 9px 5px;
    background: #1777b6;
    display: inline-block;
    float: left;
}