body, .top-bar {
    font-weight: 300;
}

/*header {
    background: #333333;
    color: white;
    width: 100%;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Helvetica, Arial, sans-serif;
    font-size: 15px;
    padding: 12px 7px;
}*/

footer {
    background: #333333;
    color: #858585;
    padding: 15px 6px 15px;
    width: 100%;
    font-size: 0.75rem;
}

.logo {
    background: url(/static/img/me_logo_white_22x16.png);
    display: block;
    width: 22px;
    height: 16px;
}

.cover {
    border: 1px solid #cccccc;
    border-radius: 3px;
    padding: 0;
    margin: 20px 0;
    box-shadow: 7px 7px 7px #CACACA;
}

.photo_author {
    padding: 2px;
    border: 1px solid #cccccc;
    margin: 0 1rem 0.5rem 0;
    float: left;
}

.intro {
    margin-top: 1.5rem;
}

/* Special directives for small screens */

@media only screen { } /* Define mobile styles */

@media only screen and (max-width: 40em) { } /* max-width 640px, mobile-only styles, use when QAing mobile issues */

@media only screen and (min-width: 40.063em) { } /* min-width 641px, medium screens */

@media only screen and (min-width: 40.063em) and (max-width: 64em) { } /* min-width 641px and max-width 1024px, use when QAing tablet-only issues */

