/*----------------------------------------------------------------------*/
/*                                                                      */
/*    PUBLIC JOURNAL STYLESHEET                                         */
/*    CREATED 9.24.17                                                  */
/*                                                                      */
/*    CONTAINS CONTRIBUTION-SPECIFIC STYLES  (IF ANY)                   */
/*                                                                      */
/*    BRIAN LONSWAY                                                     */
/*    CO-DESIGN EDITOR, PUBLIC                                          */
/*                                                                      */
/*----------------------------------------------------------------------*/

 

.illusWrapper {
  margin:0px;
 }
  
.illusWrapper.illusCentered {
 width:100%;  
 }
  

.interviewMember1 {

  display: inline-block;
  line-height: 1.5em;
  padding: 0px 25px 0px 5px;
  border-left: 3px;
  border-style: solid;
  border-color: black;
  background-color: #0ef;
  font-weight: bold;
}

.interviewMember2 {

  display: inline-block;
  line-height: 1.5em;
  padding: 0px 25px 0px 5px;
    border-left: 3px;
  border-style: solid;
  border-color: black;
  background-color: #0fe;
  font-weight: bold;    
}


.interviewMember3 {

  display: inline-block;
  line-height: 1.5em;
  padding: 0px 25px 0px 5px;
    border-left: 3px;
  border-style: solid;
  border-color: black;
  background-color: #0ff;
  font-weight: bold;    
}


.interviewMember4 {

  display: inline-block;
  line-height: 1.5em;
  padding: 0px 25px 0px 5px;
    border-left: 3px;
  border-style: solid;
  border-color: black;
  background-color: #6df;
  font-weight: bold;    
}

.interviewMember5 {

  display: inline-block;
  line-height: 1.5em;
  padding: 0px 25px 0px 5px;
    border-left: 3px;
  border-style: solid;
  border-color: black;
  background-color: #22fdfc;
  font-weight: bold;    
}


