.center {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.always-show {
  display: block!important;
}

div.notices.tip p{
  border-top: 30px solid rgba(17, 160, 155, 0.8);
  background: #F2F2F2;
}

div.notices.note p{
  border-top: 30px solid rgba(59, 124, 178, 0.8);
  background: #F2F2F2;
}
