/* Resume CSS */

body    {padding-top: 70px;}

.main-content {
}
.section    {
    margin-bottom: 50px;
}
.header-main    {
    border-bottom: thin solid #ccc;
    margin-top: -70px;
    padding-top: 70px;
}
.rightbar {
    background-color: #ddd;
}
.header-rightbar {
    margin-top: -70px;
    padding-top: 70px;
    border-bottom: thin solid #ccc;
}

