﻿
#me-content-head {
    padding: 2.5rem 1rem 2rem 1rem;
}
#me-content {
    float: left;
    width: 100%;
    min-height: 1px;
    position: relative;
    margin: 0px;
    padding: 2rem 1rem;
    background-image: url('../images/section_bg_repeat.jpg');
    background-position: center top;
    background-repeat: repeat-x;
    overflow: hidden;
    clear: both;
    box-shadow: 0px -2rem 2rem 1rem white inset;
}

h1 {
    margin-top: 0;
}

.nav-r {
    padding-left: 35px;
    float: right;
    margin-top: .6rem;
    font-size: 1.2rem;
}
    .nav-r a {
        font-weight: bold;
    }
        .nav-r a.selected {
            font-weight: normal;
            color: #666 !important;
            text-decoration: none;
        }



@media screen and (max-width: 560px) {

    .nav-r {
        float: none;
        padding: 0;
    }

}