/* Copyright 2008 Wilson Miner */

/* RESET */
html, body, div, span, 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, samp, small, strike, strong, sub, sup,
tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; vertical-align: baseline; background: transparent; }
table { border-spacing: 0; border-collapse: collapse; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote, q { quotes: none; }
:focus { outline: 0; }

/* BASE */

body {
 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
 font-size: 16px;
 line-height: 1.125em;
 background: #eee;
 color: #444;
 padding:2em;
}
h1 {
    margin:0 0 1em 0;
}
h2, h3 {
        margin:.75em;
}
p, table {
        margin:1em;
}
h1 {
    font-size:2em;
    padding-top:.5em;
    letter-spacing:-0.05em;
}
p {
    font-family:Palatino,Georgia,'Times New Roman',serif;
    line-height:1.5em;
}
input,
button,
textarea {
 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* LINKS */

a {
 text-decoration: none;
 outline: none;
 color: #336699;
}

a:hover {
 color: rgba(30, 40, 30, .65);
}
#page {
    width:700px;
}
.col1, .col2 {
    clear:left;
    background:#fff;
}
.col1, .col2 div.col {
    border:1px solid #666;
    border-bottom-width:3px;
    border-right-width:3px;
    margin-bottom:1em;
}
.col2 div.col {
    width:320px;
    float:left;
    background:#fff;
    min-height:40em;
    _height:40em;
}
.col2 {
    background:transparent;
}
div#examples {
    width:400px;
    margin-right:20px;
}
div#form {
    width:272px;
    margin-right:0;
}
ul {
    padding-left:1em;
    margin-bottom:1em;
    margin-left:1em;
    list-style:square;
}
label {
    clear:left;
    display:block;
    padding-right:0.5em;
}
input#inputString,
input#outputString {
    width:90%;
    font-size:1em;
    font-family:Palatino,Georgia,'Times New Roman',serif;
}
input#inputString {
    color:red;
}
input#outputString {
    color:green;
}
input.submit {
    margin:0 0 1em 1em;
}
table {
	border:1px solid #666;
	border-width:1px 0 0 1px;	
}
table th,
table td
 {
	border:1px solid #666;
	border-width:0 1px 1px 0;
	text-align:left;
	padding:.25em;
}
table th {
	font-weight:bold;
}
table td.fail {
	background-color:red;
	color:#fff;
}
table td.pass {
	background-color:green;
	color:#fff;
}