/* ----- Layout start ----- */

* {
    margin: 0;
    padding: 0;
}

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

#header {
    text-align: left;
    margin: 0 auto;
    height: 11em;
    position: relative;
    width: 77em;
}

#content-wrapper {
    text-align: left;
    margin: 0 auto;
    overflow: hidden;
    width: 77em;
}

#footer {
    text-align: left;
    margin: 0 auto;
    clear: both;
    width: 77em;
}

/* ----- Layout end ----- */


/* ----- General styles start ----- */

a {
    color: #009;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #00c;
}

#content-inner div.page-title {
    font-size: 1.6em;
    font-weight: bold;
    margin: 0.2em 0;
    color: #84232a;
}

/* ----- General styles end ----- */


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

#batches {
    margin-bottom: 0.5em;
    padding-top: 0.5em;
    font-size: 1.2em;
}

#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 ----- */


/* ----- Hacks start ----- */

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Hides from IE-Mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}
/* End hide from IE-Mac */

/* ----- Hacks end ----- */

