/* ------------------------ */
/* ----- Table Style ------ */
/* ------------------------ */

table{
	overflow-x:auto;
}
.firnera-entry table {
	width: 100%;
	margin: 10px 0;
	}
.firnera-entry table:hover{
	box-shadow: 5px 5px 8px 1px #ddd;
}
.firnera-entry tbody{}
.firnera-entry thead{}
.firnera-entry td {
	height: auto;
    text-align: center;
    padding: 8px;
	line-height: 23px; 
	min-height: 23px;
}
.firnera-entry th {
	font-size: 14px;
	text-align: center;
	text-transform: capitalize;
	font-weight: bold;
	line-height: 24px;
	padding: 5px;
}
/* -----Wp Calendar Widget style----- */
#wp-calendar {
	empty-cells:show;
	width:100%;
	text-align: center;
	}
#wp-calendar #prev a,#wp-calendar #next a {
	font-size:12px; 
	padding: 5px; 
	background: #fff; 
	color: inherit;
	}
#wp-calendar #next a {
	text-align:right;
	}
#wp-calendar #prev a {
	text-align:left;
	}
#wp-calendar a {
	text-decoration:none;
	display:block; 
	color: #fff; 
	line-height: 28px;
	background: #79C753;
	}

#wp-calendar a:hover {
	color:#333;
	background: #fff;
	text-decoration: none;
	}
#wp-calendar td a{
	background-color: #79C753 !important;	
	color: #fff !important;
}
#wp-calendar td a:hover{
	background-color: #333 !important;	
	color: #fff !important;
}
#wp-calendar caption {
	text-align:center;
	width:100%; 
	font-size: 14px; 
	margin-bottom: 15px;
	}
#wp-calendar th{
	text-align: center;
	line-height: 30px;
}
#wp-calendar td{
	line-height: 28px;
}