/*=== About FNG related ===*/
#aboutFNG{ margin: 5px 25px; }

/*=== Bio related CSS ===*/
.bio{ margin: 1em 2em 2em; border-top: 3px double #000; padding-top: 1em; }
.bio:last-child{ border-bottom: 3px double #000; padding-bottom: 1em; margin-bottom: 1em; }
.bio img{ margin-bottom: 10px; }

.bio:nth-child(even) img.bioPic, .picLeft img.bioPic{ float: left; margin-right: 10px; }
.bio:nth-child(odd) img.bioPic, .picRight img.bioPic{ float: right; margin-left: 10px; }

.fieldName{ font-weight: bold; }
.bio .desc{ clear: both; font-size: 12px; margin-top: 5px; border-top-width: 1px; border-top-style: dotted; padding: 5px; }

.favMoves ul{ margin-top: 0; margin-bottom: 0; }
.favMoves ul li{ list-style-type: none; margin: 0.25em; }

.spacer{ clear: both; border: 0; }

/*table.accomplishments{ font-family: consolas, sans-serif; font-size: 11px; }*/
table.accomplishments td{ padding: 0.25em 0.5em; vertical-align: top; }
table.accomplishments td.date{ width: 50px; }
table.accomplishments td.name{ width: 100px; }
table.accomplishments td.score{ width: 50px; text-align: right; }
table.accomplishments td.rank{ width: auto; }
