.medal-outer {
display: grid;
background: linear-gradient(#56A9AE, #00787E);
border: 3px solid #1A415F;
border-radius: 10px;
gap: 3px;
padding: 3px;
max-width: 21em;
}
.medal-image {
position: relative;
margin: auto;
text-align: center;
min-height: 256px;
}
.medal-lang {
position: absolute;
bottom: 0;
background: #00787E;
padding: 1px;
line-height: 0;
}
.medal-entry {
display: table;
background: #FFF;
width: 100%;
border-radius: 5px;
border-spacing: 0;
margin: 0;
}
.medal-entry tr th,
.medal-entry tr td {
border-bottom: 1px solid #1A415F;
}
.medal-entry tr:first-child th,
.medal-entry tr:first-child td {
border-bottom: 3px double #1A415F;
}
.medal-entry tr:last-child th,
.medal-entry tr:last-child td {
border-bottom: none;
}
.medal-entry th {
padding: 0 10px;
}
.medal-name {
text-align: center;
height: 3em;
}
/* <noinclude>
[[Category:TemplateStyles stylesheets]]
</noinclude> */