.footer {
  padding-top: 20px;
  border-top: solid 2px #EAEAEA; }
  .footer .sessionLink {
    padding-left: 25px;
    width: 235px; }
    .footer .sessionLink .action {
      display: block;
      text-align: center;
      text-decoration: none; }
      .footer .sessionLink .action span {
        display: block; }

.MemberLevels {
  text-align: center;
  margin: auto; }
  .MemberLevels .loyaltyLevel {
    width: 100%;
    border-bottom: 2px solid #eaeaea;
    padding-bottom: 20px;
    padding-top: 10px; }
    .MemberLevels .loyaltyLevel .details {
      text-align: justify;
      padding-left: 25px;
      padding-right: 25px; }
      .MemberLevels .loyaltyLevel .details .LevelName {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 20px; }
      .MemberLevels .loyaltyLevel .details .LevelDescription .price {
        font-weight: bold;
        font-size: 16px;
        text-align: center; }
      .MemberLevels .loyaltyLevel .details .BuyButton {
        width: 235px;
        margin-top: 20px; }
        .MemberLevels .loyaltyLevel .details .BuyButton .action {
          min-width: 170px;
          max-width: 235px;
          display: block;
          text-align: center;
          text-decoration: none; }
          .MemberLevels .loyaltyLevel .details .BuyButton .action span {
            display: block; }
        .MemberLevels .loyaltyLevel .details .BuyButton .action-wide {
          min-width: 170px;
          max-width: 190px;
          display: block;
          text-align: center;
          text-decoration: none; }
          .MemberLevels .loyaltyLevel .details .BuyButton .action-wide span {
            display: block; }
  .MemberLevels .loyaltyLevel:last-child {
    border-bottom: none; }