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

@font-face {
  font-family: "VAGRoundedStdLight";
  src: url(https://nucleuscdn.blob.core.windows.net/cdn/fonts/VAGRoundedStd-Light/VAGRoundedStd-Light.woff)
}

html {
  overflow-y: scroll;
}

body {
  width: 100%;
  overflow-x: hidden;
  background: #ffffff;
  font-family: "VAGRoundedStdLight", Arial, Helvetica sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1.4;
  color: #836e5d;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h2 {
  display: block;
  color: #f78f21;
  font-weight: 500;
  font-style: normal;
  font-size: 1.571em;
  margin: 10px 0 8px;
}

a {
  /* color: #f78f21; */
  color: #836e5d;
  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, th {
  padding: 8px 10px;
  border: 0px;
  text-align: center;
}

thead > tr {
  text-align: center;
  font-style: normal;
  background-color: #f78f21;
  color: white;
  font-weight: 500;
}

th {
  padding: 8px 10px;
  text-align: right !important;
  background-color: #F5F3F2;
}

@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: 'Limits - ';
  }
  .min {
    text-align: left;
  }
  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;
  }
}