body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
}

a {
  text-decoration: none;
  color: #111111;
  width: 100%;
}

.green {
  background-color: #359235;
  color: #b9b6b6;
}

.underline {
  text-decoration: underline;
}

.overline {
  border-top: 3px #000 solid;
}

table {
  float: left;
}

td {
  height: 30px;
}

form {
  padding: 20px 10px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #333;
  color: #fff;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.info {
  margin-top: 260px;
  margin-left: 20px;
}

.buttons {
  width: 100%;
  gap: 10px;
}
.header .buttons,
.footer .buttons {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 10px;
}
.header .buttons a,
.footer .buttons a {
  display: inline-block;
  width: auto;
  margin: 0 8px;
}
.header .buttons button,
.footer .buttons button {
  background-color: #dfe7db;
  border: none;
  min-width: 160px;
  height: 44px;
  color: #151414;
  padding: 8px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  margin: 0;
  cursor: pointer;
  border-radius: 8px;
}
.header .buttons button:hover,
.footer .buttons button:hover {
  background-color: #cfd7cb;
}

.content {
  margin-top: 80px;
}
.content div, .content dl {
  float: left;
}

.content img {
  width: 100%;
  display: block;
}

.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #333;
  color: #fff;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer .buttons {
  gap: 10px;
}

.footer .buttons button {
  background-color: #dfe7db;
  color: #151414;
}

.thirty {
  width: 20%;
  float: left;
  margin: 20px 50px;
}

#logo img {
  height: 70px;
  top: 10px;
  left: 8px;
}

.vote-cell {
  position: relative;
  font-size: 32px;
  border: #804000 2px solid;
  border-radius: 3px;
  width: 14%;
  padding: 10px 5px;
}
.vote-cell .upvote, .vote-cell .downvote {
  position: absolute;
  height: 50%;
  margin-left: 4%;
  width: 58%;
}
.vote-cell .upvote {
  top: 0;
}
.vote-cell .downvote {
  bottom: 0;
}

.score-cell {
  height: 30px;
  text-align: center;
}

button#save {
  width: 298px;
  height: 40px;
  font-size: 30px;
}

.input-container label {
  width: 200px;
  display: inline-block;
}

label {
  margin-left: 20px;
}

img.profile {
  height: 120px;
  width: 120px;
}

.link {
  float: left;
  width: 85%;
  margin-top: 1%;
}
.link .title {
  font-size: 22px;
  margin-left: 4%;
}
.link .subtitle {
  font-size: 16px;
}

ul.buttons {
  display: block;
  list-style: none;
  padding: 0 10px;
  margin: 0;
}
.header .section-title {
  display: none;
}

/*# sourceMappingURL=everything.css.map */
