body {
     margin: 0px;
     background-color: #FFFFFF;
     padding: 0.5%;
}
 #textoBarraListaInteresse {
     float: left;
     height: 100%;
     width: 19%;
     margin: 0.3% 0% 0% 5%;
}
 .textoBarra {
     font-family: 'Roboto', sans-serif;
     font-size: 78%;
     color: #666666;
     word-wrap: break-word;
     color: #FFFFFF;
     font-weight: 400;
     text-decoration: none;
}
 .texto {
     font-family: 'Roboto', sans-serif;
     font-size: 106%;
     color: #666666;
     width: 98%;
     height: 100%;
     word-wrap: break-word;
}
 #listagemTexto {
     font-family: 'Roboto', sans-serif;
     font-size: 12px;
     color: #666666;
     width: 99.8%;
     height: 94.5%;
     overflow: auto;
     word-wrap: break-word;
}
 #emailFrame {
     display: list-item;
     position: fixed;
     margin: 15% 0% 0% 30%;
     width: 70%;
}
 .itemLista {
     font-family: 'Roboto', sans-serif;
     font-size: 12px;
     padding: 1% 0% 1% 1%;
}
 #enviarEmailForm {
     width: 50%;
     height: 40%;
     frameborder: 0;
     bgcolor: #FF000;
     scrolling="yes";
     marginwidth="0";
     marginheight="0";
}

  #iconFavoritosEmail {
  	float: right; 
  	margin: 0.3% 0.5% 0% 1%; 
  	margin-right: 5px;
  }
  
  #iconFavoritosImprimir {
  	float: right;
  	margin: 0.3% 0.5% 0% 1%;
  }

 @media screen and (max-width: 599px) {
  #textoBarraListaInteresse {
     float: left;
     height: 100%;
     width: 34%;
     margin: 1.3% 0% 0% 2%;
  }
  
  #itemFav {
  	display: none;
  }
  
  #iconFavoritosEmail {
  	float: right; 
  	margin: 0.3% 0.5% 0% 1%; 
  	margin-right: 8px;
  }
  
   #iconFavoritosImprimir {
  	float: right;
  	margin: 0.3% 0.5% 0% 1%;
  }
  
   .texto {
     font-family: 'Roboto', sans-serif;
     font-size: 74%;
     color: #666666;
     width: 98%;
     height: 100%;
     word-wrap: break-word;
}
}
