body {
  font-family: 'Source Sans Pro', arial, helvetica, sans-serif;
  padding-bottom: 50px;
}
h3 {
  margin-top: 50px;
}
li {
  margin: 25px 50px 0 0;
}
table {
  width: 1400px;
  margin: 0 50px 0 50px;
}
td {
  width: 50%;
  vertical-align: top;
  padding-right: 60px;
}
.hover-underline {
  text-decoration: none;
}
.hover-underline:hover {
  text-decoration: underline;
}

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: sans-serif;
  text-align: center;
}

.App {
  display: flex;
  align-items: center;
  justify-content: center;
}

#radar-description {

  text-align: left;
  display: inline-block;
  font-size: 10pt;
}

#adopt {
  display:inline;
  color: #5ba300;
  font-weight: bold;
}

#trial {
  display:inline;
  color: #009eb0;
  font-weight: bold;
}

#assess {
  display:inline;
  color: #c7ba00;
  font-weight: bold;
}

#hold {
  display:inline;
  color: #e09b96;
  font-weight: bold;
}

#radar-container {
  width: 100vw;
  resize: both;
  overflow: auto;
}

#logo {
  margin: 2vw;
  width: 100vw;
  max-width: 300px;
}

#footer {
  margin-bottom: 3vw;
  font-size: 10pt;
}