.big {
	font-size:25px;
	
}

input:focus,textarea:focus,select:focus{
  border:1px solid #fafafa;
  -webkit-box-shadow:0 0 6px #007eff;
  -moz-box-shadow:0 0 5px #007eff;
  box-shadow:0 0 5px #007eff;
  outline: none;
}

sup{

	font-size: 40px;
}

#tablecontainer ul{
	list-style: none;
	font-size: 15px;
	font-family:'Open Sans';
	color: #000;
	padding: 0px;
	margin: 0px;


}


#tablecontainer li{
/*border-bottom: 1px solid #dddddd;*/
padding: 0px;
margin: 0px;
text-align: center;
height: 52px;
line-height: 52px;
}
#tablecontainer .grey{
	background-color:#e9e9ed;
	color:#000 !important;
}
#tablecontainer .green{
color:#6a9c39 !important;	
	
}

#tablecontainer{
	width: 100%;
  text-align:center;
 
}

.whole{
	display: inline-block;
  padding-bottom:30px;

}


.type{
	width: 250px;
	border-radius: 5px 5px 0px 0px;
	background-color: #eac80d;
	height: 120px;
	border-bottom: 3px solid #bfa30c;

}

.type p{
	 font-family: 'Oswald', sans-serif;
    font-weight: 800;
	font-size: 29px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	padding-top: 40px;

	

}



.packagefeatures p{
	 font-family: 'Oswald', sans-serif;
    font-weight: 800;
	font-size: 30px;
	text-transform:none;
	color: #585864;
	text-align: center;
	padding-top: 15px;


}



.plan{
	width: 250px;
	background-color: #fff;

	border-radius: 0px 0px 5px 5px;
    font-family:'Open Sans';
    font-style:condensed;
    font-size: 90px;
    color: #585864;
    text-align: center;


}













.packagefeatures{
	background-color: #fff;

}

.standard{
	background-color: #1abc9c;
	border-bottom: 3px solid #18937b;
}
.productfeed{
	background-color: #6a9c39;
	border-bottom: 3px solid #4e722a;
}
.base{
	background-color: #e11a2b;
	border-bottom: 3px solid #96131e;
}
.gold{
	background-color: #F4C712;
	border-bottom: 3px solid #a58d2e;
	
}
.platinum{
	background-color: #c9cdd0;
	border-bottom: 3px solid #848484;
}



#tablecontainer .header{
	border-bottom: 1px solid #dddddd;
	padding-bottom: 39px;
color:#585864;

}

#tablecontainer .packagefeatures{
	border-bottom: 1px solid #dddddd;
	padding-bottom: 176px;
color:#585864;

}



.header span{
	font-size: 32px;

	
}

.month{
	font-size: 14px;
	color: #575757;
	padding: 0px;
	margin: -10px;
}
.month2 {
	font-size: 14px;
	color: #575757;
	padding: 0px;
	margin: -20px;
}

.price{
	height:80px;
}

.cart{
  
  color:white;
  position: relative;
  top: 16px;
  
}

.bottom{
  
  
}

.content{
}

.login_c{
  width:500px;
  background-color:#2b2937;
  height:300px;
  margin: 0 auto;
  margin-top:40px;
  border-radius:5px;
  
}

.login_c input{
  width: 350px;
height: 40px;
  border: 1px solid #494a5a;
  margin-bottom:20px;
  border-radius:5px;
  padding-left: 10px;

}


.login{
  background-color: #BC4B1A;
	border-bottom: 3px solid #7C3618;
  width:100%;
  
}

.top{
  margin-top:35px;
}

.nodisplay{
  opacity: 0.1;
}

.selected{
  background-color:#1F1B36;
  margin:0px;
  padding:0px;
}

#tableresponsive{
	display: none;
  padding-bottom:30px;

}
#popular{
margin-top:-20px !important;
	font-size: 15px;
	font-weight:800;
}
@media only screen and (max-width: 1300px) 
{

#tablelargeview{
	display: none;
  padding-bottom:30px;

}
#tableresponsive{
	display: block;
  padding-bottom:30px;


}

.small {
	font-size:12px;
	
}

}
@media only screen and (max-width: 1024px) 
{
	
#tableresponsive{
	display: block;
  padding-bottom:30px;
width:70%;
margin:auto;
}
}



‘