.es-subscription-table-wrapper .es-subscription-table-container {
  overflow-x: auto;
  overflow-y: hidden; }
.es-subscription-table-wrapper * {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 14px; }
.es-subscription-table-wrapper table, .es-subscription-table-wrapper tr, .es-subscription-table-wrapper td, .es-subscription-table-wrapper th, .es-subscription-table-wrapper tbody, .es-subscription-table-wrapper thead, .es-subscription-table-wrapper tfoot {
  border: 0 !important;
  font-weight: normal !important;
  text-align: left;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent; }
.es-subscription-table-wrapper table {
  width: 100%; }
  .es-subscription-table-wrapper table thead tr {
    border: 0 !important; }
    .es-subscription-table-wrapper table thead tr .es-header-row-name {
      min-width: 130px;
      max-width: none !important; }
  .es-subscription-table-wrapper table th {
    color: #a9a9a9 !important;
    padding: 15px 10px !important; }
  .es-subscription-table-wrapper table tr {
    border-top: 1px solid #e2e2e2 !important; }
    .es-subscription-table-wrapper table tr.es-tr-active {
      border-bottom: 0 !important; }
    .es-subscription-table-wrapper table tr.es-tr-active, .es-subscription-table-wrapper table tr.es-tr-active + .es-description-row {
      background: #f4f9fb; }
    .es-subscription-table-wrapper table tr td {
      padding: 30px 10px 30px 10px !important;
      vertical-align: middle;
      color: #1d1d1d;
      font-size: 16px; }
      .es-subscription-table-wrapper table tr td.es-row-name, .es-subscription-table-wrapper table tr td.es-row-price_renewal {
        font-weight: bold !important; }
      .es-subscription-table-wrapper table tr td.es-row-name {
        min-width: 130px !important; }
      .es-subscription-table-wrapper table tr td.es-row-cb {
        width: 40px;
        text-align: center; }
      .es-subscription-table-wrapper table tr td:last-child {
        padding-right: 40px !important; }
      .es-subscription-table-wrapper table tr td input[type=radio] {
        position: relative;
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        appearance: none !important;
        width: 18px;
        height: 18px;
        background: #fff;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        -moz-box-shadow: inset 0 0 1px 1px #d3d3d3;
        -webkit-box-shadow: inset 0 0 1px 1px #d3d3d3;
        box-shadow: inset 0 0 2px 1px #d3d3d3; }
        .es-subscription-table-wrapper table tr td input[type=radio]:checked:before {
          content: '';
          -webkit-border-radius: 6px;
          -moz-border-radius: 6px;
          border-radius: 6px;
          display: block;
          position: absolute;
          top: 5px;
          left: 5px;
          background: #69c200;
          width: 8px;
          height: 8px; }
    .es-subscription-table-wrapper table tr.es-description-row {
      border: 0 !important; }
      .es-subscription-table-wrapper table tr.es-description-row.hide {
        display: none; }
      .es-subscription-table-wrapper table tr.es-description-row td {
        padding-top: 0 !important;
        font-size: 14px;
        color: #4a4a4a; }
.es-subscription-table-wrapper .es-table-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0 56px 20px !important; }
  .es-subscription-table-wrapper .es-table-foot .es-table-total, .es-subscription-table-wrapper .es-table-foot .es-table-total-value {
    color: #1d1d1d;
    font-size: 20px;
    font-weight: bold !important; }

/*# sourceMappingURL=table.css.map */
