/* CSS Document */
.tag { margin-bottom:40px;}
.tag h3 { font-size: 14px; font-weight: 600;text-transform: uppercase; margin-bottom: 20px; }
.tag .btn-tag { margin-bottom: 4px; border: 1px solid #ccc; color: #999; }
.tag .btn-tag:hover { border: 1px solid #464A4C; color: #464A4C; }
.tag.home { margin-bottom: 30px; }
.tag.home h3 { font-size: 24px;}
.tag.home .t-list { display: flex; justify-content: space-between; flex-flow: column; flex-flow: wrap; }
.tag.home .t-list .btn-tag { margin: 5px 8px; flex: auto;  }