* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;  
}

html {
  overflow-y: scroll;
}

body {
  width: 100%;
  overflow-x: hidden;
  background: #e9e9e9;
  font-family: "Gotham SSm 4r", "Gotham SSm A", "Gotham SSm B", "Gotham Light",
    Arial, Helvetica sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1.4;
  color: #303030;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h2 {
  display: block;
  font-family: "Gotham SSm 5r", "Gotham SSm A", "Gotham SSm B", "Gotham Light",
    Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.571em;
  margin: 10px 0 8px;
}

a {
  color: #003089;
  text-decoration: none;
  outline: 0;
}

#container {
  width: 98%;
  margin: auto;
}

table {
  clear: both;
  font-size: 14px;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  margin-bottom: 5px;
}

p.disclaimer {
  font-size: 0.9em;
}

td {
  padding: 8px 10px;
  border: 2px solid #d3d3d3;
  text-align: center;
}

th {
  padding: 8px 10px;
  border: 2px solid #d3d3d3;
  text-align: right !important;
}

table .th,
table th {
  text-align: center;
  background: #e9e9e9;
  font-family: "Gotham SSm 5r", "Gotham SSm A", "Gotham SSm B", Arial, Helvetica,
    sans-serif;
  font-weight: 500;
  font-style: normal;
}

@media screen and (min-width: 740px) {
  th:first-child, td:first-child {
    width: 180px;  /* apply this width for screens wider than 740px */
  }
  th:nth-child(2), td:nth-child(2) {
    width: 130px;  /* apply this width for screens wider than 740px */
  }
  .min {
    text-align: right;
  }
}
@media screen and (max-width: 740px) {
  .rate:before {
    content: attr(data-label);
  }
  .rate {
    text-align: center;
  }
  .rate[data-show="false"] {
    display: none;
  }
  .min:before {
    content: 'Minimum investment - ';
  }
  .min {
    text-align: center;
  }
  thead tr {
    display: none;
  }
  tr {
    display: block;
    border-bottom: 2px solid #d3d3d3;
    padding: 0 0 10px;
    margin: 0 0 10px;
  }
  td, th {
    border: 0;
    display: block;
    padding: 3px 10px;
  }
  th:first-child, td:first-child {
    padding: 8px 10px;
    vertical-align: bottom;
  }
  th:nth-child(2), td:nth-child(2) {
    padding: 8px 10px 5px;
    vertical-align: bottom;
  }
}