
#wikicontents .resourceblocks {
  /*border: 2px solid #A59989;*/
  padding: 1.5ex;
  padding-top: 2ex;
  padding-bottom: 2.5ex;
  /*background-color:#d4ccbf;*/ /*#f2efeb;*/ 
  /*border: 1px solid #888;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 4px 0 rgba(0, 0, 0, 0.19);
  */
}

div.dashboard-bar {
  height: 34px;
  background-image: url('bar.gif');
  margin-top: 0.5in;
}


.resourceblocks .cover {
  display: table;
  text-align: center;
  background-color: white;
  height: 105px; /*0.85in;*/
  width: 100%;
  border-bottom: 1px solid #ccc;
  text-align: center;
  padding-top: 4px;
  
}

.resourceblocks .cover span {
  display: table-cell;
  vertical-align: middle;
}

.resourceblocks div.cover img {max-height: 100px;} /* width: 64px; }*/


.resourceblocks.book .block {
  
  width: 2.5in;
  height: 3in;
  border-left-width: 6px;
  background-image: none;
  background-color: #e8e8e8;  
}

.resourceblocks.book div.descp {
  color: black;
  max-height: 90px;
  padding-top: 2.5ex;
  padding-bottom: 1ex;
  flex: 1;
}

.resourceblocks.book .descp {
  display: block;
  background-color: #e8e8e8;  
}

.resourceblocks.book .descp span {
/*  display: table-cell;
  vertical-align: middle;
  text-align: center; */
}

.resourceblocks.book div.title {
  color: white;
  border-bottom: 5px solid white;
  min-height: 46px;
  width: 100%;
  display: table;
}

.resourceblocks.book div.title span {
  display: table-cell;
  vertical-align: middle;
}

.resourceblocks.book .title a,
.resourceblocks.book .title a:visited {
  color: white;
}
