body {
    font-size: .9rem;
    color:#222;
    font-family: Avenir, sans-serif;
}
a {
    color:#222;
}
.wrap {
    margin:0 auto;
    width:54rem;
    padding:0 4rem;
}
section.header {
	margin-top: 3em;
}
.header h1 {
	margin:0;
	padding: 0;
}
h1 .name {
	font-weight: normal;
	font-size: 1.4em;
	line-height: .8em;
	text-transform: uppercase;
    font-family:"HelveticaNeue-Light", Helvetica, sans-serif;
}
h1 .name strong {
	letter-spacing: .02em;
    font-family:"HelveticaNeue-Bold", Helvetica, sans-serif;
}

table {
	border-spacing: 0;
}
th {
	vertical-align: top;
	border-right: 0.4rem solid transparent;
}
td {
	vertical-align: top;
	padding-bottom: .6em;
	padding-top: 0.6em;
}
tr:last-child td {
	padding-bottom: 1em;
}
td:first-child {
	width: 19em;
	text-align: right;
	padding-right: .5em;
}
td:last-child {
	padding-left: .5em;
}
tr:not(:first-child) td {
	padding-top: 0.6em;
}
.experience th {
	color: #057791;
	border-color: #057791;
}
.education th {
	color: #FF9933;
	border-color: #FF9933;
}
.projects th {
	color: #00CC66;
	border-color: #00CC66;
}
.skills th {
	color: #E25B36;
	border-color: #E25B36;
}
.skills ul {
	margin: 0;
	padding-top: 0;
	padding-left: 1.3em;
	list-style-type: square;
	color:
}
.tech-tags {
	color: #057791;
}
.vertical {
    -ms-transform:rotate(270deg);
    -webkit-transform:rotate(270deg);
    -moz-transform:rotate(270deg);
    -o-transform:rotate(270deg);
    transform:rotate(270deg);
    direction: rtl;
    display: block;
    width: 1rem;
    margin: -0.35em 0.2rem;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    font-weight: normal;
    font-size:1.5rem;
    font-family: "HelveticaNeue-Light", Helvetica, sans-serif;
}
footer {
    text-align:right;
    margin:2.4rem 0;
}
.footnotes {
    width:80%;
    margin:2.4rem 0;
}
.footnotes li {
    margin-bottom:1.5em;
}
