sup{

	font-size: 40px;
}

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

.whole{
	display: inline-block;
  
}



.type{
	width: 300px;
	border-radius: 5px 5px 0px 0px;
	background-color: #6FC951;
	height: 62px;
	border-bottom: 3px solid #6FC951;

}

.type p{
	font-family:'Open Sans';
    font-weight: 800;
	font-size: 20px;
	text-transform: uppercase;
	color: white;
	text-align: center;
	padding-top: 10px;

	

}

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

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


}
.standard{
	background-color: #FF6C2B;
	border-bottom: 3px solid #FF6C2B;
}

.ultimate{
	background-color: #0C70B3;
	border-bottom: 3px solid #0C70B3;
}





.header{
	border-bottom: 0px solid #494a5a;
	padding-bottom: 25px;


}

.header span{
	font-size: 32px;

	
}

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

.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:#E6E6E6;
  margin:0px;
  padding:0px;
}
