.SubSection div,
.SubSection div:before,
.SubSection div:after {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
    }
    @media (min-width: 600px) {
        .SubTitle{display: block;color: #9a9a9a;font-size: 13px;}
        .PricingTableContainer.DefaultCollapsed {
            margin-right: -1px;
            padding-right: 1px;
            margin-left: -1px;
            padding-left: 1px;
            height: auto;
            overflow: hidden;
            -webkit-transition: height linear 500ms;
            -o-transition: height linear 500ms;
            transition: height linear 500ms;
        }
        .PricingTable>div:not(.BestValueRow).HasFeatures.Expanded>div:first-child{
            font-weight: bold;
        }
        .PricingTable>div:not(.BestValueRow)[data-position='Odd']>div.BestValue {
            background-color: #f9ebe0;
        }
        .PricingTable {
            display: table;
            width: 100%;
            border-bottom: 1px solid #d9d9d9;
            border-collapse: collapse;
        }
        .PricingTable>div {
            display: table-row;
            -webkit-background-clip: padding-box;
            background-clip: padding-box;
        }
        .PricingTable>div>div:first-child {
            text-align: left;
        }
        .PricingTable>div:first-child>div.BestValue {
            opacity: 1;
            z-index: 0;
            font-stretch: normal;
            -webkit-transition: opacity linear 100ms;
            -o-transition: opacity linear 100ms;
            transition: opacity linear 100ms;
            font-family: 'Open Sans Condensed', 'HelveticaNeue-CondensedBold', Helvetica, 'Arial Narrow', Calibri, Arial, 'Lucida Grande', sans-serif;
            font-stretch: condensed;
            text-align: center;
            color: #fff;
            text-transform: uppercase;
            letter-spacing: .1em;
            white-space: nowrap;
        }
        .PricingTable>div>div {
            display: table-cell;
            text-align: center;
            -webkit-background-clip: padding-box;
            background-clip: padding-box;
        }
        .PricingTable>div>div .Title {
            font-size: 14px;
            font-weight: 600;
        }
        .PricingTable>div.Header {
            height: 0;
        }
        .PricingTable>div.Header>div>div {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            height: 100%;
            text-align: center;
        }
        .PricingTable>div.Header>div>div a {
            text-decoration: none;
        }
        .PricingTable>div.Header>div>div div.Separator {
            -webkit-box-flex: 2;
            -ms-flex-positive: 2;
            flex-grow: 2;
        }
        .PricingTable>div.Header>div>div span.Price {
            opacity: 1;
            font-stretch: normal;
        }
        .PricingTable>div.Header>div>div a:last-child {
            font-size: 11px;
        }
        .PricingTable>div.Header>div {
            background-color: #fff;
            border-top: 1px solid #d9d9d9;
            padding-top: 18px;
            padding-bottom: 18px;
            padding-left: 13px;
            padding-right: 13px;
            height: inherit;
        }
        .PricingTable>div:not(.BestValueRow)[data-position='Odd']>div {
            background-color: #f9f9f9;
        }
        .PricingTable>div:not(.BestValueRow)>div {
            background-color: #fff;
        }
        .PricingTable>div:not(.BestValueRow)>div.BestValue {
            background-color: #fff1e5;
        }
        .PricingTable>div.FeatureRow {
            display: none;
            opacity: 0;
            -webkit-transition: opacity linear 200ms;
            -o-transition: opacity linear 200ms;
            transition: opacity linear 200ms;
        }
        .HasFeatures {
            height: 31px;
        }
        .PricingTable>div:not(.BestValueRow).HasFeatures {
            cursor: pointer;
        }
        .PricingTable>div:not(.BestValueRow) {
            border-right: 1px solid #d9d9d9;
        }
        .PricingTable>div.FeatureRow.Show {
            opacity: 1;
        }
        .PricingTable>div.FeatureRow.Display {
            display: table-row;
        }
        .PricingTable>div:not(.BestValueRow)>div:first-child {
            border-left: 1px solid #d9d9d9;
            padding: 10px 20px 10px 38px;
            font-size: 13px;
        }
        .PricingTable>div.FeatureRow>div:first-child>div {
            padding: 0px 0px 0px 30px;
        }
        .PricingTable>div:not(.BestValueRow)>div:first-child a {
            text-decoration: none;
            color: #505050;
        }
        .PricingTable>div.FeatureRow>div[data-support] {
            background-position: center center;
            -webkit-background-size: 18px 18px;
            background-size: 18px 18px;
            background-repeat: no-repeat;
            background-image: url(https://www.devexpress.com/$resources/styles/buy/Check_Mark.svg?w=36&h=36);
        }
        .PricingTable>div:not(.BestValueRow)>div[data-support] {
            background-position: center center;
            -webkit-background-size: 18px 18px;
            background-size: 18px 18px;
            background-repeat: no-repeat;
            background-image: url(https://www.devexpress.com/$resources/styles/buy/Check_Mark.svg?w=36&h=36);
        }
        .PricingTable>div:not(.BestValueRow).HasFeatures>div:first-child>span {
            background-image: url(https://www.devexpress.com/$resources/styles/buy/Collapsed.svg?w=28&h=28);
            -webkit-background-size: 14px 14px;
            background-size: 14px 14px;
            background-repeat: no-repeat;
            display: block;
            width: 14px;
            height: 14px;
            position: absolute;
            top: 15px;
            left: 12px;
            -webkit-transition: transform linear 200ms;
            -o-transition: transform linear 200ms;
            -webkit-transition: -webkit-transform linear 200ms;
            transition: -webkit-transform linear 200ms;
            transition: transform linear 200ms;
            transition: transform linear 200ms, -webkit-transform linear 200ms;
        }
        .PricingTable>div:not(.BestValueRow).HasFeatures.Expanded>div:first-child>span {
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
        }
        .PricingTable>div.Header>div:after {
            content: "";
            position: absolute;
            left: 1px;
            right: 1px;
            bottom: 0;
            height: 1px;
            box-sizing: border-box;
            border-bottom: 1px dashed #d9d9d9;
        }
        .PricingTable>div>div:nth-child(n+5):nth-child(-n+20) {
            display: table-cell;
        }
    }