@CHARSET "UTF-8";
/* 
Peter Lindblom 2012-01-22 
*/
/*  Sass Reset - Converted by Hampton Catlin A modification of the original found at... http://meyerweb.com/eric/tools/css/reset/
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

body { line-height: 1; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after { content: ''; content: none; }

q:before, q:after { content: ''; content: none; }

table { border-collapse: collapse; border-spacing: 0; }

body { background-color: #fafafa; font-family: "courier new", courier, freemono, "nimbus mono l", "liberation mono", monospace; font-size: 12pt; }

h1 { margin: 5px 0; font-size: 42pt; }

h3 { margin: 5px 0; }

h3 label { font-size: 16pt; }

p a { text-decoration: none; color: black; }

.main { margin: 30px auto; padding: 5px; width: 1000px; -moz-border-radius: 5px 5px; -webkit-border-radius: 5px 5px; -khtml-border-radius: 5px 5px; -o-border-radius: 5px 5px; border-radius: 5px 5px; -moz-box-shadow: 0 0 5px 5px #efefef; -webkit-box-shadow: 0 0 5px 5px #efefef; box-shadow: 0 0 5px 5px #efefef; background-color: white; }

.main .center { margin: 5px 10px; text-align: center; }

.main .left { margin: 5px 0; text-align: left; }

.main div.container textarea, .main div.container div { border: 1px solid #cccccc; margin: 0; padding: 5px; width: 988px; height: 150px; font-family: monospace; color: #000; overflow: auto; -moz-border-radius: 5px 5px; -webkit-border-radius: 5px 5px; -khtml-border-radius: 5px 5px; -o-border-radius: 5px 5px; border-radius: 5px 5px; background-color: white; }

.main #regexpContainer.container textarea { height: 100px; }

.main #resultContainer div { background-color: #fafafa; }

.main #resultContainer div span { color: red; text-decoration: underline; font-weight: bold; }

.main .container input[type='checkbox'] { margin: 5px 5px 0 0; }

.main p input[type='button'] { margin: 0; border: 1px solid #008000; padding: 5px; width: 800px; height: 30px; background-color: #90EE90; -moz-border-radius: 5px 5px; -webkit-border-radius: 5px 5px; -khtml-border-radius: 5px 5px; -o-border-radius: 5px 5px; border-radius: 5px 5px; }

.main p input[type='button']#reset { margin: 0; border: 1px solid #008000; padding: 5px; width: 400px; height: 30px; background-color: #fafafa; -moz-border-radius: 5px 5px; -webkit-border-radius: 5px 5px; -khtml-border-radius: 5px 5px; -o-border-radius: 5px 5px; border-radius: 5px 5px; }

.main #errors.center { color: red; margin: 5px 10px; text-align: center; }
