 .fname {display:none !important;}
 #postwrap:hover .hidlink {zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1.0;}
#postwrap .hidlink:hover {color:#000 !important;  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1.0;}
a {cursor:pointer;}
.redheart { color:#666 !important;}
/* dialog */
  	#followdialog h3 {
	margin-top: 8px;
	}

  #logindialog form { line-height:8px;}
  #logindialog input{
	padding: .4em;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
	border-radius: .3125em;	
	
	font-size: 1em;
    line-height: 1.3em;
    font-family: sans-serif;
	}
	#logindialog input[type="submit"]{
	background-color: #F3F3F3 !important;
    border-color: #ddd;
    color: #333;
    text-shadow: 0 1px 0 #f3f3f3;
	-webkit-border-radius: .3125em;
    border-radius: .3125em;	
	width:100%;
	font-size: 16px;
    margin: .5em 0;
    padding: .7em 1em;
    display: block;
    position: relative;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
	}
	#logindialog h3 {
	margin-top: 8px;
	}
	.ui-dialog .ui-dialog-title {
		display:none !important;
	}
	.ui-dialog .ui-dialog-titlebar {
		background: none;
    	border: none;
   	 	margin: 0;
    	padding: 0;
	}
	.ui-dialog .ui-dialog-titlebar-close {margin:-17px -22px;width: 1.75em;
    height: 1.75em;
	border-radius: 25px;    z-index: 99999999;}
	.ui-dialog {overflow:visible; z-index:9999999;}
	.ui-dialog {
	    -webkit-box-shadow: 0 0 12px rgba(0,0,0,.6);
		-moz-box-shadow: 0 0 12px rgba(0,0,0,.6);
		box-shadow: 0 0 12px rgba(0,0,0,.6);	
	}
/* end dialog */
#editorschoice {position: relative;z-index: 99;}
.go-top{z-index: 99;}
#ratingtally { font-size:11px; font-weight: normal;}
#tallynumbers { font-size:14px; font-weight: normal;}
.treatmentbtn {text-decoration:none !important; color:#006699 !important;}

.grandchild {font-size:15px !important;/*margin-top: -16px;*/}
.grandchild p{font-size:15px !important;;}
#postwrap #user{padding-right:18px; padding-bottom:15px; color:#063; display: inline-block; width: 20%;vertical-align: top;}
#postwrap #user img{max-width:100px;}
#postwrap #comment{display:inline-block;vertical-align: top;width:79%;border-radius: 0 25px;background: #ffffff;padding: 10px 20px 20px;}
div.grandchild #comment {width:80% !important;}
div.grandchild #comment{background-color:#fff;}
div.grandchild #user{ font-size:12px;}
.fa-amazon {background: -webkit-linear-gradient(#666 75%, orange 25%); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
#breadcrumbs {text-align:left;}
.grandchild {
    max-width: 100% !important;
}
#postwrap.grandchild #user{line-height:22px;}

@-moz-document url-prefix() { 
  #postwrap.grandchild #user{
    line-height: 13px;
  }
}

/* from here delete fron sections template */
#showme{
	width:100%;
}
#showme ul {
	list-style-type: none;
    padding: 0;
	font-family:'roboto',Verdana;
	min-height: 100px;
	display: inline-block;
}
#showme li {
  float: left;
  width:208px;
  height:85px;
  margin: 10px 1.5%;
}
#showme li a {
	text-decoration:none;
}
#showme li {
  -webkit-transition: box-shadow 0.3s ease;
  -moz-transition: box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
}
 
