/*If someone posts a long string of characters, they will overflow outside of the post area.  This fixes that.*/

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("boards.ign.com"), domain("forums.ign.com"), domain("betaboards.ign.com") {

.boards_thread_post {
word-wrap: break-word !important;
}

}