@import url(../../includes/plugins/footable-standalone/css/footable.standalone.css);
.alp-table-wrapper {
  margin: 0 0 10px 0; }

.amalinkspro-table-prices-accuracy {
  font-size: 12px;
  font-style: italic;
  color: #111; }
  .amalinkspro-table-prices-accuracy span {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: #f1f1f1;
    line-height: 20px;
    text-align: center;
    opacity: 0.8; }

body .amalinkspro-comparison-table {
  table-layout: auto;
  margin: 0;
  background: red;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
  border: none;
  background: #fff;
  border-radius: 6px; }
  body .amalinkspro-comparison-table tbody tr {
    position: relative; }
    body .amalinkspro-comparison-table tbody tr.alp-featured-table-row {
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }
      body .amalinkspro-comparison-table tbody tr.alp-featured-table-row span.alp-top-pick {
        text-decoration: none;
        border: none;
        top: -4px;
        left: -4px;
        width: 50px;
        height: 50px;
        display: block;
        position: absolute;
        background: transparent; }
        body .amalinkspro-comparison-table tbody tr.alp-featured-table-row span.alp-top-pick:hover {
          text-decoration: none;
          border: none; }
        body .amalinkspro-comparison-table tbody tr.alp-featured-table-row span.alp-top-pick .alp-top-pick-angle {
          border-color: #5dc723 transparent transparent transparent !important;
          border-style: solid !important;
          border-width: 50px 50px 0 0 !important;
          top: 0px;
          left: -10px;
          height: 0;
          position: absolute; }
        body .amalinkspro-comparison-table tbody tr.alp-featured-table-row span.alp-top-pick .alp-top-pick-text {
          transform: rotate(-45deg) translate(-5px, -5px);
          font-size: 15px;
          color: #fff;
          font-weight: bold;
          position: absolute;
          top: 3px;
          left: 0;
          z-index: 1;
          font-family: sans-serif;
          text-shadow: 1px 1px 2px #000; }
      body .amalinkspro-comparison-table tbody tr.alp-featured-table-row td:first-child:before {
        content: '';
        position: absolute;
        top: -1px;
        left: -10px;
        width: 10px;
        bottom: -2px;
        background: #fff;
        border-bottom: 1px solid #dedede;
        border-top: 1px solid #dedede;
        border-radius: 6px 0 0 6px; }
      body .amalinkspro-comparison-table tbody tr.alp-featured-table-row td:last-child:before {
        content: '';
        position: absolute;
        top: -1px;
        right: -10px;
        width: 10px;
        bottom: -1px;
        background: #fff;
        border-bottom: 1px solid #dedede;
        border-top: 1px solid #dedede;
        border-radius: 0 6px 6px 0; }
    body .amalinkspro-comparison-table tbody tr td {
      position: relative;
      font-size: 16px;
      line-height: 22px; }
      body .amalinkspro-comparison-table tbody tr td .alp-td-cover {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        background: transparent;
        transition: all 200ms;
        border: 0;
        box-shadow: none; }
        body .amalinkspro-comparison-table tbody tr td .alp-td-cover:hover {
          background: rgba(0, 0, 0, 0.02);
          box-shadow: 0 0 3px rgba(0, 128, 0, 0.2); }
      body .amalinkspro-comparison-table tbody tr td .icon-amalinkspro-spin3 {
        color: rgba(0, 0, 0, 0.1);
        font-size: 36px; }
      body .amalinkspro-comparison-table tbody tr td[data-alp-table-td-type=prime] span.not-eligible-prime {
        position: relative;
        color: red;
        line-height: 16px;
        font-size: 22px;
        opacity: 0.5;
        font-weight: bold; }
      body .amalinkspro-comparison-table tbody tr td[data-alp-table-td-type=prime] img.alp-btn-prime-logo {
        max-width: 60px;
        display: inline-block; }
      body .amalinkspro-comparison-table tbody tr td[data-alp-table-td-type=price-offer] {
        text-align: center; }
        body .amalinkspro-comparison-table tbody tr td[data-alp-table-td-type=price-offer] .alp-price-offer {
          font-size: 18px;
          line-height: 18px;
          font-weight: bold;
          color: #333;
          margin-bottom: 5px;
          display: block; }
        body .amalinkspro-comparison-table tbody tr td[data-alp-table-td-type=price-offer] .alp-price-savings {
          font-size: 14px;
          line-height: 14px;
          font-weight: normal;
          color: red;
          display: block; }
      body .amalinkspro-comparison-table tbody tr td[data-alp-table-td-type=price-list] {
        font-size: 18px;
        line-height: 18px;
        font-weight: bold;
        color: #333; }
      body .amalinkspro-comparison-table tbody tr td[data-alp-table-td-type=price-lowest-new-price] {
        font-size: 18px;
        line-height: 18px;
        font-weight: bold;
        color: #333; }
      body .amalinkspro-comparison-table tbody tr td[data-alp-table-td-type=price-lowest-used-price] {
        font-size: 18px;
        line-height: 18px;
        font-weight: bold;
        color: #333; }
      body .amalinkspro-comparison-table tbody tr td[data-alp-table-td-type=features] i {
        font-size: 20px;
        line-height: 24px;
        display: inline-block;
        height: 40px;
        width: 40px;
        border-radius: 20px;
        background: #f1f1f1;
        color: #666;
        text-align: center;
        transition: all 100ms;
        cursor: pointer; }
        body .amalinkspro-comparison-table tbody tr td[data-alp-table-td-type=features] i:hover {
          background: #999;
          color: #fff; }
        body .amalinkspro-comparison-table tbody tr td[data-alp-table-td-type=features] i:before {
          font-size: 20px;
          line-height: 24px;
          margin-top: 7px; }
      body .amalinkspro-comparison-table tbody tr td[data-alp-table-td-type=image], body .amalinkspro-comparison-table tbody tr td[data-alp-table-td-type=image-sitestripe] {
        text-align: center; }
        body .amalinkspro-comparison-table tbody tr td[data-alp-table-td-type=image] img, body .amalinkspro-comparison-table tbody tr td[data-alp-table-td-type=image-sitestripe] img {
          display: inline-block;
          max-width: 100%; }
      body .amalinkspro-comparison-table tbody tr td[data-alp-table-td-type=cta-btn] {
        text-align: center; }
        body .amalinkspro-comparison-table tbody tr td[data-alp-table-td-type=cta-btn] .amalinkspro-cta-btn {
          border: 1px solid #9c7e31;
          border-color: #9c7e31 #90742d #786025 !important;
          border-radius: 3px;
          box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset;
          background: #f0c14b;
          background: linear-gradient(to bottom, #f7dfa5, #f0c14b) repeat scroll 0 0 rgba(0, 0, 0, 0);
          color: #111 !important;
          padding: 6px 10px;
          font-size: 12px;
          transition: all 100ms;
          display: inline-block;
          text-decoration: none;
          min-width: 100px;
          text-align: center;
          pointer-events: auto;
          word-break: normal; }
          body .amalinkspro-comparison-table tbody tr td[data-alp-table-td-type=cta-btn] .amalinkspro-cta-btn:hover {
            background: linear-gradient(to bottom, #f5d78e, #eeb933) repeat scroll 0 0 rgba(0, 0, 0, 0);
            text-decoration: none; }
          body .amalinkspro-comparison-table tbody tr td[data-alp-table-td-type=cta-btn] .amalinkspro-cta-btn .alp-btn-prime-logo {
            display: inline-block;
            vertical-align: middle;
            margin: 0 0 0 10px;
            width: 50px;
            box-shadow: none; }
  body .amalinkspro-comparison-table thead tr th {
    border: none;
    background: #343434;
    color: #fff;
    padding: 15px;
    font-size: 18px;
    line-height: 120%; }
  body .amalinkspro-comparison-table tfoot > .footable-paging > td {
    padding: 15px 30px;
    background: #343434;
    position: relative;
    border-radius: 0 0 6px 6px; }
    body .amalinkspro-comparison-table tfoot > .footable-paging > td:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.1);
      z-index: 0; }
  body .amalinkspro-comparison-table tbody > tr > td > span.footable-toggle {
    display: block;
    height: 50px;
    width: 50px;
    left: -20px;
    background: rgba(0, 0, 0, 0.2);
    line-height: 50px;
    border-radius: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    cursor: pointer;
    z-index: 2; }
  body .amalinkspro-comparison-table tbody table.amalinkspro-comparison-table.footable-details {
    box-shadow: 0 0 10px inset rgba(0, 0, 0, 0.1);
    margin-bottom: 60px;
    table-layout: fixed;
    overflow: hidden; }
    body .amalinkspro-comparison-table tbody table.amalinkspro-comparison-table.footable-details > tbody > tr {
      border: none; }
    body .amalinkspro-comparison-table tbody table.amalinkspro-comparison-table.footable-details > tbody > tr > td {
      background: transparent;
      text-align: left !important;
      vertical-align: middle;
      border-bottom: none;
      width: 67%; }
      body .amalinkspro-comparison-table tbody table.amalinkspro-comparison-table.footable-details > tbody > tr > td:first-child:before, body .amalinkspro-comparison-table tbody table.amalinkspro-comparison-table.footable-details > tbody > tr > td:last-child:before {
        content: none;
        display: none; }
      body .amalinkspro-comparison-table tbody table.amalinkspro-comparison-table.footable-details > tbody > tr > td:nth-child(2) {
        word-break: break-word; }
    body .amalinkspro-comparison-table tbody table.amalinkspro-comparison-table.footable-details > tbody > tr > th {
      background: transparent;
      text-align: left;
      vertical-align: middle;
      padding: 15px;
      border-width: 0;
      width: 33%; }
    body .amalinkspro-comparison-table tbody table.amalinkspro-comparison-table.footable-details .footable-detail-row {
      background: none; }
    body .amalinkspro-comparison-table tbody table.amalinkspro-comparison-table.footable-details .amalinkspro-cta-btn {
      border: 1px solid #9c7e31;
      border-color: #9c7e31 #90742d #786025 !important;
      border-radius: 3px;
      box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset;
      background: #f0c14b;
      background: linear-gradient(to bottom, #f7dfa5, #f0c14b) repeat scroll 0 0 rgba(0, 0, 0, 0);
      color: #111 !important;
      padding: 6px 10px;
      font-size: 12px;
      transition: all 100ms;
      display: inline-block;
      text-decoration: none;
      min-width: 100px;
      text-align: center;
      pointer-events: auto; }
      body .amalinkspro-comparison-table tbody table.amalinkspro-comparison-table.footable-details .amalinkspro-cta-btn:hover {
        background: linear-gradient(to bottom, #f5d78e, #eeb933) repeat scroll 0 0 rgba(0, 0, 0, 0);
        text-decoration: none; }
      body .amalinkspro-comparison-table tbody table.amalinkspro-comparison-table.footable-details .amalinkspro-cta-btn .alp-btn-prime-logo {
        display: inline-block;
        vertical-align: middle;
        margin: 0 0 0 10px;
        width: 50px;
        box-shadow: none; }
  body .amalinkspro-comparison-table tbody tr:last-child() {
    border-bottom: none; }
  body .amalinkspro-comparison-table tbody tr td {
    border-width: 1px;
    border: none;
    border-bottom: 1px solid #dedede;
    padding: 15px;
    position: relative;
    min-width: 120px; }
  body .amalinkspro-comparison-table tbody tr:last-child td {
    border-bottom: none; }
    body .amalinkspro-comparison-table tbody tr:last-child td:first-child {
      border-radius: 0 0 0 6px; }
    body .amalinkspro-comparison-table tbody tr:last-child td:last-child {
      border-radius: 0 0 6px 0; }
  body .amalinkspro-comparison-table[data-filtering="true"] {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px; }
    body .amalinkspro-comparison-table[data-filtering="true"] > thead > tr.footable-filtering {
      border-radius: 10px 10px 0 0; }
      body .amalinkspro-comparison-table[data-filtering="true"] > thead > tr.footable-filtering > th {
        border-bottom: 2px solid #5a5a5a;
        border-radius: 10px 10px 0 0; }
      body .amalinkspro-comparison-table[data-filtering="true"] > thead > tr.footable-filtering .footable-filtering-search .btn-default {
        background-color: rgba(255, 255, 255, 0.3);
        border-color: rgba(255, 255, 255, 0.6);
        color: rgba(255, 255, 255, 0.8); }
      body .amalinkspro-comparison-table[data-filtering="true"] > thead > tr.footable-filtering .footable-filtering-search .form-control {
        border-right: none;
        height: 40px;
        line-height: 40px;
        background: rgba(0, 0, 0, 0.2);
        color: #fff;
        transition: all 200ms;
        border-color: rgba(255, 255, 255, 0.2); }
        body .amalinkspro-comparison-table[data-filtering="true"] > thead > tr.footable-filtering .footable-filtering-search .form-control:focus {
          background: rgba(255, 255, 255, 0.7);
          color: #444;
          border-color: rgba(255, 255, 255, 0.9); }
      body .amalinkspro-comparison-table[data-filtering="true"] > thead > tr.footable-filtering .footable-filtering-search .input-group-btn .btn-primary {
        margin-top: 0;
        height: 40px;
        border: none;
        width: 40px;
        background: rgba(255, 255, 255, 0.6);
        color: rgba(255, 255, 255, 0.8); }
      body .amalinkspro-comparison-table[data-filtering="true"] > thead > tr.footable-filtering .footable-filtering-search .input-group-btn .dropdown-toggle {
        padding: 0;
        border: none;
        margin-left: 0;
        height: 40px;
        margin-top: -8px; }
        body .amalinkspro-comparison-table[data-filtering="true"] > thead > tr.footable-filtering .footable-filtering-search .input-group-btn .dropdown-toggle:after {
          line-height: 40px;
          height: 40px;
          color: rgba(255, 255, 255, 0.8); }
  body .amalinkspro-comparison-table.footable .caret {
    display: none; }
  body .amalinkspro-comparison-table.footable .dropdown-menu {
    padding: 0 0 10px;
    border-radius: 6px; }
    body .amalinkspro-comparison-table.footable .dropdown-menu .dropdown-header {
      color: #444;
      background: #e6e6e6;
      padding: 10px;
      border-radius: 6px 6px 0 0; }
    body .amalinkspro-comparison-table.footable .dropdown-menu > li {
      padding: 0 10px; }
      body .amalinkspro-comparison-table.footable .dropdown-menu > li > a {
        padding: 8px 10px;
        border-bottom: 1px solid #dedede; }
      body .amalinkspro-comparison-table.footable .dropdown-menu > li:last-child a {
        border-bottom: none; }
  body .amalinkspro-comparison-table.footable .pagination {
    position: relative;
    z-index: 2;
    background-color: transparent; }
    body .amalinkspro-comparison-table.footable .pagination li[data-page=last] a {
      border-radius: 0 6px 6px 0; }
  body .amalinkspro-comparison-table.footable .footable-paging .label-default {
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.2);
    color: #fff; }
  body .amalinkspro-comparison-table.footable .pagination > li > a, body .amalinkspro-comparison-table.footable .pagination > li > span {
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.2);
    transition: all 200ms; }
  body .amalinkspro-comparison-table.footable .pagination > li > a:hover {
    background-color: rgba(255, 255, 255, 0.3); }
  body .amalinkspro-comparison-table.footable .pagination > .disabled > span, body .amalinkspro-comparison-table.footable .pagination > .disabled > span:hover, body .amalinkspro-comparison-table.footable .pagination > .disabled > span:focus, body .amalinkspro-comparison-table.footable .pagination > .disabled > a, body .amalinkspro-comparison-table.footable .pagination > .disabled > a:hover, body .amalinkspro-comparison-table.footable .pagination > .disabled > a:focus {
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff; }
  body .amalinkspro-comparison-table.footable .pagination > .active > a, body .amalinkspro-comparison-table.footable .pagination > .active > span, body .amalinkspro-comparison-table.footable .pagination > .active > a:hover, body .amalinkspro-comparison-table.footable .pagination > .active > span:hover, body .amalinkspro-comparison-table.footable .pagination > .active > a:focus, body .amalinkspro-comparison-table.footable .pagination > .active > span:focus {
    background-color: rgba(255, 255, 255, 0.4);
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff; }
  body .amalinkspro-comparison-table ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.6); }
  body .amalinkspro-comparison-table ::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.6); }
  body .amalinkspro-comparison-table :-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(255, 255, 255, 0.6); }
  body .amalinkspro-comparison-table :-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.6); }

.alp-no-price {
  font-size: 36px;
  color: #dedede;
  font-weight: 900; }

/*# sourceMappingURL=amalinkspro-tables-public.css.map */