.report {
  border-collapse: collapse;
  background: #fff;
}

.report th, .report td {
  border: 1px solid #000;
  padding: 1px;
}

.report .numeric {
  width: 20ex;
  white-space: nowrap;
  text-align: right;
}

.report tr.summary td {
  font-weight: bold;
  background: #ddd;
  /*font-style: italic;*/
}

.report thead th {
  background-color: #eee;
  word-spacing: nowrap;
}

.report col.scroll_fixed {
  background-color: #eee;
}

.report th, .report td {
	text-align: left;
	font-size: 11pt;
}
