/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 20 Mar, 2017, 12:57:44 PM
    Author     : shubham
*/

.certificateCard{
    border: 1px solid #dddddd;
    margin: 20px 5px 20px 5px;
    padding: 10px 20px;
}

.certificateProfile{
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.coursesList{
        font-size: 12px;
    margin-top: 5px;
    min-height: 34px;
    
}
.getCertifiedButtonHolder{
    
    text-align: center;
    margin: 25px 0px 10px 0px;
}
.isCertified{
    float: right;
}
.jobsMatchingCertificates{
    font-size: 12px;
    text-align: right; 
}
.bx-prev{
    left: -2.5% !important;
}
.bx-next{
    right: -3.5% !important;
}