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

/*=== Bio related CSS ===*/
.bio{ margin: 10px 2em; }
.bio img{ margin-bottom: 10px; }
.picLeft img.bioPic{ float: left; margin-right: 10px; }
.picRight img.bioPic{ float: right; margin-left: 10px; }
.fieldName{ font-weight: bold; }
.bio .desc{ 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{ border-bottom: 1px solid #000; clear: both; margin: 10px; }

