@font-face {
   font-family: flamabook;  
   src: url('../../libs/fonts/flama-book-webfont.woff2') format('woff2'),
      url('../../libs/fonts/flama-book-webfont.woff') format('woff'),
      url(../../libs/fonts/Flama-Book.otf);  
   font-weight: normal; 
   font-style: normal; 
}

table {
	min-width: 200px;
	margin: 0;
	padding: 0;
}

table #moedas td,
table #commodities td,
table #indices td,
table #indicadores td {
	font-family: flamabook;
	font-size: 0.9em;
  line-height: 18px;
}

table #moedas td {
  white-space: nowrap;
}

table #moedas td.timestamp,
table #moedas tr.fonte td,
table #commodities td.timestamp,
table #commodities tr.fonte td,
table #indices td.timestamp,
table #indices tr.fonte td,
table #indicadores td.timestamp,
table #indicadores tr.fonte td {
  color: #839192;
  line-height: 11px;
  font-size: 12px;
}

span .flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;  
}