/* tag */
#tag #main h1 {
    text-align: center;
    font-size: 1.3em;
    font-weight: 700;
    margin: 1.5em 0;
}
#tag #main > .desc {
  text-align: center;
  padding: 0 3%;
  margin-bottom: 15px;
}
#tag-form {
  display: flex;
  justify-content: center;
}
#tag-form input {
  border: 1px solid #999;
}
#tag-form input[type="text"] {
    width: 50%;
    border-radius: 3px 0 0 3px;
    -webkit-appearance: none;
    height: 24px;
    font-size: 14px;
    line-height: 14px;
    padding: 0 5px;
}
#tag-form input[type="submit"] {
  background: #ddd;
    border-radius: 0 3px 3px 0;
    width: 50px;
    border-left: 0;
    height: 26px;
    color: #555;
    line-height: 1;
}