#toolbar{
box-shadow:1px 1px 2px gray;
color: white;
background: #00a063; /* Old browsers */
background: #008751; /* Old browsers */
background: -moz-linear-gradient(top, #008751 0%, #007045 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#008751), color-stop(100%,#007045)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #008751 0%,#007045 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #008751 0%,#007045 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #008751 0%,#007045 100%); /* IE10+ */
background: linear-gradient(to bottom, #008751 0%,#007045 100%); /* W3C */


}
#playground input{
background: transparent;
}
h2 a{
color: white;
}
html, body{
background: white;
color: black;
}