.title {
    display: inline-table;
    margin-top: 10px;
}
body {
    background-color: rgba(0, 0, 0, 0.04);
}
#content-container {
    width: 650px;
    margin: auto;
    margin-top: 20px;
}
#content-title {
    font-size: 1.5em;
    font-weight: bold;
    color: #404040;
}
.post {
    border-radius: 3px;
    border: 1px solid #ececec;
    padding: 10px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0px 2px 0px 0px rgba(51, 51, 51, 0.12);
    margin-top: 10px;
    margin-bottom: 10px;
}
.post-head {
    
}
.post-title {
    font-weight: bold;
    font-size: 1.1em;
}
.post-timestamp {
    float: right;
}
.post-body {
    
}
hr {
    border-top: 1px solid #c7c7c7;
}
#ps {
    color: #a9a9a9;
}
img {
    border-radius: 3px;
    border: 1px solid #ececec;
    margin: 0 auto;
    box-shadow: 0px 2px 0px 0px rgba(51, 51, 51, 0.12);
    margin-top: 10px;
}