div.tag_list
{
margin-top: 1.5rem;
font-size: 2rem;
line-height: 1.5rem;
}

div.tag_list a
{
text-decoration: none;
margin-right: 0.5rem;
white-space: nowrap;
}

@media (max-width: 480px)
{
div.tag_list { margin-top: 1.5rem; font-size: 1.5rem; line-height: 1.5rem; }
}
