html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


table {
  border-collapse: collapse;
  border-spacing: 0;
}




body{margin: 0; font-family: "helvetica_neueroman", Arial, Helvetica, Sans-serif;  color: #383838;  font-size: 14px; line-height: 1.42857143;;}


.tabela{
	width: 100%; 
	margin-top: 15px; 
}
.tabela tr td{ 
	padding: 0.2em 10px 0.2em 10px;
}
.titulo {   
	padding: 0px 10px; 
	text-transform: uppercase; 
	background-color: #f9f9f9; 
	font-size: 12px
}

.timestamp {  
	font-size: 10px; 
	padding: 2px 5px ; 
	vertical-align: bottom;
	text-align: left; 
	
}
.tabela tr.border-bottom td{
	padding-bottom: 20px
}


@media (max-width: 250px) {
	.hidden-xs{
		display: none
	}

}	
	


@media (min-width: 350px) {

}	

@media (min-width: 400px) {

}



