﻿/* Unsubscribe.css - CSS definitions for the Unsubscribe.aspx page
 *
 * Revision History
 *  REC 1457-399   2013-12-10  John Hildebrand  - Original version - VPM updates
 *  REC 1457-220   2014-01-12  Brian Runnells   - Update the Unsubscribe.aspx page to the new design
 *       TFS-651   2014-04-17  Kevin Majors     - byellow CSS class moved back to StyleSheet1.css
 *       TFS-186   2014-05-01  John Hildebrand  - Combine the CheckoutPO, CheckoutCreditCard and CheckoutSummary pages into one page
--------------------------------------------------------------------------------------------------------------*/
 
.UNSlowCountry {
    width: 130px;
    margin-bottom: 4px;
}

.heading-large {                            /* copied from StyleSheet1.css - 1457-399 */
    color: #000000; /* 1457-278 - old value #ce3331; */
    font-size: 17pt;
    font-weight: bold;
}

#pnlUnsubscribe .row .control-label {
    width: 100px;
}

 /* End of Unsubscribe.css */