#kalender {
 width: 722px;
}

#kalender #dgselect {
 background-color: #DFEEF5;
 border-right: 0px;
 padding: 4px;
 min-width: 300px;
}

#kalender #dgedit {
 background-color: #DFEEF5;
 border-left: 0;
 text-align: right;
 padding: 4px;
}

.dag {
 width: auto;
 height: 337px;
 display: table-cell;
 vertical-align: top;
 background-color: #F8F8F8;
 padding:0;
}

.item {
 width: auto;
 height: auto;
 overflow: visible;
 padding:20px;
 border-bottom: 1px dotted #AAA;
 font-weight: bold;
 font-size: 11px;
 cursor: default;
}

.details {
 margin-left: 20px;
 margin-top: 5px;
 margin-bottom: 5px;
 font-weight: normal;
}

