
@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");
}

@font-face {
    font-family: 'museo_sans500';
    src: url('../fonts/museo_sans_500-webfont.eot');
    src: url('../fonts/museo_sans_500-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/museo_sans_500-webfont.woff') format('woff'), url('../fonts/museo_sans_500-webfont.ttf') format('truetype'), url('../fonts/museo_sans_500-webfont.svg#museo_sans500') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
  font-family: "MuseoSansRegular"; }

.funds-info {
  position: relative;
  padding-right: 200px;
  margin-right: 50px; }
  .funds-info-wrap {
    font-family: 'museo_sans500';
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .funds-info-wrap .top-nav {
      margin: 0; }
  .funds-info .btn {
    padding: 5px 10px;
    font-size: 11px;
    margin-left: 5px; }

.add-funds-top {
  position: absolute;
  min-width: 165px;
  padding: 5px 20px;
  background-color: #e7e7e7;
  right: 0;
  top: -6px;
  font-size: 14px; }

.add-funds__price {
  font-family: 'MuseoSansMedium';
  color: #666563; }
