div#detail
{
width: 100%;
}

div#detail p.preview
{
font-weight: bold;
}

div#detail div.detail
{
margin-top: 1rem;
}

div#detail a.pdf
{
text-decoration: none;
font-weight: bold;
font-size: 1.5rem;
}

div#detail a.pdf::before
{
font-family: "Font Awesome 5 Free";
font-weight: normal;
content: "\f1c1";
margin-right: 0.5rem;
}
