/*
Implementations Skeletor v3 - 5/10/2014

oustyles.css

Add styles to overwrite customer CSS, USE WITH CAUTION.

Contributors: Your Name Here
Last Updated: Enter Date Here
*/

#directedit a {
    display: none;
	float: left;
	color:#ffffff;
    /*width: 50px;
    height: 50px;
	left: -15px;
	cursor: default;*/
	
    position: relative;
    
}

#directedit a:hover {
	text-decoration:underline;
}
