.QuoteBox {
  color: white; /*  #d6d6d6; */
  /* font-size: 37px; */
  font: italic 300 20px/24px "Lato", sans-serif;
  padding: 10px 10px 10px 15px;
  margin-top: 12px;
  margin-bottom: 14px;
  margin-left: 5px;
  border-radius: 7px;
  background-color: rgb(0,176,240);
  -webkit-transition: 1s;
  transition: 1s;
  box-shadow: 10px 10px 5px #888888;
  box-sizing: border-box;
     width: 50%;
    /* float: left; */
}
.FollowQuote {
  margin-left: 6.25cm;

}
.ClrPink {
	 color:  green;
	 background-color: rgb(255,204,255);
	 font-weight: 900;
}
.ClrGreen {
	 color:  white;
	 background-color: rgb(0,102,0);
}
.ClrGold {
	 color:  black;
	 background-color: rgb(255,192,0);
}
.ClrOrange {
	 color:  white;
	 background-color: rgb(255,102,0);
	 /* font-weight: 900; */
    font: 600 20px/24px "Lato", sans-serif;

}
.ClrPaleYellow {
	 color:  navy;
	 background-color: rgb(251,251,155);
	 /* font-weight: 900; */
    /* font: 600 20px/24px "Lato", sans-serif; */

}

.GoLeft {
	float: left;
}

.GoRight {
	float: right;
}
