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