/**
 * Cotação Moedas Hoje - Banco Central do Brasil 
 *
 */
 
.panel-cotacao, .panel-cotacao a { 
 	color: #666 !important;
 	font-size: 0.9em;
 	background-color: transparent; 
}
.table-cotacao {
	margin: 0 !important;
	padding: 0 !important;
}
.table-cotacao td, 
.table.table-cotacao th,
.table-cotacao td a, 
.table-cotacao th a {
	color: #666 !important;
	font-size: 1.em !important;
	border: none !important;
	margin: 0 !important;
	padding: 0 4px 3px 0 !important;
}
.table-cotacao td,
.table-cotacao td a {
	color: #666 !important;
	border: none !important;
}
@media (max-width:767px){
}
@media (min-width:768px) and (max-width:991px){
}
