.ef-card.ef-wwf-card{
    height: 380px;
    width: 204px;
    font-size: 12px;
    line-height: 1.2;
}
.ef-card.ef-wwf-card .ef-card-wrap{
    box-shadow: none;
    background-color: rgb(245,245,237);
    padding: 0 11px;
    border-radius: 0;
    position: relative;
}
.ef-card.ef-wwf-card .ef-card-wrap div.thumbnail{
    height: 86px;
    background-color: rgb(245,245,237);
}
.ef-card.ef-wwf-card .ef-card-wrap div.caption{
    background-color: rgb(245,245,237);
    height: auto;
    position: static;
}
.ef-wwf-card .category {
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ef-wwf-card .headerTitle{
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
    height: 38px;
}
.ef-wwf-card .hr {
    border-top: 1px solid black;
    margin: 0;
    margin-bottom: 10px;
}
.ef-wwf-card .details {
    font-size: 11px;
}
.ef-wwf-card .avatars {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin: 8px 0 0;
}
.ef-wwf-card .avatars .avatar {
    width: calc(50% - 5px);
}
.ef-wwf-card .avatars .avatar > img {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    max-height: 55px;
}
.ef-wwf-card .progressbar-certificate {
    height: 30px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    position: absolute;
    bottom: 45px;
}
.ef-wwf-card .progressbar-container {
    position: relative;
    width: 136px;
    height: 9px;
    flex: 0 0 auto;
}
.ef-wwf-card .progressbar-back {
    background-color: #dcd3b2;
    height: 100%;
    width: 100%;
}
.ef-wwf-card .progressbar-slider {
    background-color: #000;
    height: 100%;
}

.ef-wwf-card .certificate {
    font-size: 24px;
    margin-left: 5px;
}
.ef-wwf-card .footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 11px;
}

.ef-wwf-card .footer-btn {
    padding: 2px;
    font-size: 18px;
    background-color: #9A0064;
    color: white;
    border-radius: 0;
}
.coureWrapperLink:hover{
    text-decoration: none;
}

#categorySelect > option:first-child{
    color: white;
}