/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
            .highlight{
                  text-decoration: wavy underline;
                  background-image: -webkit-gradient(linear,left top,left bottom,from(#1d2040),to(#263b6e));
                  background-image: linear-gradient(#F7E00E,#F7E00E);
                  background-size: 1px .5rem;
                  background-repeat: repeat-x;
                  background-position: 0 95%;
                  display: inline;
            }