
div.pronunciation {
  padding-bottom:10px;
  padding-top:7px; 
}

a.pr {
  text-decoration: underline;
  -moz-text-decoration-color: #A30434; /* Code for Firefox */
  text-decoration-color: #A30434 !important;
  color: #2a2a2a !important;
}

a.pr:hover {
  text-decoration: underline !important;
  color:#A30434 !important;
}

a.ph {
	color:#A30434;
}
@media screen and (max-width: 992px){
div.pronunciation {
	text-align:left;
	}

}

