.container {
    width: 900px;
}

.about {
    width: 820px;
}

.main {
    margin-top: 80px;
}

footer {
    text-align: center;
    font-weight: 300;
    color: #7F7F7F;
    font-size: 13px;
    margin-bottom: 20px;
}

body {
    font-family: 'Roboto', Helvetica, Arial, serif;
}

h1,
h2,
h3,
h4 {
    font-family: 'Roboto', Helvetica, Arial, serif;
    font-weight: 400;
}

.about {
    font-size: 15px;
}

.l {
    font-weight: 300 !important;
}

.m {
    font-weight: 500 !important;
}

.n {
    font-weight: 400 !important;
}

.b {
    font-weight: 700 !important;
    color: black;
}

.i {
    font-style: italic !important;
}

img.pub_teaser {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-right: 20px;
    border-width: 1px;
    border-color: #d9d9d9;
    border-style: solid;
}

span.pub_title {
    font-weight: 700;
    font-size: 16px;
    color: black;
}

span.pub_authors {
    font-weight: 300;
    font-size: 14px;
}

span.pub_myname {
    font-weight: 400;
    font-size: 14px;
}

span.pub_type {
    font-weight: 300;
    color: #7F7F7F;
    font-size: 14px;
}

span.pub_downloads {
    font-weight: 300;
    color: #7F7F7F;
    font-size: 12px;
}

span.pub_award {
    color: #de2d26;
    font-weight: 500;
}

span.pub_me {
    font-weight: 500;
}

td.table_title {
    padding-left: 20px;
    font-weight: 700;
    color: black;
}

td.table_desc {
    padding-left: 20px;
    font-weight: 300;
}

td.table_date {
    text-align: right;
    font-weight: 300;
}

td.table_img {
    padding-left: 20px;
}

td.news_title {
    padding-left: 20px;
}

td .news_hl {
    font-weight: 400;
    color: steelblue;
}

tr.table_item td {
    padding-top: 10px;
}

.main a:link,
.main a:visited,
.main a:hover,
.main a:active {
    color: steelblue;
    text-decoration: none;
    border-bottom: 1px steelblue dotted;
}

.main a:hover {
    color: darkblue;
    text-decoration: none;
    border-bottom: 1px darkblue dotted;
}

a:focus {
    outline: 0;
}

a.img:link {
    border-bottom: none;
}

#publications {
    visibility: hidden;
}

a.anchor {
    display: block;
    position: relative;
    top: -60px;
    visibility: hidden;
}

span.pub_award a:link,
span.pub_award a:visited,
span.pub_award a:hover,
span.pub_award a:active {
    color: #de2d26;
    font-weight: 500;
    border-bottom: 1px #de2d26 dotted;
}

span.pub_award a:hover {
    color: #C41610;
    text-decoration: none;
    border-bottom: 1px #C41610 dotted;
}

#home {
    top: -80px;
}

.label-default {
    background-color: #969696;
}

@media screen and (max-width: 767px) {
    // .container {
    //     width: 100%;
    // }
    // .about {
    //     width: 100%;
    // }
    .main {
        margin-top: 0;
    }
    .navbar {
        display: none;
    }
}
