body
{
   color: #101010;
   background-color: #ffffff;
   font-family: sans-serif;
   font-size: 80%;
   margin: 5%;
}

.resume-header
{
	text-align: center; 
	font-size: 1em; 
	background:#ffffff; 
	color:#000000;
	top: 5px;
	left: 5px;
	width: 97%;
}

.resume-header .myname
{
	font-size: 1.25em;
	font-weight: bold;
}

.resume-header .myaddress
{
	font-size: 0.9em;
	padding: 0.1em;
}

.resume-header .myemail
{
	font-size: 1.2em;
	font-family: monospace;
	padding: 0.2em;
}

.resume-section
{
    position: relative;
    top: 10px;
    border-top: 2px solid black;
    padding-top: 10px;
    padding-bottom: 20px;
}

.resume-sectionname
{
	font-size: 1.4em;
	font-weight: bold;
}

.resume-objective
{
    margin-left: 3%;
    width: 94%;
    padding-top: 10px;
}
.resume-job
{
    position: relative;
    top: 20px;
    left: 3%;
    width: 94%;
    padding-top: 5px;
    border-bottom: 1px solid #a0a0a0;
    margin-bottom: 8px;
}

.resume-jobLast
{
    border-bottom: 0px solid #a0a0a0;
}

.resume-job .title
{
    float: left;
    text-align: left; 
    font-size: 1.2em;
    font-weight: bold;
}

.resume-job .dates
{
	float: right;
	text-align: right; 
	font-size: 0.9em;
	font-style: italic;
}

.resume-job .location
{
    font-size: 1em;
}

.resume-job .position
{
    margin-left: 2em;
}

.resume-job .position-head-border
{
    width: 20em;
    border-top: 1px solid #a0a0a0;
    margin: 0.25em;
}
.resume-job .position-head
{
}
.resume-job .position-foot
{
}
.resume-job .position-title {
    margin-top: 0.5em;
    font-size: 1em;
    font-weight: bold;
    color: #222222;
}
.resume-job .overview {
    width: 90%;
    margin-top: 8px;
    margin-left: 12px;
}
.resume-job .overview:last-child {
    margin-bottom: 8px;
}

.resume-job .skills
{
    font-size: 0.9em;
    width: 85%;
    font-style: italic;
    margin-left: 3%;
    padding-top: 1em;
    padding-bottom: 1em;
}
.resume-job .skills .title
{
    font-weight: bold;
}
.resume-job .details {
    display: none;
}
.resume-education
{
    position: relative;
    top: 20px;
    left: 3%;
    width: 94%;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 8px;
    border-bottom: 1px solid #a0a0a0;
}

.resume-education .education-last
{
    border-bottom: 0px solid #a0a0a0;
}

.resume-education span.school
{
    font-weight: bold;
    font-size: 1.1em;
}

.resume-education span.school-location
{
    font-size: 1em;
    padding-left: 10px;
}

.resume-education .degree-title {
    font-style: italic;
    padding-left: 10px;
}

.resume-education .thesis-title {
    font-style: italic;
    padding-left: 10px;
}

.resume-education .degree-date {
    font-style: italic;
    padding-left: 10px;
}

