/* css code for normal badge */
.deli-wrap-a {
display:inline-block;
font-family:arial,sans-serif;
font-size:15px;
font-weight:bold;
padding:0;
text-align:center;
}
.md5hash {
display: none;
}
.deli-wrap-a a, .deli-wrap-a a:visited {
color: #7e7e7e;
text-decoration: none;
}
.deli-wrap-a a:hover {
color: #000000;
text-decoration: none;
}
.deli-wrap-a a {
display: block;
background:transparent url(badge-normal.png) no-repeat scroll left top;
padding:7px 0px 42px 0px;
width: 50px;
height:13px;
line-height:12px;
}
.deli-wrap-a a:hover {
background:transparent url(badge-normal.png) no-repeat scroll left bottom;
color: #0090ff;
}


/* css code for compact badge */
.deli-wrap-b {
background:transparent url(badge-compact.png) no-repeat scroll left top;
display:table;
font-family:Droid Sans,arial,sans-serif;
font-size:11px;
font-weight:bold;
height:17px;
max-width:150px;
padding:0;
text-align:center;
white-space:nowrap;
width:100px;
}
 
.md5hash {
 display: none;
}
 
.deli-wrap-b a, .deli-wrap-b a:visited {
 color: #7e7e7e;
 text-decoration: none;
}
 
.deli-wrap-b a:hover {
 color: #000000;
 text-decoration: none;
}
 
.deli-wrap-in-b {
background-image:url(badge-compact.png);
background-position:right bottom;
height:14px;
line-height:12px;
margin-left:5px;
padding:3px 20px 0 3px;
}