
/*
#calendar td, #calendar th { border:1px solid lightgrey }
#calendar table {border-collapse: collapse}
*/

/* do testow */
/*
table.cld-main { width:400px; bor2der-collapse:collapse;}
table.cld-main td , table.cld-main th {border:1px dotted grey; }
*/

.cld-main tr{
  text-align:center;
}


.cld-number{  
  display:block;
  p2adding: 0 4px;
}

.cld-number.eventday{
  font-weight:bold;
  f2ont-style:italic;
}

/* bylo tak */
.cld-number:hover .cld-title{
  display: block;
}

/* teraz jest tak */
.cld-day:hover .cld-title{
  display: block;
}

.cld-number.eventday[aria-expanded=true] + .cld-title {
  display: block;
}

.cld-day:hover{
  position: relative;
}

.cld-day:hover .cld-number.eventday::after{
  content: '';
  position: absolute;
  top: 19px;
  left: 25%;
  left: calc(50% - 8px);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 6px solid #999;
}

.cld-title{
  position: absolute;
  z-index: 2;
  display: none;
  /* top: 25px; */ /* dla IE8, co nie generuje strzalki lepiej nie ustawiac */
  /* left: 0; */
  padding: 3px;
  background: #fff;
  background: lightyellow;
  white-space: nowrap;
  border: 1px solid #ccc;
  bo2rder-radius: 5px;
  text-align: left;
  font-weight: initial;
  margin: 0;
}

.cld-title li { list-style-position: inside; }

.cld-title.editable,  .cld-title .editable{
  font-style: italic;
}

.cld-datetime select{
  text-align: center;
  border: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  appearance: none;
}
/*for IE10*/
.cld-datetime select::-ms-expand {
    display: none;
}

.cld-day.today .cld-number{
  border:1px red dashed;
}


/* for screen readers only */
.visually-hidden { 
    position: absolute !important;
    height: 1px; 
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap; /* added line */
}
