#plans a{
	font-size: 18px;
	font-family:'Open Sans';
    color: white;
    text-decoration: none;

}

#plans 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;
}

#plans sup{
	font-size: 40px;
}

#plans ul{
	list-style: none;
	font-size: 15px;
	font-family:'Open Sans';
	color: #9095aa;
	padding: 0px;
	margin: 0px;
}


#plans li{
border-bottom: 1px solid #494a5a;
padding: 0px;
margin: 0px;
text-align: center;
height: 52px;
line-height: 52px;
}


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

#plans .whole{
	display: inline-block;
    text-shadow: none;
  
}



#plans .type{
	width: 300px;
	border-radius: 5px 5px 0px 0px;
	background-color: #eac80d;
	height: 62px;
	border-bottom: 3px solid #bfa30c;
}

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

#plans .plan{
	width: 300px;
	background-color: #2b2937;

	border-radius: 0px 0px 5px 5px;
    font-family:'Open Sans';
    font-style:condensed;
    font-size: 90px;
    color: white;
    text-align: center;
    vertical-align: center;
}
#plans .standard{
	background-color: #1abc9c;
	border-bottom: 3px solid #18937b;
}

#plans .ultimate{
	background-color: #5d6a9a;
	border-bottom: 3px solid #474f6f;
}





#plans .header{
	border-bottom: 1px solid #494a5a;
	padding-bottom: 15px;
	padding-top: 15px;
	font-size: 36px;
	font-weight: bold;


}

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

#plans .price{
	height:80px;
}

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

#plans .top{
  margin-top:35px;
}

#plans .nodisplay{
  opacity: 0.1;
}

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

.post-container {
    margin: 20px 20px 0 0;
    border: 5px solid #333;
    overflow: auto
}
.post-thumb {
    float: left
}
.post-thumb img {
    display: block
}
.post-content {
    margin-left: 210px !important;
}
.post-title {
    font-weight: bold;
    font-size: 200%
}

