@import url(playerlist.css);

  input[type=text]        { padding:2px; }
  div#pagecontentsub      { display:none; }
  div#content_main        { width:688px; left:-24px; }

/* select category */
  div#category            { position:absolute; }
  div#category     select { width:280px; }


/* print mode */
@media print {
  div#content_main        { width:auto; padding:0; }
}
  
