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

@font-face {
  font-family: "silkaregular";
  src: url(https://nucleusfinancial.com/themes/custom/nuc_simplified/fonts/silka-regular-webfont.woff);
}

/*
  Cool blue- #e8efff
  Half blue - #f3f7ff
  turquoise - #0a6e93
  */

html {
  overflow-y: scroll;
}

body {
  width: 100%;
  overflow-x: hidden;
  background: #ffffff;
  font-family: "silkaregular";
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1.4;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

a {
  color: #000;
  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: 1.25em;
}

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

td,
th {
  padding: 8px 10px;
  border: 0px;
  text-align: center;
}
td,
th {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
thead > tr {
  text-align: center;
  font-style: normal;
  background-color: #0a6e93 !important;
  color: white;
  font-weight: 500;
}
thead > tr td {
  border-right: 1px solid #0a6e93;
}

th {
  padding: 8px 10px;
  text-align: right !important;
  font-weight: normal;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

tbody > tr {
  background: #e8efff !important;
}
tbody > tr:nth-child(even) {
  background: #f3f7ff !important;
}

@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;
  }
}
