@font-face {
  font-family: "MuseoSansRegular";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/MuseoSans/MuseoSansRegular/MuseoSansRegular.eot");
  src: url("../fonts/MuseoSans/MuseoSansRegular/MuseoSansRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSans/MuseoSansRegular/MuseoSansRegular.woff") format("woff"), url("../fonts/MuseoSans/MuseoSansRegular/MuseoSansRegular.ttf") format("truetype"); }

@font-face {
  font-family: "MuseoSansLight";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/MuseoSans/MuseoSansLight/MuseoSansLight.eot");
  src: url("../fonts/MuseoSans/MuseoSansLight/MuseoSansLight.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSans/MuseoSansLight/MuseoSansLight.woff") format("woff"), url("../fonts/MuseoSans/MuseoSansLight/MuseoSansLight.ttf") format("truetype"); }

@font-face {
  font-family: "MuseoSansMedium";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/MuseoSans/MuseoSansMedium/MuseoSansMedium.eot");
  src: url("../fonts/MuseoSans/MuseoSansMedium/MuseoSansMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSans/MuseoSansMedium/MuseoSansMedium.woff") format("woff"), url("../fonts/MuseoSans/MuseoSansMedium/MuseoSansMedium.ttf") format("truetype"); }

.account-title {
  font-family: "MuseoSansRegular";
  margin: 0 0 20px 0;
  color: #666563;
  line-height: 1; }

.account-number {
  font-family: "MuseoSansLight";
  margin: 0 0 20px 0;
  color: #666563;
  line-height: 1; }

.account-balance-title {
  font-family: "MuseoSansLight";
  margin: 0 0 20px 0;
  color: #666563;
  line-height: 1; }

.add-funds-price {
  font-family: "MuseoSansMedium"; }

.account-info {
  margin-top: 50px;
  margin-bottom: 85px; }
  .account-info .add-funds {
    font-size: 46px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1; }
  .account-info .curr {
    font-size: 18px;
    margin-right: 5px;
    vertical-align: top; }
  .account-info .btn {
    margin-left: 20px;
    font-family: "MuseoSansRegular"; }
