div.event {
  border-right: thin solid black;
  border-top: thin solid black;
  border-left: thin solid black;
  border-bottom: thin solid black;
  text-align: left;
  width: 50%;
  float: none;
}

div.title {
  font-weight : bold;
  text-align: center;
  border-right: 0px solid rgb(164,180,196); 
  border-top: 0px solid rgb(164,180,196);
  border-left: 0px solid rgb(164,180,196); 
  border-bottom: thin solid rgb(164,180,196); 

}

div.date{
  font-weight : bold;
  text-align: center;
}

div.kytourney {
  color : rgb(0, 0, 255);
}

div.tourney {
  color : rgb(0, 0, 0);
}

div.national {
  color : rgb(128, 0, 128);
}

div.international {
  color : rgb(200, 0, 0);
}

div.instruction {
  color : rgb(0, 128, 0);
}

div.other {
  color : orange;
}

div.legend {
  border-right: thin solid black;
  border-top: thin solid black;
  border-left: thin solid black;
  border-bottom: thin solid black;
  width : 20%;
  font-size : xx-small;
}
  
div.legend_kytourney {
  background-color : rgb(0, 0, 255);
  width : 20;
  float : left;
}

div.legend_tourney {
  background-color : rgb(0, 0, 0);
  width : 20;
  float : left;
}

div.legend_national {
  background-color : rgb(128, 0, 128);
  width : 20;
  float : left;
}

div.legend_international {
  background-color : rgb(200, 0, 0);
  width : 20;
  float : left;
}

div.legend_instruction {
  background-color : rgb(0, 128, 0);
  width : 20;
  float : left;
}

div.legend_other {
  background-color : orange;
  width : 20;
  float : left;
}