/*This makes unread tabs appear in italics*/

#content tab:not([selected]) {
font-style: italic !important;
} 

/* Thanks PlatypusMan
http://lifehacker.com/396582/turn-firefox-3s-location-bar-yellow-at-https-urls#c6293000 
*/
