/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/* Review details */
#review-details {}
#review-details .company, #review-details table  {
    margin: 20px 0;
}
.subscription-list tr td {
    padding-bottom: 20px;
}
.green {
    color: #3f7f47;
}
.steps li.current {
    font-weight: bold;
}
.subscription-list form {
    display: inline;
    margin-left: 10px;
}
div.terms-checkboxes {
    margin: 20px 0;
}
#profile-details h3 {

}
#profile-details h3 a {
    font-size: 0.5em;
}
#profile-details label {
    font-weight: bold;
}

.progress-list .progress {
    border: 1px solid #ccc;
    padding-bottom: 0 !important;
    margin-bottom: 20px;
}

.progress-list .progress h3 {
    background: #ccc;
    padding: 10px 20px;
}

.progress-list .progress ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.progress-list .progress li {
    list-style: none;
    border-bottom: 1px solid #ccc;
    padding: 10px 40px 10px 40px;
}
.progress-list .progress li:last-child {
    border-bottom: none;
}
.progress-list .progress .lesson-number {
    display: inline-block;
    margin-right: 10px;
}

.progress-list .progress li span.status {
    background-color: #fff;
    border: 2px solid #ccc;
    height: 20px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 20px;
    float: right;
}
.progress-list .progress li.has_read span.status {
    background-color: green;
}

.mark-read {
    display: inline-block;
    margin: 40px 0;
}

.manual-pay-btn {
    cursor: pointer;
}