/* Make all tabs bold in navigation menu */
ul.mainTab > li {
    font-weight: bold;
    color: #00689c;
}
/* End of code */

/* Increase the font-size for author and time on the photo */
div.central-content.cf > section > div > section > div > div > div > div > div.photoDetailPage-mainSection.sheet.grid-frame > header > div > div {
    font-size: 14px;
}