/**
 * 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;
}