div#historico{
position: absolute;
right: 10px;
top: 110px;
width: 120px;}

 #historico table{
 font-size: 0.7em;
 width: 100%;
 text-align: center;
 color: #353535;}
 
  #historico caption{
  text-align: left;
  margin: 5px 0;}
  
  #historico td{
  background-color: #fff;
  padding: 3px;
  color: #353535;}
  
   #historico td strong{
   display: block;}
  
  #historico tr.any td{
  background-color: #F17E00;
  color: #fff;
  text-align: center;
  font-weight: bold;}

