/*
   evol.colorpicker 3.2.4
   (c) 2016 Olivier Giulieri
   http://evoluteur.github.io/colorpicker/
*/

a {
  color: #39C;
  font-weight: 400;
}
a:hover {
  color: #FF9900;
}
a.sel {
  color: #000;
  text-decoration: none;
}

.demoPanel {
  float: left;
  border: 2px solid #A7C8E2;
  margin: 4px 3px;
  padding: 10px;
  width: 212px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.demoPanel input {
  width: 100px;
}
.footer {
  text-align: center;
  font-size: smaller;
  color: Gray;
}
