#pricing-banner {
   margin-bottom: 1em;
}

/* Pricing Matrix */

.pricing-matrix {
   width: 100%;
   margin: 1em 0;
   border-collapse: collapse;
}

.pricing-matrix th,
.pricing-matrix td {
   border: 1px solid #C5D1DF;
   font-family: Verdana;
}

.pricing-matrix th {
   font-weight: bold;
   font-size: 12px;
}

.pricing-matrix th.pricing-roles,
.pricing-matrix th.license {
   color: #fff;
   vertical-align: middle;
}

.pricing-matrix th.pricing-roles {
   background: #185FD8;
   width: 315px;
   
}

.pricing-matrix th.pricing-roles div {
   padding: 6px 6px 6px 15px;
   position: relative;
}

.pricing-matrix th.pricing-roles span {
   position: absolute;
   z-index: 10000;
   width: 85px;
   height: 85px;
   text-indent: -9999em;
   right: 5px;
   top: -40px;
   background: url(/SiteData/images/PricingViolator.png) no-repeat;
}

.pricing-matrix th.license {
   background: #73B630;
   text-align: center;
   font-size: 14px;
   font-weight: normal;
   width: 93px;
   padding: 6px;
}

.pricing-matrix th .license-price {
   font-size: 18px;
   font-weight: bold;
}

.pricing-matrix th.role {
   color: #000;
   padding: 12px 8px 12px 40px;
   background-position: 12px 50%;
   background-repeat: no-repeat;

}

.pricing-matrix th.role .help {
   display: block;
   font-size: 10px;
   font-weight: normal;
}

.pricing-matrix th.content-editor {
   background-image: url(/SiteData/images/icon-role-editor.png);
}

.pricing-matrix th.content-manager {
   background-image: url(/SiteData/images/icon-role-sitemgr.png);
}

.pricing-matrix th.user-manager {
   background-image: url(/SiteData/images/icon-role-usermgr.png);
}

.pricing-matrix th.order-manager {
   background-image: url(/SiteData/images/icon-role-prodmgr.png);
}

.pricing-matrix th.ecommerce {
   width: 255px;
   padding: 6px;
}

.pricing-matrix th.empty {
   border: 0;
}

.pricing-matrix td {
   padding: 8px;
   text-align: center;
   vertical-align: middle;
   background: #E3FFE7;
}

.pricing-matrix td span {
   display: inline-block;
   width: 16px;
   height: 16px;
   text-indent: -9999em;
   background: url(/SiteData/images/icon-check.png) no-repeat;
}
  
.table-note {
   font-style: italic;
   color: #999;
}
