/* D-Arch Digital Signage - CSS 
    Version 0.1 - Thomas Gemperli, gemperli@ethz.ch */

/* reset some defaults */
html, body {
    margin: 0;
    padding: 0;
}

/* basics */
body {
    font-family: sans-serif;
    background-color: #ffffff;
    color: #000000;
}
a {
    color: #000000;
    text-decoration: underline;
}

/*  table layout */
table {
    width: 100%;
    border-collapse: collapse;
}
th, td {
    text-align: left;
}
th {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    color: #e42c2a;
}
td {
    padding-bottom: .2em;
}

/* classes */
.container {
    text-align: left;
}
th.header {
    font-size: 2.8em;
    padding-bottom: .8em;
}
th.events, th.opportunities, th.exhibitions {
    font-size: 1.8em;
}
td.header {
    font-size: 1.4em;
}