
#main_content .grant_details.results p {
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 22px;
  width: 514px;
}

.badge_positioner {
  position: relative;
  width: 514px;
  height: 3px;
}

.badge_absolutizer{
  position: absolute;
  top: -10px;
  left: 450px;
  width: 87px;
  height: 85px;
}

.badge_link_container {background: url(../images/badge_green.png) no-repeat;float: left;width: 100%;}
.badge_link_container.hover {background: url(../images/badge_yellow.png) no-repeat;}
.badge_link {float: left;width: 87px;height: 85px;text-indent: -9999px;}


/*
.badge_change a:link,.badge_change a:visited    {display:block; background: transparent url(../images/badge_green.png) no-repeat; width:87px; height:85px; overflow: hidden;}
.badge_change a:hover,.badge_change a:active 	{display:block; background: transparent url(../images/badge_yellow.png) no-repeat;}
*/

.text_left{float:left;width:420px;}
.badge_change {float:right; margin: 0 0 1px 1px; width:87px;}
.badge_change a       {display:block; height:85px; width:87px; overflow:hidden;}
.badge_change a:hover {display:block; text-indent:-89px;}

