@charset "UTF-8";
/* CSS Document */

/* Remove unwanted elements */
#viewer
{
display: none;
}

/* Ensure the content spans the full width, and resize font*/
#title, #infotable, #description, #date
{
width: 100%; margin: 0; float: none; font-size:12px;
}

#title
{
text-transform:uppercase;
text-align:center;
font-weight:bold;
font-size:16px;
}

/* Display pictures on the bottom of the page */
#pictures
{

}
