.label {
display: inline-block;
padding: 1px .35em;
border: 1px solid transparent;
border-radius: 4px;
font-size: 80%;
line-height: 1.26;
text-decoration: none
}
.label:hover,a:hover .label {
text-decoration: none
}
.label.label--fullSize {
font-size: 100%
}...