  body {
    background: #ebebeb none repeat scroll 0 0;
    box-shadow: none;
    padding-top: 50px;
    line-height: 1.75em;
    position: relative;
    font: 16px "Lucida Grande", Helvetica, Arial, sans-serif;
  }
.post {
      background: #ffffff none repeat scroll 0 0;
      margin-bottom: 35px;
      overflow: hidden;
      padding: 35px;
      position: relative;
    }
    .post-permalink{
      text-align: right;
    }
    .post .post-head {
      text-align: center;
    }
    .post .featured-media {
      margin-top: 30px;
      overflow: hidden;
    }
    .post .post-content {
      margin: 30px 0;
    }
    .post-content {
      color: #444443;
      font: 400 18px/1.62 "Georgia","Xin Gothic","Hiragino Sans GB","Droid Sans Fallback","Microsoft YaHei",sans-serif;
    }
    .btn-default {
      /*background: #f4645f none repeat scroll 0 0;*/
      border: 1px solid green;
      /*color: #ffffff;*/
      transition: all 0.2s ease-in-out 0s;
    }
    .sidebar .widget {
      background: #ffffff none repeat scroll 0 0;
      padding: 21px 30px;
    }
    .widget {
      margin-bottom: 35px;
    }
