/* 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;
}
.post-inner {
    font-size: 16px;
    color: #333;
    letter-spacing: 1px;
    text-align: left;
    line-height: 27px;
}
.post-inner iframe {
		max-width: 100%;
}
.entry-title {
  font-size: 30px !important;
}
.entry-subtitle {
    font-weight: normal;
    color: #ddd;
    font-size: 13px;
    margin-top: 0px;
}
.entry-content a {
  color: #046ddf;
  text-decoration: underline;
}
.entry-content p {
  font-size: 16px;
  color: #333;
  letter-spacing: 1px;
  line-height: 27px;
}
.main-navbar {
  display: none;
}
.navbar-brand-wpz h1 {
  font-size: 60px;
}
.footable {
  border-collapse: collapse;
    width: 100%;
    border: 3px solid #52b9e9;
    color: #444;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
}
.footable>thead>tr>th {
  background-color: #52b9e9;
    border: 1px solid #52b9e9;
    color: #fff;
    border-top: none;
    border-left: none;
    font-weight: 400;
    line-height: 45px;
}
.footable>tbody>tr>td {
  border: 1px solid #ddd;
    text-align: left;
    font-size: 15px!important;
    padding: 3px!important;
    line-height: 20px!important;
}
.content-area {
  float: none;
  margin: auto;
}

/* mobile */
@media screen and (max-width: 768px) {
  .navbar-brand-wpz h1 {
    font-size: 35px !important;
  }
  .single h1.entry-title {
    font-size: 21px !important;
  }
}