@charset "UTF-8";

.tableMargin {
    width: auto;
    overflow: auto;
}
table.tRec {
    font-size: 15px;
    empty-cells: show;
    margin-bottom: 0px;
    border-collapse: collapse;
    width: 100%;
}

table.tRec th, table.tRec td {
    background: transparent none repeat scroll 0 0;
    text-align: left;
	border-top: 1px solid #000;
	vertical-align: top;
	white-space:normal !important;
}

table.tRec th {
	padding: 5px 0px 7px 4px;
	font-weight: bold;
	color: #000;
}

table.tRec td {
	padding: 5px 4px 7px 12px;
	width: 70%;
}

td a {
	color: #000;
	border-bottom:2px dotted  #000;
}

abbr {
   cursor:pointer
}

/*** earthquake counter #eq_counter ***/
#eq_counter th{
	padding:0px;
	font-weight:400;
}

#eq_counter td{
	padding:0px 0px 0px 10px;
	width:95%;
}

#eq_counter th, #eq_counter td {
	border-top:none
}

#eq_counter table {
	font-size:14px;
	line-height:22px
}

#eq_counter .odometer-inside {
	font-size:18px;
	line-height:22px;
	margin-top:-2px
}
