

#top-table tr {
	float: none;
}

#top-table td {
	float: none;
	width: auto;
	display: table-cell;
}

body{
	font-family: Arial,Helvetica,sans-serif;
	color: #222;
    font-size: 10pt;
	margin:0;
	padding:0;
	width:550px;
}

.alteration-up {
    color: #0c0;
}
.alteration-equal {
    color: #aaa;
}
.alteration-down {
    color: #c00;
}

.top-info h2 {
    padding: 0px;
    margin: 0px;
    font-size: 13pt;
    color: #222;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#top-table tr:last-child td{
	border-bottom: 1px dotted #ccc;
}

#footer p{
    color: #222;
    font-size: 10pt;
	margin: 10px 0;
}

.top-company-info{float:left;}

.top-share-info{float:right;}

#top-table{font-size: 9pt;}

.top-info{margin:0 0 10px 0;float:left;width:100%;}

#top-table td{padding:4px 0;}

#top-table table {width:100%;}