.sectionTitle {
    width: 100%;
    margin-bottom: 0px;
	border-bottom-style: solid;
	border-bottom-width: 3px;
    text-align: left;
    font-size: 1.5em;
    font-weight: bold;
}

.resumeTable {
    width: 100%;
    margin-top: 10px;
}

.tableTop {
    font-weight: bold;
}

.tableBottom {
    font-style: italic;
}

.tableLeft {
    text-align: left;
}

.tableRight {
    text-align: right;
}

.list {
    margin-top: 0px;
    margin-bottom: 0px;
}

.skillTitle {
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: bold;
}