
.adminContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  flex: 1;
  /*flex: 1 0 auto;*/
  /*background: white;*/
  /*justify-content: center;*/
}

.adminRow {
  display: flex;
  flex-direction: row;
  width: 80%;
  margin-top: 20px;
}

.titleRow {
  display: flex;
  flex-direction: row;
  width: 80%;
  margin-top: 40px;
  span {
    flex: 1;
    margin: 10px;
    text-align: center;
  }
  /*border-bottom: 2px solid #3E3EFF;*/
}

.adminRow span {
  flex: 1;
  margin: 0 10px;
  border-bottom: 2px solid #3E3EFF;
  text-align: center;
}


.filter {
  margin-top: 40px;
}
.filter span {
  padding: 10px;
  cursor: pointer;
  color: blue;
}

.downvoteList {
  width: 90vw;
  display: flex;
  margin: 5px 0;
  div {
    flex: 1;
  }
}
.dUser {
  display: inline-block;
  width: 200px;
  /*flex: .5;*/
}

.pell-content {
  height: 400px !important;
  /*font-size: 80%;*/
}

.pell-content img {
  max-width: 100%;
}

.pell-content h1 {
  font-family: sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: auto;
}

.pell-content h2 {
  font-family: sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: auto;
}

.communityForm {
  display: flex;
  flex-direction: column;
  margin:auto;
  width: 600px;
  margin-bottom: 100px;
  label {
    margin-top: 20px;
    font-size: 12px;
  }
  img {
    max-width: 100%;
  }
}


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