@charset "UTF-8";
#single-top {
 text-align:center;
 margin:0;
 font-weight:bold;
 font-size:2em;
}
#single-top {
  font-size: 2em;
  margin: 10px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight:bold;
}
#single-top:before, #single-top:after {
  border-top: 1px solid;
  content: "";
  width: 2em;
  margin: 0 10px;
}
#single-top:before {
  margin-right: .5em;
}
#single-top:after {
  margin-left: .5em;
}
#news {
 background:#fff;
 color:#000;
 padding:30px auto;
}
#news h1 {
 font-weight:bold;
}
.update {
 text-align:right;
 font-size:.75em;
 margin:0 0 30px 0;
}