/* Add your CSS here */

.red-highlight {
	
	color: #DC2A0B;
	
}

.features-link {
	
	float: right;
}

.features-desc {
	
	
	text-align: justify;
	
}


.terms{
 background-color:#FFFFFF;
 /*font-family:"monospace";*/
 font-size:70%;
 border: 1px solid #DCDCDC;
 border-radius: 0;
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
 /*display:block;*/
 height:98px;
 overflow-x:scroll;
 overflow-y:auto;
 word-wrap: break-word;
 white-space : normal;
 white-space: pre-wrap; /* css-3 */
 white-space: -moz-pre-wrap;
 position:relative;

}


li.simpleFAQ_item simpleFAQResult{
	padding:0;
	margin:0;
	
}

p.question {
	
	padding:0;
	margin:0;
	
}

p.tags {
	
	padding:0;
	margin:0;
	height:0px;
	visibility:hidden;
	
}

.faq_list ul {

	padding-left:0;	
	
}

.faq_list li {

	list-style-type: none;
	margin-bottom:10px;
	
}


td.expired{
 color: black;
}

td.active{
 color: green;
}

td.prepaid{
 color: blue;
}

.center_it{
 text-align: center;
}



