h1#myName {
	font-size: 48px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h2#myTitle {
	font-size: 32px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h3 {
	font-size: 24px;
	margin: 8px 0;
}

ul {
	margin: 0;
}

.group {
	width: 50%;
	float: left;
}

#myEmail,
#myPhone {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 16px;
}

#myMain {
	margin-right: 250px;
}

#myLinks {
	position: absolute;
	top: 40px;
	right: 40px;
	width: 250px;
}

#myLinks>ul {
	text-align: right;
	padding: 0;
	margin: 0 0 16px 0;
	list-style: none;
}

#myLinks>div {
	margin-bottom: 16px;
}

#hostingBy {
	text-align: right;
	font-size: 12px;
}

li.highlighted a {
	font-weight: bold;
}

li.highlighted a:before {
	content: "★ ";
}

#myTwitter a {
	color: inherit !important;
}

#myTwitter a:hover {
	background: none !important;
	text-decoration: underline;
}

.tweet-text {
	color: #000;
}
.tweet-date,
.tweet-source,
.tweet-reply {
	font-style: italic;
	font-size: 10px;
}

#myPhone {
	color: #000;
}

/* Stack Overflow Flair */

#myStackOverflowFlair {
	text-align: right;
}
#myStackOverflowFlair a:hover {
	background: none !important;
}
