/* ---- resume table ---- */
.resume_item table {
background: #fff;
border: 1px solid #fedefe;
border-right: 1px solid #c7aec7;
border-bottom: 1px solid #c7aec7;
border-left: 1px solid #d8bdd8;
width: 100%;
}

.resume_item table th {
margin: 0;
padding: 0;
}

.resume_item table td  {
width: 200px;
text-align: left;
vertical-align: top;
padding: 5px;
font-size: 90%;
line-height: 1.4em;
border-bottom: none;
}

/* 2 column table styles */

/* this sets the first column width */
.resume_item table td.first_column {
width: 200px;
}

/* this sets the last column width */
.resume_item table td.last_column {
width: 150px;
}

.resume_item table td ul {
list-style-type: none;
}

tr.shaded {
background: #feeff8;
}

td.last {
border-bottom: none;
}
