.datahe, .dataen {
    width: 100%;
    text-align: right;
}

/*לוח אירועים*/
table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: #eee0;
}

table tbody>tr:nth-child(odd)>td, table tbody>tr>th {
    background: #fff0;
}
td.ee-table__cell.ee-calendar__cell.ee-calendar__day {
    border: 1px solid black !important;
}
td.ee-calendar__day--event > div >div >div.ee-calendar__day__header:before {
    content: "\f0f3";
		margin-top: -35px;
		margin-left: -15px;
		font-family: "Font Awesome 5 Free";
}
td.ee-calendar__day--event > div >div >div.ee-calendar__day__header {
    margin: 8px;
}
/*ציטוט */
blockquote {
    padding: 20px;
    margin: 20px;
    border-right: 4px solid #db8e15;
	border-left: none;
}