body {
  background-color: #232f3e;
  font-family: Arial, Helvetica, sans-serif;
  color: #ff9900;
  margin: auto;
  width: 50%;
  padding: 0;
}
a {
  color: lightskyblue;
  text-decoration: none;
}
label {
  font-size: 24px;
  height: 27px;
  width: 100%;
}
h1, h2, p {
  text-align: center;
}
button {
  font-size: 20px;
  height: 27px;
  width: 100%;
  color: 232f3e;
  background-color: #ff9900;
}
input {
  color: #232f3e;
  font-size: 20px;
  height: 27px;
  padding: 0;
  border: 0;
}
select {
  font-size: 20px;
  height: 27px;
  width: 100%;
}
li {
  padding-bottom: 15px;
}
.line {
  margin-bottom: 20px;
  width: 100%;
}
.extra-line {
  margin-bottom: 40px;
  width: 100%;
}
.submitButton {
  background-color: #ff9900;
  width: 100%;
}
.match {
  border: #ff9900;
  border-style: groove;
  padding: 1em;
  margin-bottom: 20px;
  list-style-type: none;
}
.highlight {
  color: limegreen;
}
.linkButton {
  color: #232f3e;
  height: 27px;
  line-height: 27px;
  margin-top: 100px;
  padding: 10px;
  min-width: 200px;
  width: 25%;
  font-size: 20px;
  background-color: #ff9900;
  text-align: center;
}
.left {
  float: left;
}
.right {
  float: right
}
.mentor-topic  {
  height: 175px;
  overflow-y: hidden;
}
.tooltip {
  float: right;
  font-size: 70%;
}
.footer {
  position: fixed;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.g-signin2 {
  position: fixed;
  top: 0px;
  right: 25px;
  width: 90px;
}
.sign-out {
  position: fixed;
  top: 50px;
  right: 10px;
  width: 60px;
}
