  

.divtable-search-row
{
  margin-top: 1em;
}



.divTable-table-row
{
  /*background-color: #fff; */
  border-top: medium #e8e8e8 solid;
  border-left: thin #e8e8e8 solid;
  border-right: thin #e8e8e8 solid;
  border-bottom: thin #e8e8e8 solid;

  font-size: 90%;

  margin-top: 1em !important;
  margin-bottom: 1em !important;
  margin-right: .5em !important;
  margin-left: .5em !important;

  padding: 1em;
}








.divTable-header-row {
  white-space: nowrap;
  color: #666;
  font-size: 80%;
}

.divTable-header-sort-toggle {
  padding-left: 1em;
  padding-right: 1em;
}


.divTable-title {

  text-align: center;
  font-size: 200%;

  padding-top: 8%;
  padding-bottom: 8%;

  border-bottom: thin #e6e6e6 solid;

  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


.divTable-searchbox {
  font-size: 1em;
  height: 2.5em;
}

.divTable-search-container {
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-top: 1em;
  /*background: #f6f6f6; */

}



.divTable-body
{
  /* nothing to see here */
}

.divTable-title-wrapper {

  padding-bottom: 1em;
}

@media( min-width: 1020px)
{

  .divTable-item-title {
    font-size: 125%;
    font-weight: bold;
    color: #003976;
  }

}
