/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 
.#lasso--edit-html:before {
    position: relative;
    top: 3px;


}

#lasso--edit-html {
	display:block;
	float:left;
	width:70px;
    //background-image: -webkit-linear-gradient(top,#0000ff 0,#000030 100%);
    //background-image: -o-linear-gradient(top,#0000ff 0,#000030 100%);
    //background-image: linear-gradient(to bottom,#0000ff 0,#000030 100%);
	background-image: linear-gradient(to bottom,#008677 0,#008677 100%);
    color: #ffffff;
}