h1#report_title{
  font-variant: small-caps;
}

h2#report_datetime{
  color: gray;
  font-size: smaller;
}

#report_table{
  border-collapse: collapse;
}

#report_table th, #report_table tr, #report_table td{
  background-color: #FFF;
}

#report_table th{
  color: #000;
  text-align: left;
  border-bottom: 1px solid black;
}

#report_table th, #report_table td{
  padding-left: 5px;
  padding-top: 5px;
}

#report_table .even{
  background-color:  #D3D3D3;
}

#report_table td{
  font-size: 10px;
}