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