@import url(http://fonts.googleapis.com/earlyaccess/opensanshebrew.css);
@import url(http://fonts.googleapis.com/earlyaccess/opensanshebrewcondensed.css);
body {font-family:'Open Sans Hebrew Condensed', Arial, sans-serif; font-size: 100%; direction: rtl;}

.table td{
	vertical-align:middle;	
	background-color:#ffffff;
	text-align:center;
	padding:3px;
	font-size:1em;
	font-weight:normal;
	color:#666666;
}

.table td a {text-decoration: none; color: #666666;}
.table tr.cal-month td{
	background:#c01634;
	text-align:center;
	font-size:22px;
	color:#ffffff;
}
.table tr.cal-days th{
	text-align:center;
	font-size:1em;
}
.cal-today{background:#cccccc !important; color: #ffffff!important;}
.cal-today a{color: #ffffff!important;}

/**********bootstrap adjustments********************/

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
  padding: 4px 8px;
}