/*----------------------------------------------------------------------*/
/*                                                                      */
/*    PUBLIC JOURNAL STYLESHEET                                         */
/*    CREATED 9.24.17                                                  */
/*                                                                      */
/*    CONTAINS CONTRIBUTION-SPECIFIC STYLES  (IF ANY)                   */
/*                                                                      */
/*    BRIAN LONSWAY                                                     */
/*    CO-DESIGN EDITOR, PUBLIC                                          */
/*                                                                      */
/*----------------------------------------------------------------------*/

/* 
   video embed css is overriding body styles, 
   so re-defined here with !important
*/


body {
  
  padding-right: 10px !important;
  margin-right: 15px !important;
}
  
  
  
.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;    
}


