.container{
    max-width: 900px !important;
}
body{
    font-family: Optima, "Times New Roman", Times, serif;
    font-weight: 200;
    font-size: 16px;
}
b{
    color: #0033cc;
}
.posts{
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 14px;
}
.news{
    margin-top: 0;
    line-height: 1.5em;
}
.post{
    border-left: 5px solid #6059f5aa;
}
.xtitle{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
    margin-top: 15px;
    font-weight: 400;
    color: #0033cc;
}
.posts .teaser{
    align:center;
    width: 100%;
    overflow: hidden;
    height: 50%;
    float: left;
    margin: 0 0 0 10px;
}
.posts .teaser-left{
    margin: 0 auto;
    max-width:300px;
    max-height:150px;
    display: block;
    width: auto;
    height: auto;
}
.teaser-container{
    float: left;
    width: 300px;
    height: 180px;
    margin-right: 20px;
    margin-left: 20px;
}
.post-hidden{
    display: none;
}
a{
    color: #0033cc;
    position: relative;
}
.user-info a{
    color: #333;
}
.user-info a:after{
    content: '';
    position: absolute;
    top: 60%;
    left: -0.1em;
    right: -0.1em;
    bottom: 0;
    transition:top 200ms cubic-bezier(0, 0.8, 0.13, 1);
    background-color: rgba(255, 211, 30, 0.5);
}
.authors-entry a {
    color: #666
}
.emojilink:after{
    background-color: rgba(255, 211, 30, 0.0)
}
a:hover{
    color:rgb(255, 180, 240);
}
a:hover:after{
    color:rgb(255, 180, 240);
    /*color: #111;*/
    top:0%;
}
.xcode a:after{
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    transition:top 200ms cubic-bezier(0, 0.8, 0.13, 1);
    background-color: #fff;
}
.xcode a:hover:after{
    color: #fff;
}
.entry{
    position: relative;
    top: 0;
    left: 20px;
    margin-top: 5px;
}
.posts > .post{
    border-bottom: 0;
    padding-bottom:0em;
    padding-top: 10px;
    margin-bottom: 10px;
}
.papertitle{
    margin-top: 0px;
    font-weight: 600;
    font-size: 16px;
    font-style: italic;
}
.page-404{
    font-family: Optima, "Times New Roman", Times, serif;
    font-size: 40px;
    font-weight: 200;
    margin-top: 200px;
}