.definitions {
    clear:both;
}

.statistic, .property {
    border-left:2px solid #eee;
    padding-left:1em;
    margin-top:2em;
}

.statistic > div, .property > div {
    margin-top:0.5em;
}

.links > h3 { margin-bottom:1em; }
.links > div { -moz-column-count: 2; -webkit-column-count:2; column-count:2; width:100%; }
.links { 
    width:50%; 
    margin-bottom:2em; 
    box-sizing:-webkit-border-box;
    box-sizing:border-box;
}
.statlinks { float:left; }
.propertylinks { float:right; }

.title {
    font-size:12pt;
    text-transform: capitalize;
}

.noplayer::before {
    content:"not recorded by players";
}

.nobucket::before {
    content:"not bucketable";
}

.noplayer, .nobucket {
    color:red;
    text-transform: uppercase;
    font-size:8pt;
}

ul { margin-top:0.5em; }
.definitions li::before { content: "\201c"; }
.definitions li::after { content: "\201d";}
.definitions li {
    list-style-type: circle;
    margin-top:0.2em;
    font-style:italic;
}