@charset "utf-8";

span.hebrew {
    display: none;
}

.moedims .list-group-item p {
    margin-bottom: 0;
}
p.moedim-date {
    text-align: right;
}
#moedim-cal-switch {
    float: right;
    padding-top: 20px;
}
#moedim-cal-switch ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
#moedim-cal-switch ul li {
	display: inline-block;
	margin: 0 1px;
}
.moedim-thumb {
    position: relative;
}
.moedim-thumb .caption {
    margin-bottom: 30px;
}
.moedim-thumb .moedim-link {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.moedim-thumb h2 {
    margin-top: 0;
    text-align: center;
}
.holiday-disabled {
    background-color: #ccc;
}
.holiday-current {
    background-color: #000;
}
.holiday-current p {
    color: #fff;
}