@import 'https://fonts.googleapis.com/css?family=Titillium+Web:400,700';

body {
    position: relative;
    background-color: #eee;
    font-family: 'Titillium Web', sans-serif;
    -webkit-font-smoothing: antialiased;
    height: 100%;
    width: 100%;
    margin:0;
}

section {
    padding: 10px;
}

.blur {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

th {
    text-align: left;
}

.headerBar {
    height: 30px;
    background-color: #ddd;
    box-shadow: grey 0px 0px 4px;
    font-size: 14px;
    text-align:right;
}

.headerBar a {
    text-decoration: none;
    color: black;
    line-height: 30px;
    padding-right: 5px;
}

#yearselect {
    font-size: 16px;
}
