/*Global Styles*/
.grey-bg{
	background: #f5f5f5;
}

.table-module h1{
	text-align: center;
	font-weight: bold;
}

.table-module tr th, .table-module tr td{
	border: 1px solid #f6f6f6;
	background: #fff;
	font-size: 12px;
    color: #757575;
    font-weight: 500;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.list-numbers tr td{
	border: none;
	font-size: 16px;
	font-weight: bold;
}

.featured .list-numbers tr td{
	font-size: 16px;
	font-weight: bold;
	vertical-align: top;
	background: transparent!important;
	color: #fff;
}

.featured .list-numbers tr td:first-child{
	padding-top: 0;
	margin-top: 0;
}

.featured td{
	background: #f0f0f0!important;
}

.featured td:first-child{
	background-image: url("images/featured-banner.png")!important;
	background-repeat: no-repeat!important;
	padding-top: 0;
	margin-top: 0;
}

.table-module tr td a{
	background: #669933;
    color: #fff;
    padding: 10px 20px 10px 20px;
}

.features li{
    text-align: left;
    list-style-type: none;
    padding-top: 5px;
    padding-bottom: 5px; 
}

.features li img{
	padding-right: 10px;
}

.rating li{
	display: inline-block;
	list-style-type: none;
}

.table-img{
	width: 100%!important;
}

.table-img-first{
	margin-top: 40px;
}
/*Custom Styles*/

/* Smartphones (portrait and landscape) ----------- */
/* Desktop Responsive ----------- */
@media only screen 
and (max-width : 991px) {
	.mobile-design{
		display: none!important;
	}
}
@media only screen 
and (max-width : 600px) {
	.mobile-design-secondary{
		display: none!important;
	}
}
@media only screen 
and (min-width : 350px) 
and (max-width : 449px) {
	.table-module tr th, .table-module tr td{
		font-size: 11px;
	}
	.navbar-fixed-top{
		display: none;
	}
}

@media only screen 
and (min-width : 1px) 
and (max-width : 350px) {
	.table-module tr th, .table-module tr td{
		font-size: 7px;
	}
	.navbar-fixed-top{
		display: none;
	}
	.featured td:first-child{
	background-size: 50px 50px!important;
}
.theme-spacing-padding{
	padding-top: 20px!important;
	padding-bottom: 20px!important;
}
.mobile-brand{
	padding-top: 5px;
	max-height: 40px!important;
}
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-width : 450px) 
and (max-width : 767px) {

}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 361px)
and (max-width : 768px) {
	
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 500px) {

}

/* Desktop Responsive ----------- */
@media only screen 
and (min-width : 768px) 
and (max-width : 902px) {
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 902px) {
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
/* Styles */
	
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : portrait) {

}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
/* Styles */

}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
/* Styles */

}