#showme li:hover {
  -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.9);
  box-shadow: 0px 0px 4px rgba(0,0,0,0.9);
}
.showtopremedy{background:#0fa4c8 url(/images/showmebg/info-boxes-1.png) no-repeat left center;}
.showtoppicks{background:#605ca8 url(/images/showmebg/info-boxes-2.png) no-repeat left center;}
.showmostpopular{background:#f39c12 url(/images/showmebg/info-boxes-3.png) no-repeat left center;}
.showalltheremedies{background:#5ca877 url(/images/showmebg/info-boxes-4.png) no-repeat left center;}
.showtedsremedies{background:#cf451b url(/images/showmebg/info-boxes-5.png) no-repeat left center;}
.showcontributorqa{background:#af60bd url(/images/showmebg/info-boxes-6.png) no-repeat left center;}
.firstlinetxt{
	font-size: 10px;
    color: #fff;
    padding: 8px;
    line-height: 12px;
	text-align:left;
	display:block;
	width:100%;
}
.secoundlinetxt{
	font-size: 15px;
    color: #fff;
    line-height: 21px;
	text-align:center;
	display:block;
	width:100%;
	vertical-align:central;
	height: 30px;
	font-weight:500;
}
.secoundlinetxt a{
    color: #fff;
}
.thirdlinetxt a{
    color: #fff;
}
.thirdlinetxt{
	font-size: 12px;
    color: #fff;
    padding: 8px;
    line-height: 12px;
	text-align:left;
	display:block;
	float:right;
}

.starratingsline{
    font-size: 13px;
    line-height: 19px;
    font-family: Arial,sans-serif;	
}
.gold{
background: #f1e767; /* Old browsers */
background: -moz-linear-gradient(top, #f1e767 0%, #feb645 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #f1e767 0%,#feb645 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #f1e767 0%,#feb645 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#feb645',GradientType=0 ); /* IE6-9 */
box-shadow: inset 0 0 0 1px rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.01);
-webkit-transition: width .5s ease;
transition: width .5s ease;
}
.ratingbg{
	background-color:#F7F7F7;
	border: 1px #E4E4E4 solid;
}

.rating {
    position: absolute;
    padding: 0 0;
    margin-top: -48px;
	border: none;
}

/* :not(:checked) is a filter, so that browsers that don’t support :checked don’t 
   follow these rules. Every browser that supports :checked also supports :not(), so
   it doesn’t make the test unnecessarily selective */
.rating:not(:checked) > input {
	display:none;
}

.rating:not(:checked) > label {
    float:right;
    width: 0.9em;
    padding:4px;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:250%;
    color:#ddd;
	    text-shadow: 1px 1px #bbb, 2px 2px #666, 1px 1px;
}

.rating:not(:checked) > label:before {
    content: '★';
}

.rating > input:checked ~ label {
    color: #f70;
}

.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
    color: gold;
}

.rating > input:checked + label:hover,
.rating > input:checked + label:hover ~ label,
.rating > input:checked ~ label:hover,
.rating > input:checked ~ label:hover ~ label,
.rating > label:hover ~ input:checked ~ label {
    color: #ea0;
}

.rating > label:active {
    position:relative;
    top:0;
    left:2px;
}
.tooltip {
	display:none;
	position:absolute;
	border-radius:5px;
	padding:8px;
	color:#000;
	font-size:12px !important;
	font-width:bold;
	margin-left:190px;
	width:130px;
}
.ratingt1{
	bottom: 0;display: table-cell; width:30%;
}
.ratingt2{
	float:none;bottom: 0;display: table-cell;vertical-align: bottom;padding-left:10px;width: 65%; font-size:14px; margin-top:-2px;
}
#reviewtxt input{padding:4px; width:33.3%; font-size:12px;}
.rating-table-div{width:100%;display:table;}
.rating-row-div{display:table-row;}
.smalltestrating{font-size:11px;}
.red{color:#C00;}
#write-a-review{
	background: #e0e3e8;
   	background: -webkit-linear-gradient(top,#e7eaf0,#d9dce1);
    background: linear-gradient(to bottom,#e7eaf0,#d9dce1);
	color: #000;
	margin-top:8px;
}
#comment br {
display: block; margin: auto; content: " "; }
#comment hr{
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}
#content-top {display:none;}
.topleftadlatest {display: inline;float: right;margin-bottom: 10px;padding: 15px; background-color:#FFF;}
.rightcollatest {
  float: right;
  margin-top: 30px;
  margin-right:-30px;
}
#comment {
position: relative;
display: inline-block;
vertical-align: top;
padding: 12px 9px;
background: #F9FAF8;
border: #CCCCCC thin solid;
margin-left: 0;
}
#comment:after {
content: "";
position: absolute;
top: 5px;
left: -15px;
border-style: solid;
border-width: 10px 15px 10px 0;
border-color: transparent #CCCCCC;
display: block;
width: 0;
z-index: 1;
}

#curesreported {left: 50%; position: absolute; margin-left:380px; top: -5px;}

.gradientBoxesWithOuterShadows { 
width: 96%; 
padding: 20px;
background-color: white;
margin-top:25px;
/* outer shadows  (note the rgba is red, green, blue, alpha) */
-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4); 
-moz-box-shadow: 0px 1px 6px rgba(23, 69, 88, .5);
box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);

/* rounded corners */
-webkit-border-radius: 12px;
-moz-border-radius: 7px; 
border-radius: 7px;

/* gradients */
background: -webkit-gradient(linear, left top, left bottom, 
color-stop(0%, white), color-stop(15%, white), color-stop(100%, #D7E9F5)); 
background: -moz-linear-gradient(top, white 0%, white 55%, #D5E4F3 130%); 
}
.starratingsline td{background-color:#fff !important;}
.links-group a {color:#666;}

/* Normal styles for the modal */
div[id^=bio] {
	left:50%;
	margin:-250px 0 0 -40%;
	opacity: 0;
	position:absolute;
	top:-50%;
	visibility: hidden;
	width:80%;
	box-shadow:0 3px 7px rgba(0,0,0,.25);
	box-sizing:border-box;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
	/* Make the bio appear when targeted */
	div[id^=bio]:target {
		opacity: 1;
		top:auto;
		visibility: visible;
	}
div[id^=bio] .header,div[id^=bio] .footer {
	border-bottom: 1px solid #e7e7e7;
	border-radius: 5px 5px 0 0;
}
	div[id^=bio] .footer {
		border:none;
		border-top: 1px solid #e7e7e7;
		border-radius: 0 0 5px 5px;
		text-align:right;
	}
div[id^=bio] h2 {
	margin:0;
}
div[id^=bio] .copy,div[id^=bio] .header, div[id^=bio] .footer {
	padding:15px;
}
div[id^=bio] .copy{
	padding-top:1px;
	padding-bottom:25px;
}
.modal-content {
	background: #f7f7f7;
	position: relative;
	z-index: 20;
	border-radius:5px;
}
div[id^=bio] .copy {
	background: #fff;
}

div[id^=bio] .overlay {
	background-color: #000;
	background: rgba(0,0,0,.5);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}
.reply-btn {
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.2s;
}
.reply-btn {
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2), 0 2px 4px 0 rgba(0,0,0,0.19);
    background-color: #F3F3F3 !important;
}
.links-group a {
    font-size: 15px;
    color: #666;
    text-decoration: none;
    padding-left: 7px;
}.hidlink {
    display: table-cell;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    filter: alpha(opacity=0);
    opacity: 0;
}
.pagesnav {
    padding: 7px;
    text-align: center;
    margin-bottom: 25px;
    color: #030;
    font-family: Verdana, serif, Georgia, "Times New Roman";
}
.pagesnav a:hover {
    color: #063;
    border: #CCCCCC thin solid;
}
a:active, a:hover {
    outline: 0;
}
.pagesnav a {
    text-decoration: none;
    color: #999;
    padding: 7px;
}
#postwrap {    padding-bottom: 25px;}
#postedby {color:#063;}


@media only screen 
and (max-width : 640px)
{
#user {width:100% !important;}
#showme li {
    float: none;
    width: 100%;
}
.thirdlinetxt a{
	font-size:14px;
}
#showme li {
    margin: 10px 0;
}


#comment {
position: relative;
display: inline-block;
width: 100% !important;
vertical-align: top;
padding: 12px 9px;
background: #F9FAF8;
border: #CCCCCC thin solid;
margin-left: 0;
max-width: 100%;
}
#comment:after {
content: "";
position: absolute;
top: -20px;
left: 10px;
border-style: solid;
border-width: 20px 20px 0 0;
border-color: transparent #CCCCCC;
display: block;
width: 0;
z-index: 1;
}
}
@media only screen and (max-width: 640px){
.rating-table-div{ width:auto; height:auto;}
	.ratingt2 {
		bottom: 0;
		display:block !important;
		width: 100% !important;
		text-align: center !important;
		padding-top: 10px;
		min-height:75px;
	}
	.rating {
		position: relative;
		margin-top: 0;
		width: 128px;
	}
	.rating: label {
    	float: none;
	}
	#write-a-review{
		margin: 5px 7px;float: left;
		background: #e0e3e8;
   		background: -webkit-linear-gradient(top,#e7eaf0,#d9dce1);
    	background: linear-gradient(to bottom,#e7eaf0,#d9dce1);
	}
.ratingt1{
	display: block;
	width:auto;
}
.ratingt2{
	float:none;bottom: 0;display: block;vertical-align: bottom;padding-left:0;width: 100%;
}
.rating {width:100%;}
h1 {font-size: 28px; line-height: 34px !important;}
}
.vpostsmenu {list-style:none; padding:0;}
.ui-dialog-content {text-align:center;}
input[type="button"] {padding: 11px 15px !important;}
input[type="button"]:not([class]){padding: 11px 15px !important;}
.ratingt1 h6{margin: 0 0 10px;}
.grandchildpost #comment{background:#f6f9ff !important;}
.grandchild #comment{background:#f6f9ff !important;}