.noprint, figure {
    display: none;
}
abbr[title] {
    text-decoration: none;
}

body {
    background: #fff;
    color: #000;
}

#title {
    font-family: 'roboto slab';
    margin: 0 0 45px 0;
    padding: 0 0 45px 0;
    border-bottom: 2px solid #369;
}
#title h1 {
    color: #006;
    font-size: 45px;
    text-align: center;
    margin: 0 0 5px 0;
}
#title p {
    color: #333;
    font-size: 21px;
    text-align: center;
}

article {
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
    border-bottom: 1px solid #369;
}
article h2 {
    color: #006;
    font-size: 30px;
    margin-bottom: 15px;
}
article p {
    font-size: 15px;
    line-height: 1.5em;
    margin-bottom: 9px;
}
a:link, a:visited {
    color: #000;
}
a:hover, a:active, a:focus {
    text-decoration: none;
}

footer h2 {
    color: #006;
    font-size: 28px;
    margin-bottom: 14px;
}

footer p {
    font-size: 14px;
    line-height: 1.5em;
    margin-bottom: 5px;
}


.tabular {
    display: inline-block;
    width: 5em;
}