/** Bronystate 3.0 - Staff List Styling Shizuka Kamishima - 2015-12-05 */
/* Uses Sass Web Fonts Mixin (c)2014 Ross Penman - https://github.com/penman/Sass-Web-Fonts MIT License */
ul.stafflist { list-style-type: none; margin-left: 0; margin-top: 1.5em; padding-bottom: 0.5em; /* STAFF COLORS */ }
ul.stafflist h3 { color: #dddddd; display: inline-block; padding: 3px 5px; margin-bottom: 0; }
ul.stafflist > li { background-color: rgba(147, 185, 255, 0.15); border-radius: 10px; box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2); margin-left: 0; margin-bottom: 1em; padding: 1em; clear: both; }
ul.stafflist > li ul { margin-left: 1em; list-style-type: disc; }
ul.stafflist > li img { display: inline-block; width: 100px; height: 100px; margin-right: 10px; border: none; float: left; }
ul.stafflist > li .info { display: inline-block; }
ul.stafflist > li .title { margin-left: 1em; font-weight: bold; color: #E3CCDC; }
ul.stafflist li.Fengor .nick { color: #000000; background-color: #4E9A06; }
ul.stafflist li.Iwa .nick { color: #ffffff; background-color: #CD6F23; }
ul.stafflist li.konsoln .nick { color: #BDBFB9; }
ul.stafflist li.Saturn .nick { color: #ffffff; background-color: #CCA700; }
ul.stafflist li.Sumica .nick { color: #ffffff; background-color: #31C4BC; }
ul.stafflist li.texasboykc09 .nick { color: #ffffff; background-color: #4E9A06; }

ul.retiredlist { list-style-type: circle; padding-bottom: 0; font-size: 14px; }
