
/* email protection */
.e-mail:before {
   content: attr(domain) "\00040" attr(familyname) "." attr(surname);
   unicode-bidi: bidi-override;
   direction: rtl;
}

/* Styling of some of the elements "hand crafted" into the template */

/* About page: cv items */
div.cvinfo {
    color: gray;
}
