/*** XCurrencies ***/
.currencies{
  margin: 0;
  width: 100%;
  background: transparent !important;
}
.currencies td{
  border: none !important;
}
.currency{
  padding: 0.5em;
  margin: 0;
  overflow: hidden;
  line-height: 1.4;
}
.currency:hover{
  background: #f2f2f2;
}

.currency-name{
  font-weight: bold;
}
.currency-date{
  color: #777;
  font-weight: normal;
}
.currency-pos .currency-diff{ 
  color: #20b920;
}
.currency-neg .currency-diff{
  color: red;
}






