@namespace url(http://www.w3.org/1999/xhtml);
/**
 * Stylish template that adds some extra styles to forms on DeviantArt
 * @author Yorick Peterse
 * @link http://www.yorickpeterse.com/
 * @license GNU GPLv3
 */
@-moz-document domain("deviantart.com") {
/* Increase the widget of the preview button so that the text fits in */
.preview {
width:100px!important;
}
/* Align the form buttons to the left */
.inputs {
padding-left:0px!important;
}
}