DIV.bubble_quote {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  margin: 0px 12px 5px 12px;
  text-align: left;
}

DIV.bubble_quote DIV.quoter {
  font-size: 12px;
  font-weight: normal;
  font-style: italic;
  color: #FFFFFF;
  text-align: right;
  margin-top: 8px;
}

.retailerlink {
	font-size: 12px;
}

DIV.quote1 {
  font-size: 13px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 20px;
  color: #007EB3;
}

DIV.quote2 {
  font-size: 13px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 20px;
  color: #007C1C;
}

DIV.quote3 {
  font-size: 13px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 20px;
  color: #BF1B7A;
}

DIV.quote1 DIV.quoter {
  font-size: 12px;
  text-align: right;
  font-style: italic;
  color: #007EB3;
}

DIV.quote2 DIV.quoter {
  font-size: 12px;
  text-align: right;
  font-style: italic;
  color: #007C1C;
}

DIV.quote3 DIV.quoter {
  font-size: 12px;
  text-align: right;
  font-style: italic;
  color: #BF1B7A;
}


.w3-nottapink,
.w3-hover-nottapink:hover {
    color: #fff!important;
    background-color: #C50076!important
}

.w3-text-nottapink,
.w3-hover-text-nottapink:hover {
    color: #C50076!important
}

.w3-border-nottapink,
.w3-hover-border-nottapink:hover {
    border-color: #C50076!important
}


.w3-nottagreen,
.w3-hover-nottagreen:hover {
    color: #fff!important;
    background-color: #007D30!important
}

.w3-text-nottagreen,
.w3-hover-text-nottagreen:hover {
    color: #007D30!important
}

.w3-border-nottagreen,
.w3-hover-border-nottagreen:hover {
    border-color: #007D30!important
}


