/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.highlight-original-date{
    background-color:#008000;
}
#user_switching_switch_on {
    text-align: center;
}

/* add to list pop-up */
#ocs-order-pop-wrap {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: transparent;
    z-index: 10001;

}

/* full size div to use to click off */
.ocs-order-pop {
    padding: 15px;
    background: #f5f5f5;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(000, 000, 000, .2);
    box-shadow: 0px 0px 20px 0px rgba(000, 000, 000, .2);
    width: auto;
    max-width: 250px;
    height: auto;
    border: 1px solid #ccc;
    z-index: 10002;
    position: absolute;
}

.ocs-order-pop dl {
    margin: 0 0 1.618em 0;
}

.ocs-order-pop dt {
    margin: 0 0 5px 0;
}

.ocs-order-pop dd {
    font-size: 12px;
    margin: 0 0 2px 10px;
}