
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align:justify;
}

a, u {color:#000; text-decoration: none;}

input { font-size:9px }

.stockperf {font-size: 9px; color:999999;}
.stockperfright {font-size: 9px; color:999999; text-align:right}
.green { color:#0A0 }
.red { color:#C00 }

form {
  margin: 0px; 
  padding: 0 0px;
}

div::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

div::-webkit-scrollbar
{
	width: 8px;
	background-color: #F5F5F5;
}

div::-webkit-scrollbar-thumb
{
	width: 6px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}

.row { vertical-align: top; height:auto !important; }
.list_likes {display:none; }
.show_likes {display: none; }
.hide_likes:target + .show_likes {display: inline; }
.hide_likes:target {display: none; }
.hide_likes:target ~ .list_likes {display:inline; }
@media print { .hide_likes, .show_likes { display: none; } }
.list_comments {display:none; }
.show_comments {display: none; }
.hide_comments:target + .show_comments {display: inline; }
.hide_comments:target {display: none; }
.hide_comments:target ~ .list_comments {display:inline; }
@media print { .hide_comments, .show_comments { display: none; } }

