.post-filter {
  font-weight: bold;
  padding: 10px;
}

.post-filter.centered form {
    text-align: left;
}
.buttons {
  text-align: center;
}

.ccSortName {
  clear: both;
  width: 100%;
  margin-bottom: 0px;
  border-top: 1px black solid;
  padding-top: 10px;
}

.relationships {
  /*font-size: 1rem;*/
  margin-bottom: 0px;
  clear: both;
}

.orgmember {
  /*padding: 1rem;*/
  width: 100%;
}

.contact {
  padding-bottom: 10px;
  width: 50%;
  height: 250px;
  float: left;
}

.othermemtypes {
  float: right;
  width: 50%;
  clear: both;
  /*font-style: italic;*/
}

.indivdisplayname {
  font-weight: bold;
}

.reltypes, .specRep {
  font-style: italic;
}

#resultsdiv {
  clear: both;
}

#loadmore {
  margin-right: 400px;
}

.alpha {
  color: white;
  font-weight: bold;
}

.alphalink {
  background: #94B8DA;
  background-image: -webkit-linear-gradient(top, #94B8DA, #4C74B1);
  background-image: -moz-linear-gradient(top, #94B8DA, #4C74B1);
  background-image: -ms-linear-gradient(top, #94B8DA, #4C74B1);
  background-image: -o-linear-gradient(top, #94B8DA, #4C74B1);
  background-image: linear-gradient(to bottom, #94B8DA, #4C74B1);
  -webkit-border-radius: 59;
  -moz-border-radius: 59;
  border-radius: 59px;
  -webkit-box-shadow: 0px 12px 18px #808299;
  -moz-box-shadow: 0px 12px 18px #808299;
  box-shadow: 0px 12px 18px #808299;
  color: #ffffff;
  font-size: 16px;
  padding-top: 4px;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  width: 80px;
  height: 30px;
  margin-left: 15px;
}

.alphalink:hover {
  background: #4C74B1;
  background-image: -webkit-linear-gradient(top, #4C74B1, #94B8DA);
  background-image: -moz-linear-gradient(top, #4C74B1, #94B8DA);
  background-image: -ms-linear-gradient(top, #4C74B1, #94B8DA);
  background-image: -o-linear-gradient(top, #4C74B1, #94B8DA);
  background-image: linear-gradient(to bottom, #4C74B1, #94B8DA);
  text-decoration: none;
}

.alpha:hover {
  color: white;
}

.browsealpha {
  display: inline-block;
  padding-bottom: 10px;
}

.alphatitle {
  display: inline;
}

.buttonlink {
  border-radius: 59px;
  font-size: 16px;
  padding-top: 4px;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  width: 80px;
  height: 30px;
  color: white;
  margin: 10px 10px 10px 0px;
}

.buttonlink:hover {
  color: white;
}
.editwr {
  background-color: #5ea470;
}

.editwr:hover {
  background-color: green;
}

.removeRep {
  background-color: red;
}

.removeRep:hover {
  background-color: darkred;
}

@media (max-width: 800px) {
  .alphatitle {
    display: inline;
  }
  .alphalink {
    margin-left: 0px;
  }
  .othermemtypes {
    float: none;
    width: 100%;
    clear: both;
  }
  .contact {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
  }
  #loadmore {
    margin-right: none;
  }
}
