body { 
  margin:0;
  padding:0;
  text-align:center;

}

h1
{
  padding:10px;
  margin:20px;
  font-size: 32px;
  text-shadow: -1px -1px #fb6, 1px 1px #d60, -3px 0 4px #000;
  color: white;
  background-color : moccasin;
  font-weight:lighter;
  -moz-box-shadow: 2px 2px 6px #888;  
  -webkit-box-shadow: 2px 2px 6px #888;  
  box-shadow:2px 2px 6px #888;  
  text-align:center;
  display:inline;
}

.selected {
  background : BurlyWood !important;
  height : 100%;
}

.placeholder {
  visibility: visible !important;  
  background: BurlyWood;
  width : 20px;
  height : 0.7em;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
