/* We hide the default translation link and provide style for our replacement */
#page-translation { 
display: none;
}
#page-translation-override { 
float: right;
margin-top: 15px;
}
/* Remove the title for the start pages so we can add the image
 * as the first element.
 * The page model will add a new title after the image.
 */
h1.documentFirstHeading {
display: none
}
