*,*:before,*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

* {
	padding: 0;
	margin: 0;
}

table {
	color: #808080;
	font-family: Arial, Helvetica, sans-serif;
}

table tr:first-child td table tr:first-child td {
	border-top: none;
}

table tr td table thead td {
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}

table tr td table tbody td {
	border-bottom: 1px solid #ebebeb;
}

table tr td table tr td {
	height: 30px;
	width: 20%
}

table tr td table tr td:first-child {
	
}

table tr td table thead td p {
	font-weight: bold;
}

table tr td table tr td:first-child p {
	font-size: 12px;
	font-weight: bold;
}

table tr td table tr td p {
	font-size: 10px;
	line-height: 30px;
	margin: 0;
	float: left;
}

table tr td table tr td p.up {
	color: #8bc837;
	padding-right: 15px;
	background: url(../img/up.png) right center no-repeat;
}

table tr td table tr td p.down {
	color: #f05353;
	padding-right: 15px;
	background: url(../img/down.png) right center no-repeat;
}

table tr td table tr td p.red {
	color: #f05353;
}

table tr td.lastUpdate {
	border: none;
	background-color: #5eaaeb;
}

table tr td.lastUpdate p {
	text-align: center;
	color: #aad8ff;
	font-size: 10px;
	padding: 0;
	margin: 0;
	line-height: 20px;
}