/* Add here all your css styles (customizations) */
.points-label {
    font-size: .5em;
    padding-left: .5em;
}

.login-error {
    color: red;
}

.login-link:hover {
    text-decoration: underline;
    cursor: pointer;
    cursor: hand;
}

.attribute-error {
    color: red;
    margin-bottom: 1em;
}

.margin-top-5   { margin-top:5px; }
.margin-top-7   { margin-top:7px; }
.margin-top-10  { margin-top:10px; }
.margin-top-15  { margin-top:15px; }
.margin-top-17  { margin-top:17px; }
.margin-top-20  { margin-top:20px; }
.margin-top-25  { margin-top:25px; }
.margin-top-30  { margin-top:30px; }
.margin-top-35  { margin-top:35px; }
.margin-top-40  { margin-top:40px; }
.margin-top-45  { margin-top:45px; }
.margin-top-50  { margin-top:50px; }

.banner-carousel-sub-title {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    font-weight: normal;
    font-family: "Open Sans", sans-serif;
}

/* Style for displaying Web Page information when in admin mode */
.webpage-info {
    color: yellow;
    background-color: #FF0000;
}

/* Style for displaying Section Information when in admin mode */
.section-info {
    color: #FF0000;
    background-color: yellow;
}

/* Style used for displaying the Section name as a stub. ie) not released for production use */
.section-stub {
    color: #FF0000;
}

/* Style for displaying Product Information when in admin mode */
.product-info {
    color: yellow;
    background-color: #3399FF;
}
