/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */
.entry-content tr:nth-child(odd) {
	background-color: #fbfbfb !important;
}
/*odd*/
.entry-content tr:nth-child(even) {
	background-color: #e8ecee !important;
}
/* even*/
.entry-content tr:hover {
	background-color: #fffbae !important;
}
/* hovering */
.entry-content table {
	display:inline-table;
	border:collapse;
	width: auto;
}
/* comments */
.form-allowed-tags {
display: none;
}
/* footer review spacing */
.widget_review_item_img {
padding-bottom: 0px !important;
}
/*------------------------------------------*/
@media only screen and (min-width:768px) and (max-width:989px) {
	.entry-content table {
		font-size:.7em;
	}
	.entry-content table tr td {
		font-size:1.2em;
	}
	.responsive .container {
		width:97%;
	}
	.responsive .container .twelve.units {
		width: 99%;
	}
	#header li:hover .avia_mega_div {
	width: 700px;
	right: -300px !important;
	}
}
/*------------------------------------------*/
@media only screen and (max-width:767px) {
	.entry-content table {
		font-size:.6em;
	}
	.entry-content table tr td {
		font-size:1.1em;
	}
	.responsive .container {
		width:77%;
	}
	.responsive .container .twelve.units {
		width: 79%;
	}
}
/*------------------------------------------*/
@media only screen and (max-width:479px) {
	.entry-content table {
		font-size:.6em;
	}
	.entry-content table tr td {
		font-size:1.1em;
	}
	.responsive .container {
		width:67%;
	}
	.responsive .container .twelve.units {
		width: 69%;
	}
}
/*------------------------------------------*/