/** * Resume author and author-details styles */ div#resume-author-name, div#resume-author-contact { display:inline-block; } /* Author right side, containing author email, phone, website, etc */ div#resume-author-contact { border-left:2px dotted #ccc; padding:0rem 0rem 0rem 3rem; } /* Author left side, containing author name */ div#resume-author-name { font-size:4.2em; font-weight:200; letter-spacing:-.05em; vertical-align:top; /*margin-top:.20em;*/ margin-top:0; line-height:1em; color:#555; width:50%; text-align:right; } div#resume-author-name span { padding:0rem 3rem 0rem 0rem; } div#resume-author-contact ul { list-style-type:none; margin:0; padding:0; } div#resume-author-contact ul li, div#resume-author-contact ul li a{ text-decoration:none; font-family:mono; color:#555; white-space:pre; } div#resume-author-contact ul li a:hover{ text-decoration:underline; }