.image-avatar-container {
  width: 110px;
  height: 110px;
  background-position: 50%;
  background-size: cover;
  margin: auto;
  border-radius: 10px;
}

.container {
  text-shadow: none;
}

.candidate-panel {
  background:url(../images/panel-bg.png);
  padding:5px;
  text-align:left;
  box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.3);
  height: 95%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.candidate-panel h1 {
  color:#fff;
  font-size:22px;
  font-weight:normal;
}

.candidate-panel-top {
  text-align: center;
  padding:1px;
}

.candidate-panel-body {
  display: flex;
  padding-left:10px;
  padding-right:10px;
  padding-top:10px;
  padding-bottom:10px;
  color: #cbcbcb;
}

.candidate-container {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}

.team-image-button-plus {
  position: relative;
  bottom: -90px;
  right: -90px;
  height: 25px;
  width: 25px;
  background-color: #e63636;
  border-radius: 12px;
}

.team-image-button-plus:hover {
  position: relative;
  bottom: -90px;
  right: -90px;
  height: 25px;
  width: 25px;
  background-color: #b52d2d;
  border-radius: 12px;
}

button.round {
  background-color: transparent;
  color: white;
  font-family: OpenSans;
  font-size: 15px;
  font-weight: 300;
  appearance: button;
  border: transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.candidate-modal {
  background:url(../images/panel-bg.png);
  box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.3);
  max-width: fit-content !important;
}

.candidate-modal h1 {
  color:#fff;
  font-size:22px;
  font-weight:normal;
}