/* Enter Your Custom CSS Here */
body {
    font-family: "Microsoft JhengHei" !important;
}
.jane_bar {
    border: solid gray 1px;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 15px;
    width: 100%;
    box-sizing: border-box;
    line-height: initial;
}
.entry-content {
    font-size: 16px;
    color: #333;
    letter-spacing: 1px;
    text-align: left;
    line-height: 27px;
}
.entry-content a {
    color: #046ddf;
    text-decoration: underline;
}
.entry-subtitle {
    font-weight: normal;
    color: #ddd;
    font-size: 13px;
    margin-top: 0px;
}
.entry-meta {
    border: none !important;
}
.bps-slingle .img-thumbnail {
  display: none !important;
}