* {
  box-sizing: border-box;
}

#downloadButton {
  padding: 10px;
  background-color: #007db1;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

a {
  color: #007db1;
}

a:hover, a:focus {
  color: #006c98;
}

body {
  color: #333333;
  font-family: 'Red Hat Text', sans-serif;
  margin: 0;
  text-align: center;
}

header {
  border-bottom: 1px solid #cfcfcf;
}

header::before {
  content: '';
  background: linear-gradient(45deg, #c5050c, #007db1);
  display: block;
  height: 5px;
}

header > div {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0 .5rem;
}

#logo {
  display: block;
  margin-right: .8rem;
}

#logo img {
  height: 3.878125rem;
  width: 3.878125rem;
}

#title {
  color: #494949;
  text-align: left;
}

#title h1 {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0.1rem;
}

#title div {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.2;
  margin: -0.1rem 0 0 0.2rem;
}

#selections {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 0;
  padding: 4px 0;
}

#selections li {
  display: block;
  margin: 4px 8px;
  width: 224px;
  max-width: 224px;
}

body.embedded #selections li {
  width: 200px;
}

#selections label,
#selections select {
  display: block;
  width: 100%;
}

#selections label div {
  line-height: 2;
}

select {
  appearance: none;
  background-color: white;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%2873, 73, 73%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  border: 1px solid #cccccc;
  border-radius: 0;
  color: black;
  cursor: pointer;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

select:focus {
  border: 1px solid #494949;
  box-shadow: 0 0 5px #646569;
  outline: 0;
}

select:disabled {
  background-color: #cfcfcf;
  cursor: not-allowed;
}
