/* ------------------------------------------------------------------ 
   Common Content Elements
   ------------------------------------------------------------------ */

/* Headings */
.bookLanding .tocHeader h3 { font-size:1.5em; /*font-size:18px;*/ font-weight:normal; padding:12px; display:block; float:left; }



/* summary for personalization data grids */
.myStuff .resultStats { padding:10px 0; }

/* personalization data grid */
#stuffTable { border:none; width:100%; background-color:#fff; font-size:inherit; line-height:inherit; margin-bottom:1em; }
#stuffTable th, 
#stuffTable td { padding:.5em; vertical-align:middle; border-bottom:1px solid #D7D5CA; }
#stuffTable td.savedTitle { width:60%; }
#stuffTable th { text-align:left; background-color:#9D9B90; color:#fff; font-weight:bold; /*min-height:40px;*/ }
#stuffTable input[type="checkbox"] {  margin:0; }
#stuffTable a { }
#stuffTable .actions a { display:block; float:left; }
#stuffTable .actions a.edit,
#stuffTable .actions a.editSearch,
#stuffTable .actions a.cite { margin-right:1em; }
#stuffTable .actions a.delete { margin-right:0; }
#stuffTable col.checkbox { width:35px; }

ul.tags { list-style:none; margin:0; }
#stuffTable col.actions { min-width:100px; }
#stuffTable.search .type { display: none; }


