* {
  color: #002b36;
}

body {
  background-color: #fdf6e3;
  background-color: #fff;
}

a, a:active, a:visited, code.url {
  color: #b58900;
  text-decoration: none;
}

h1,h2,h3,h4,h5,h6, a.url {
  color: #6c71c4;
}

/* Form */
textarea {
  background-color: #073642;
  color: #eee8d5;
  width: 100%;
  min-height: 200px;
  padding: 5px;
  border-radius: 5px;
  border-color: #2aa198;
}

div#main {
  width: 75%;
  min-width: 500px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
}

#msg {
  color: #dc322f;
}

/* Result */
div#result {
  display: none;
  background-color: #073642;
  padding: 20px;
}

div#result img.structure {
  width: 100%;
}

div#result textarea {
  padding: 0;
  min-height: 400px;
}

/* Buttons */
button {
   padding: 0;
   border: none;
   font: inherit;
   color: inherit;
   background-color: transparent;
   cursor: pointer;
}

button, .btn {
   display: inline-block;
   text-align: center;
   text-decoration: none;
   margin: 2px 0;
   border: solid 1px transparent;
   border-radius: 4px;
   padding: 0.5em 1em;
   color: #fdf6e3;
   background-color: #859900;
}

button:hover, .btn:hover {
   color: #002b36;
   border-color: currentColor;
   background-color: #fdf6e3;;
   outline: none;
}

a:hover, a:focus, a:active,
button:hover, .btn:hover,
button:focus, .btn:focus,
button:active, .btn:active {
  outline: none;
}

select.btn, select.btn:hover  {
  background-color: #586e75;
  color: #fdf6e3;
}

button.blue, .btn.blue {
   color: #fff;
   background-color: #668cff;
}

.unknown {
  background-color: #F00;
}

#bar_blank {
  border: solid 1px #000;
  height: 20px;
  width: 300px;
}

#bar_color {
  background-color: #006666;
  height: 20px;
  width: 0px;
}

#bar_blank, #hidden_iframe {
  display: none;
}

fieldset legend {
  font-size: 1.2em;
}

#uploader_start {
	display: none !important;
}

#uploader_browse {
  font-size: 1.4em;
}

a.logo img {
  width:162px;
  height:50px;
}

button#notifyButton.grey {
  background-color: #999;
}
