.strong_txt{
background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #F2D430));
background: -webkit-linear-gradient(transparent 80%, #F2D430 80%);
background: linear-gradient(transparent 80%, #F2D430 80%);
font-weight: bold;
}