This CSS statement was an MS-only rule which was never accepted, and
which was abonded some time before IE 10. It has no effect in supported
browsers and can be safely replace with `opacity: [0.0-1.0]`.
font-weight: 100;
line-height: 1;
color: #a2a2a2;
- filter: alpha(opacity=20);
+ opacity: 0.2;
position: absolute;
font-family: helvetica, arial, verdana, sans-serif;
top: 0;
border: 2px solid khaki;
padding: 5px;
border-radius: 10px;
- filter: alpha(opacity=60);
opacity: 0.6;
margin: 5px;
display: inline-block;