/* Gallery */

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: sans-serif;
    font-size: 62.5%;
    text-align: center;
}

div.photo, div.description { 
    margin: 0 auto;
}

div.photo {
    width: 50em;
    margin-bottom: 0.5em;
}

div.description {
    text-align: left;
    width: 41em;
    font-size: 1.2em;
}

div.message {
    font-size: 1.6em;
    font-weight: bold;
    width: 31em;
    margin: 5em auto;
}

div.gallery-title {
    font-size: 1.4em;
    font-weight: bold;
    background-color: #eee;
    padding: 0.5em 0;
    border-bottom: 1px solid #ccc;
}

/* ----- Batches Start ----- */

#batches {
    margin-bottom: 0.5em;
    padding: 0.5em 0;
    font-size: 1.4em;
    background-color: #eee;
    border-bottom: 0.2em solid #ccc;
}

#batches div.title {
    display: inline;
}

#batches .batch-number {
    padding: 0 0.2em;
    font-weight: bold;
    border: 1px solid #009;
}

#batches span.batch-number {
    color: #888;
    border: 1px solid #999;
}

#batches a.batch-number {
    text-decoration: none;
    color: #009;
}

#batches a.batch-number:hover {
    text-decoration: underline;
    color: #00c;
    border: 1px solid #00c;
}

/* ----- Batches End ----- */

