.content-container {
  width: auto;
  max-width: 1100px;
  min-width: 320px;
}
.communication-preferences .header {
  margin: 20px 0;
}
.communication-preferences .header h3 {
  font-size: 16px;
}
.communication-preferences .message-content {
  padding-bottom: 20px;
}
.communication-preferences .button-wrapper {
  margin: 10px auto;
}
.communication-preferences .button-wrapper button {
  display: block;
  margin: 0 auto 10px;
}
.communication-preferences .individual-preference {
  border-bottom: 1px solid #999999;
  padding-top: 5px;
}
.communication-preferences .individual-preference h4 {
  display: inline-block;
  width: 30%;
}
.communication-preferences .individual-preference .radio-buttons {
  margin-left: 10px;
  display: inline-block;
}
.communication-preferences .third-party-preferences .preference {
  display: table-row;
}
.communication-preferences .third-party-preferences .preference p {
  display: table-cell;
  text-align: right;
}
.communication-preferences .third-party-preferences .preference .radio-buttons {
  display: table-cell;
  width: 100px;
}
.communication-preferences input {
  margin-left: 10px;
}
.communication-preferences label {
  font-weight: normal;
}
.communication-preferences .login label {
  min-width: 120px;
  line-height: 1.6;
}
.communication-preferences .login .dob-field {
  width: 20%;
  display: inline-block;
}
.modal-sector-preferences .checkbox-label {
  padding-left: 30px;
  font-size: 11px;
}
.modal-sector-preferences .sector-preferences {
  margin-top: 20px;
  max-height: 300px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.modal-sector-preferences .sector-preferences .row.set-preferences:hover {
  background: #eeeeee;
}
@media (max-width: 767px) {
  .communication-preferences .individual-preference h4 {
    width: auto;
    float: left;
  }
  .communication-preferences .individual-preference .radio-buttons {
    float: right;
    line-height: 40px;
  }
  .communication-preferences .individual-preference p {
    clear: both;
  }
  .communication-preferences .third-party-preferences .preference .radio-buttons {
    padding-bottom: 10px;
  }
  .communication-preferences .login label {
    min-width: initial;
  }
}
