/* {{pp-template|small=yes}} */
/* See [[Template:Tfd/dated]] and [[Template:Tfm/dated]] */
.tfd-dated {
font-size: 85%;
}
.tfd-default {
border-bottom: 1px solid var(--border-color-base, #a2a9b1);
clear: both;
text-align: center;
}
.tfd-tiny {
font-weight: bold;
}
.tfd-inline {
border: 1px solid var(--border-color-base, #a2a9b1);
}
.tfd-sidebar {
border-bottom: 1px solid var(--border-color-base, #a2a9b1);
text-align: center;
position: relative;
}
@media (min-width: 640px) {
.tfd-sidebar {
clear: right;
float: right;
width: 22em;
}
}