.bcGDPR .bcGiveConsent {
  color: #000;
}
.bcGDPR .bcProfileRequest input,
.bcGDPR .bcProfileRequest textarea,
.bcGDPR .bcProfileRequest label {
  font-size: 14px;
}
.bcGDPR button {
  padding: 10px;
  font-size: 14px;
  cursor: pointer;
}
.bcGDPR button:hover {
  opacity: 0.8;
}
.bcGDPR .bcProfileRequest input {
  width: 300px;
  padding: 4px;
  margin: 0;
  color: #333333;
}
.bcGDPR .bcProfileRequest textarea {
  padding: 4px;
  margin: 0;
  height: 150px;
  width: 300px;
  resize: none;
  color: #333333;
}
.bcGDPR .bcProfileRequest label {
  vertical-align: top;
  display: inline-block;
  width: 145px;
  margin-right: 5px;
  padding: 5px;
}
.bcGDPR .bcProfileRequest > * {
  margin-bottom: 0 0 10px 0;
  padding: 0;
  float: left;
}
.bcGDPR .bcClearfix {
  clear: both;
}
.bcGDPR .bcClearfix:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
.bcGDPR .bcProfileOverview {
  border-spacing: 0;
}
.bcGDPR .bcProfileOverview th {
  background-color: #ddd;
  text-align: left;
}
.bcGDPR .bcProfileOverview th,
.bcGDPR .bcProfileOverview td {
  padding: 5px;
  margin: 0;
  color: #333333;
}
.bcGDPR .bcProfileOverview td {
  border: 1px solid #ddd;
  border-right: 0px;
  border-top: 0px;
  background-color: #fff;
  vertical-align: top;
  width: 25%;
}

.bcGDPR .bcProfileOverview td.bcPropertyLabel,
.bcGDPR .bcProfileOverview td.bcPropertyDescription {
  color: #999;
}

.bcGDPR .bcProfileOverview td.bcPropertyValues {
  border-right: 1px solid #ddd;
}

.bcGDPR .bcProfileOverview .bcPropertyDescription {
  width: 50%;
}
