/* ============================ */
/* =         Account          = */
/* ============================ */

/* Don't have a plan */
/* .edit-account { font-family: "Myriad Pro", Helvetica, arial, clean, sans-serif; } */
  .edit-account .days-left { font-family: "Myriad Pro", Helvetica, arial, clean, sans-serif; text-shadow: 1px 1px white; margin: 20px 0 15px 0; text-align:center; font-size:32px;  }
  /* .edit-account .days-left-explanation { text-align:center; font-size:16px } */
  .edit-account .choose-plan { font-family: "Myriad Pro", Helvetica, arial, clean, sans-serif; font-size:24px; text-align:center; margin:40px 0 40px 0; color:#129e41; line-height:1.5em }

  .edit-account .plans { box-shadow: 0 0 6px rgba(0, 0, 0, 0.3); background-color:#fff; display:inline-block; margin-left: 80px;}
    .edit-account .plans .plan-box { border:solid 1px #fff; border-right:solid 1px #eee; width:128px; padding:25px 15px 25px 15px; float:left; font-size:15px; text-align:center; line-height:1.6em; }
    .edit-account .plans .plan-box:first-child { border-top-left-radius:4px; border-bottom-left-radius:4px }
    .edit-account .plans .plan-box:last-child { border-top-right-radius:4px; border-bottom-right-radius:4px }
    .edit-account .plans .plan-box:hover { background-color:#fff7d5; cursor:pointer; border:solid 1px #ccc; }
    .edit-account .plans .price { padding-top:20px }
    .edit-account .plans .contacts { font-size:16px; font-weight:bold }

  .edit-account .plans-table { margin:50px auto 0 auto }
    .edit-account .plans-table th { font-size:22px }
    .edit-account .plans-table td { text-align:center; width:100px }

  .edit-account .contact-us { text-align:center; color:var(--color-grey-medium); font-size:14px; margin-top:25px }
