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

@font-face {
  font-family: "SharpSans";
  src: url("./sharpsansdisplayno1-medium.woff");
  font-weight: normal;
}

@font-face {
  font-family: "SharpSans";
  src: url("./sharpsansdisplay-semibold.woff");
  font-weight: 500;
}

@font-face {
  font-family: "SharpSans";
  src: url("./SharpSansDispNo1-Bold.woff");
  font-weight: 600;
}

html {
  overflow-y: scroll;
}

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

#container {
  padding-top: 64px;
  width: 100%;
}

#scroll-container {
  width: 100%;
  overflow: scroll;
  margin-right: auto;
  margin-left: auto;
}

table {
  clear: both;
  font-size: 14px;
  width: 770px;
  table-layout: fixed;
  margin-bottom: 5px;
  border-spacing: 0;
  margin-right: auto;
  margin-left: auto;
}

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

td {
  padding: 20px 10px;
  border: 0px;
  text-align: start;
}

tr:nth-child(even) {
  background-color: #f3f4f7;
}

tr td {
  border-bottom: 1px solid #b2babf;
}

thead > tr {
  text-align: left;
  font-style: normal;
  background-color: #51575e;
  color: white;
  font-weight: 600;
  height: 60px;
}

th {
  padding-left: 10px;
}

.sort-buttons {
  width: 100%;
  border: 0;
  cursor: pointer;
  text-align: left;
  background-color: transparent;
  font-weight: 600;
  color: white;
  height: 60px;
  font-family: "SharpSans", Arial, Helvetica sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.arrow-icon {
  width: 15px;
}

.hidden {
  display: none;
}

.bank-name {
  font-weight: 800;
}

#tiles-container {
  display: flex;
  gap: 30px;
  max-width: 770px;
  margin-right: auto;
  margin-left: auto;
  width: '100%';
}

.tile {
  background-color: #00594d;
  width: 370px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 20px;
  justify-content: space-between;
  color: #f8fcf9;
}

.tile-img {
  height: 50px;
  width: fit-content;
  margin-bottom: 20px;
}

#tile-period-notice,
#tile-period-term {
  font-size: 12px;
}

#tile-rate-notice,
#tile-rate-term {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 500;
}
