  .post-content ul.nte_chain_name {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .post-content ul.nte_chain_name li {
    font-size: 13px;
    background: #fff;
    border: solid 0.2rem #808080;
    color: #FFF;
    font-weight: bold;
    padding: 2px 8px;
    margin: 3px;
    border-radius: 2px;
    line-height: 1.5;
  }
  .post-content ul.nte_move {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .post-content ul.nte_move li {
    font-size: 13px;
    background: #fff;
    border: solid 0.2rem #808080;
    color: #000;
    font-weight: bold;
    padding: 2px 6px;
    margin: 2px;
    border-radius: 2px;
    line-height: 1.5;
  }
  .post-content ul.nte_tag {
    display: flex;
    justify-content: left;
    align-items: center;
}
.post-content ul.nte_tag li {
    font-size: 13px;
    background: #4b4a4a;
    border: solid 0.2rem #3f3e3e;
    color: #fff;
    font-weight: bold;
    padding: 1px 4px;
    margin: 2px 2px;
    border-radius: 2px;
    line-height: 1.5;
}
.nte h2, .post-content h2 {
    background-color: transparent !important;
    background-size: 100% 100%;
    background-image: url(/wp-content/themes/appmedia/lib/nte/img/nte_h2.png);
    background-repeat: no-repeat;
    color: #fff;
    font-weight: bold;
    border: none;
    padding: 10px 16px;
    margin: 30px 0px 10px 0px;
}
