.today-calendar{
	background-color: rebeccapurple !important;
	color: white;
}

#calendar_eventos{
	table-layout: fixed;
}

#header_dom{
	width: 75px !important;
}

.evento{
	margin-bottom:5px; 
	color: #fff; 
	border-radius: 5px;
	padding: 7px;
	overflow-x: hidden;
}

.evento p{
	margin: 0;
}

.dummy{
	visibility: hidden;
}

.calendar-edit{
	margin-left: 10px !important;
	background: transparent;
	border:none;
	padding:0px; 
	cursor: pointer;
}

#color_orden{
	height: 15px;
	width: 15px;
	border-radius: 100px;
	margin-right: 10px;
	margin-top: 3px;
}

#mes_anio{
	margin:0;
}