*[id^='readlink'], *[id^='readexplink'] {
 /*font-weight: bold;
 color: #FF8500;
 padding: 5px;*/
 text-indent: -9999px;
 position: absolute
}
*[id^='readlink']:after, *[id^='readexplink']:after {
	content: '';
    background: url(/wp-content/themes/gb/assets/images/plus_minus.png) no-repeat center top;
    width: 20px;
    height: 20px;
    display: block;
	margin-top: -20px;
    /*margin-left: 5px;*/
}
*[id^='readlink'].exp { display:none;}
*[id^='readlink'].exp:after, *[id^='readexplink'].exp:after { background-position: center bottom; }
/**[id^='readlink']:hover {
 font-weight: bold;
 color: #FF9D32;
 padding: 5px;
}

*[id^='readlink']:focus {
 outline: none;
 color: #FF9D32;
}*/