/* ##################### */
/* ZÁKLADNÍ HARMONOGRAM  */
/* ##################### */

#clanek div.text ul#harmonogram{
  margin: 0px !important;
  list-style-type: none !important;
}

#clanek .harmonogram_festivalovy_den h2{
  border-bottom: 1px dotted silver;
  margin: 0px;
}

#clanek .harmonogram_festivalovy_den{
  clear: both;
  padding-top: 15px;  
  position: relative;
  list-style-type: none !important;
  margin: 0px !important;    
}

#clanek .harmonogram_stage{
  float: left;
  width: 50%;
  min-height: 180px;
  list-style-type: none;
  margin: 15px 0px 0px 0px;  
}

#clanek .harmonogram_stages{
  list-style-type: none;
  margin: 0px;
}

#clanek .harmonogram_skupina_vystoupeni{
  margin: 0px;
  list-style-type: none;
}

.trvani{
  color: white;
}
#clanek .harmonogram_vystoupeni{
  background: transparent;
  list-style-type: none;
  margin: 0px;  
}
#clanek .harmonogram_vystoupeni:hover{
  background: #C5C5C5;
}

#harmonogram_pocet{
  margin-top: 15px;
  border-top: 1px dotted silver;
  font-style: italic;
}

#clanek #harmonogram .vybrane_vystoupeni{
  background-color: #99CC99;
}

