.EventUserPricing .PricingTableUser {
    margin: 0 auto;
    width: 90%;
    border: 1px solid #ccc;
}
.EventUserPricing .PricingTableUser > div > div > div {
    border-right: 1px solid #cccccc;
    padding: 5px 10px;
}
.EventUserPricing .PricingTableUser > div > div {
    border-bottom: 1px solid #ccc;
}
.EventUserPricing .PricingTableUser > div > div > div:last-child {
    border-right: 0;
}
.EventUserPricing .PricingTableUser > div > div:last-child {
    border-bottom: 0;
}
.EventUserPricing .PriceRow.Header {
    background-color: #f0f0f0;
    font-weight: 200;
    text-align: center;
}
.EventUserPricing .PriceRow .Edit {
    text-align: center;
    width: 10%;
}
.EventUserPricing .PriceRow .PayCode span {
    font-size: .8em;
    vertical-align: middle;
    font-style: italic;
    color: #999;
}
.EventUserPricing .PriceRow:hover {
    background-color: #f0f0f0;
}
.EventUserPricing .PricingType > div, .EventUserPricing .Fee > div, .EventUserPricing .Extended > div, .EventUserPricing .Charge > div {
    text-align: right;
}
.EventUserPricing .NoPricing {
    float: none;
    width: auto;
}
.EventUserPricing .PricingTableUser > div > div > div {
    float: left;
    width: 22.5%;
}
.EventUserPricing .PricingTableUser > div, .EventUserPricing .PricingTableUser {
    float: none !important;
    width: auto;
}
.EventUserPricing .PricingTableUser > div * {
    width: 100%;
}
.EventUserPricing .PricingTableUser .Spacer, .RegistrationDetails .Spacer  {
    background-color: #e9e9e9;
    text-align: right;
    width: 77.5% !important;
    font-weight: 200;
}
.PricingTableUser .Header > div > div {
    text-align: center !important;
}
.PricingTableUser .PriceRow .PricingType input {
    text-align: right;
}
.PricingTableUser .OptionalItems > h3 {
    background-color: #f9f9f9;
    margin: 0 !important;
    padding: 9px;
    font-size: 1.3em;
    font-weight: 200;
}
.PriceRow .Desc {
    background-color: #f0f0f0;
    clear: both;
    color: #999999;
    float: none !important;
    font-size: 0.9em;
    padding: 5px 0 5px 11% !important;
    width: 100% !important;
}
.PriceRow .Desc:hover {
    color: #333;
}
.EventFeeView .PriceRow .Header.Mobile {
    display: none;
}
.EventFeeView .PriceRow > div {
    float: left;
    width: 20%;
}
.EventFeeView .PriceRow.Std > div.Name > div {
    font-weight: 700;
}
.EventFeeView .PriceRow {
    border-bottom: 1px solid #cccccc;
    padding: 5px 0;
    color: #666;
}
.EventFeeView .PriceRow.Header {
    font-weight: 200;
    border: 0;
}
.EventFeeView .PriceRow.Std:hover {
    background-color: #f0f0f0;
    color: #333;

}
.EventFeeView .PriceRow .Desc {
    background-color: transparent;
    font-size: 0.9em;
    padding: 5px  !important;
    width: 100% !important;
}
.EventFeeView .PriceRow.Std.ClearAfter {
    margin: 0 auto 10px auto;
    width: 100%;
}

h2.MemberFeeInfo input.Name {
    width: 40%;
    display: inline;
    vertical-align: middle;
}
.fieldrow {
    width: 35%;
    margin-left: 5%;
    border: 0;
}
.MembershipDates {
    border: 0 none !important;
    margin-bottom: 0 !important;
    margin-top: 20px;
}
.MembershipDates > div {
    float: left;
    margin-right: 2.5%;
    width: 45%;
}
.PricingTableUser .OptionalItems {
    position: relative;
}
.PricingTableUser .OptionalItems .btn {
    position: absolute;
    top: 5px;
    right: 5px;
    width: auto !important;
    float: none !important;
}