﻿.ju-section {
    border-bottom: 1px solid rgb(151, 151, 151);
}

.ju-section-header {
    color: rgb(155, 155, 155);
    display: inline-block;
    font-weight: 700;
}

.ju-section-content {
    margin: 0 32px 15px 32px;
}
.CrRed {
    color: #8e0909;
}
.ju-image-link, 
.ju-image-link:hover, 
.ju-image-link:active,
.ju-image-link:after,
.ju-image-link:focus {
    text-decoration: none;
    outline: none;
    border: none;
}

.ju-collapse-icon {
    margin-bottom: 5px;
}

.ju-form-control {
    margin-bottom: 15px;
}

.ju-p {
    margin: 2px 0 15px 5px;
}

.ju-totals-row > td {
    padding-top: 10px;
    font-weight: 700;
}

.ju-checkbox {
    width: 30px;
    height: 30px;
}

.ju-text-link, .ju-text-link:hover {
    color: rgb(150, 26, 29);
    text-decoration: underline;
    white-space: nowrap;
}

.ju-button, 
.ju-button:hover, 
.ju-button:active,
.ju-button:after, 
.ju-button:focus {
    background-color: rgb(150, 26, 29);
    color: rgb(255, 255, 255);
    margin: 20px 0 40px 0;
}

.ju-text-link-green, .ju-text-link-green:hover {
    color: #79A301;
    text-decoration: underline;
    white-space: nowrap;
}

.ju-button-green, 
.ju-button-green:hover, 
.ju-button-green:active,
.ju-button-green:after, 
.ju-button-green:focus {
    background-color: #79A301;
    color: rgb(255, 255, 255);
    font-weight: bold;
}

.ju-warn-text
{
    font-weight: bold;
    color: #FF3333;   
}

.ju-warn-text-box {
    font-size: 14px;
    line-height: 20px;
    border: 2px solid #ff3333;
    padding: 7px;
    margin-top: 22px;
}

.ju-icon {
    vertical-align: middle;
    margin-right: 5px;
}

.ju-pointer {
    cursor: pointer;
}

#zip, #dob {
    width: 50%;
    min-width: 135px;
}

table {
    border: none;
    border-collapse: collapse;
}

.package-summary-table {
    width: 270px;
}

#paymentProfileForm {
    border: none;
    width: 315px;
    height: 200px;
}

.text-bottom {
    vertical-align: bottom;
}