/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v44-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v44-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

* {
  margin: 0;
  padding: 0;
}

img {
  border: none;
}

body {
  text-align: center;
  background-color: #214261;
  color: #fff;
  font-family: "Open Sans", arial, sans-serif;
}

.header {
  font-size: 3em;
  font-weight: 600;
  margin-top: 1.5em;
  text-shadow: 4px 4px 4px #222;
  line-height: 1.4em;
}

.header .bigtext {
  font-size: 3.0em;
  line-height: 1em;
}

.subtitle {
  margin-top: 3em;
  font-size: 1em;
}

table {
  width: 800px;
  border-collapse: collapse;
  margin: auto;
  margin-top: 1em;
  margin-bottom: 3em;
  text-align: left;
  color: #ddd;
}

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

tr:last-of-type {
  border: none;
}

td {
  padding: 0.5em 1em;
}

.table-date {
  width: 5.5em;
}

.table-rating {
  width: 5em;
  text-align: center;
  font-family: "Segoe Color Emoji", "Open Sans", arial, sans-serif;
}

.table-amount {
  text-align: right;
}
