﻿.tab-section .account-tab-container .exciting-changes {
  border: 2px solid #fff;
  border-radius: 10px;
  background-color: #889c9e;
  width: 100%;
  float: left;
  padding: 20px;
  color: #000000;
  margin-bottom:40px;
}

  .tab-section .account-tab-container .exciting-changes p {
    color: #000000;
    padding-bottom: 20px;
  }


  .exciting-changes p.heading {
    padding-bottom: 20px;
    font-size:20px;
    color: #000000;
  }

.exciting-changes p {
  color: #000000;
  padding-bottom: 20px;
}


.exciting-changes {
  border: 2px solid #fff;
  border-radius: 10px;
  background-color: #889c9e;
  width: 100%;
  float: left;
  padding: 20px;
  color: #000000;
  margin-bottom: 40px;

}

  .exciting-changes.home {
    margin-top: 40px;
    margin-bottom: 20px;
  }


a.subscriptions-banner {
  height: 220px;
  width: 100%;
  display: inline-block;
  margin-top: 120px;
  background-image: url("/images/mu-max-sale.png");
  background-size: cover;
  background-position: center center;
  max-width: 100%;
  background-repeat: no-repeat;
}

  a.subscriptions-banner img {
    width: 100%;
  }


@media (max-width: 700px) {

  a.subscriptions-banner {
    background-image: url("/images/mu-max-sale-square.png");
    height: 300px;
    max-width: 100%;
    background-repeat: no-repeat;
  }
}



.tab-section .account-tab-container {
  width: 920px;
}

  .tab-section .account-tab-container .subscriptions-top-row .price-btn {
    margin-left: 20px;
  }

  .tab-section .account-tab-container .subscriptions-top-row .price-btn-special {
    border: none;
    color: red;
    font-size: 40px;
    margin-left: 20px;
    padding-top: 40px;
    display: none;
  }

  .tab-section .account-tab-container .subscriptions-top-row .subscriptions-card.mu-max {
    background-position-x: 95%;
    background-position-y: 6%;
    background-size: 45px 45px;
    background-image: url("/images/discount.svg");
    background-repeat: no-repeat;
  }


.tab-section .account-tab-container {
  max-width:95%;
}
