.custom-ld-preview > a {
    display: inline-block !important;
    width: auto;
    padding: 10px 50px !important;
    margin: 0 0 20px 0;
    position: relative;
    z-index: 9;
    border-radius: 40px;
}

.custom-ld-preview > a .ld-status-icon {
	display:none;
}

.learndash-incomplete .custom-ld-preview > a{
    background: #14477d;
}

.learndash-complete .custom-ld-preview > a{
    background: #00853e;
}

.custom-ld-preview > a .ld-item-title{
    color: #fff !important;
} .custom-ld-preview > a {
    display: inline-block !important;
    width: auto;
    padding: 10px 20px !important;
    position: relative;
    z-index: 9;
    border-radius: 40px;
    width: 140px;
    text-align: center;
    font-weight: 600;
    margin: 10px 0px;
}

.custom-ld-preview > a .ld-status-icon {
	display:none;
}

.learndash-incomplete .custom-ld-preview > a{
    background: #14477d;
}

.learndash-complete .custom-ld-preview > a{
    background: #00853e;
}

.custom-ld-preview > a .ld-item-title{
    color: #fff !important;
}
.back-to-home > a {
    background: #14477d;
    color: #fff;
    padding: 0px 30px;
    border-radius: 30px;
    line-height: 37px;
    display: inline-block;
    height: 39px;
    font-size: 13px;
    font-weight: bold;
}

.back-to-home {
    text-align: center;
}
.ld-content-actions a.ld-primary-color {
    background: #14477d;
    color: #fff !important;
    padding: 0px 30px;
    border-radius: 30px;
    line-height: 37px;
    display: inline-block;
    height: 39px;
    font-size: 13px;
    font-weight: bold;
	max-width: 173px;
}
.single-sfwd-lessons .back-to-home + .ld-content-action.ld-empty {
    display: none;
}
/* Css added by dev on 27 aug */
body.sfwd-lessons-template-default.single-sfwd-lessons .ld-table-list-item-quiz.custom-ld-preview{
	text-align: center
}
body.sfwd-lessons-template-default.single-sfwd-lessons .ld-table-list-item-quiz.custom-ld-preview > a{
	width: auto
}
body.sfwd-lessons-template-default.single-sfwd-lessons .ld-table-list-item-quiz.custom-ld-preview .ld-item-title{
	font-size: 16px
}
/*  */
@media (max-width:767px){
	.ld-table-list-items .ld-table-list-item {
		margin: 0;
	}
}