div.jumbotron {
    position: relative;
    width: 100%;
    padding:0;
    margin:0;
    background-attachment: scroll;
    background-image: url(../img/bg-header.jpg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    height: 200px;
}

.page-title {
    text-align: center;
    width:100%;
}

.page-header {
    text-align: center;
}

nav {
    width:100%;
    border-bottom: 1px solid #eee;
    padding-top: 10pt;
}

nav li {
    display: inline;
    margin: 0;
}

nav li a {
    color: black;
    padding-left: 10pt;
    padding-right: 10pt;
    padding-bottom: 10pt;
    margin-right: 4pt;
}

nav li a:hover {
    border-bottom: 2pt solid #888;
    color: black;
    text-decoration: none;
}

nav li a.current {
    border-bottom: 2pt solid #888;
    color: black;
    text-decoration: none;
}

table.event-program tr.talk-header td {
    vertical-align: middle;
    background-color: #f9f9f9;
}

span.monospace {
    font-family: monospace;
}

.stdgroup {
    /*font-family: "Droid Sans Mono", monospace;*/
    font-style: bold;
    font-size: 14pt;
}

.footer {
    font-size: 10pt;
    width: 100%;
    border-top: 1px solid #eee;
    margin-top: 50px;
    padding-top: 30px;
}