/**----------------------------------------------------------------------------
 file: $ISIP_WEB/2018/program.css

 revision history:
  20180517 (LJ): initial version

 This file is the css stylesheet for the program ieee_spmb subpage. 

   1. miscellaneous classes
  
 This stylesheet affects bootstrap classes and HTML tags.
---------------------------------------------------------------------------**/

/*centers table cell contents*/
td{
 text-align: center;
 vertical-align: middle !important;
 color: black !important;
}

th{
 text-align: center;
 background: #a7aaaf;
}

/*colors table header contents*/
.table_header{
 font-weight: bold;
 background: #c8cace;
}

/*adds shadow to table*/
table{
 box-shadow: .4rem .8rem #e8eef4;
}

/*positions +/- indicator*/
.collapse_indicator{
 height: 1.5rem;
 position: absolute;
 right: 0;
 margin-right: 1rem;
}

.table_header img{
 height: 1.5rem;
}

/*changes mouse style for interactivity of table*/
.table_header:hover{
 cursor: pointer;
 background: #aab1b7;
}

/** end of file **/
