/*----------------------------------------------------------------------*/
/*                                                                      */
/*    PUBLIC JOURNAL STYLESHEET                                         */
/*    CREATED 07.01.18                                                  */
/*                                                                      */
/*    CONTAINS CONTRIBUTION-SPECIFIC STYLES                            */
/*                                                                      */
/*    BRIAN LONSWAY                                                     */
/*    CO-DESIGN EDITOR, PUBLIC                                          */
/*                                                                      */
/*----------------------------------------------------------------------*/



@media print {

  #contribSelectMenu {
    display: none;
  }

  #swapContainer {
    height:auto;
  }

  #start {
    display:none;
  }

  .illusImage, .illusCaption, .illusCredit{
    display:block;
  }


}


@media screen {

  #contribSelectMenu {
    width:100%; 
    height: auto; 
    background-color:lightgrey; 
    margin-bottom:5px; 
    text-align:center;
  }

  #swapContainer {
    width:98%; 
    height: 600px; 
    padding-left:1%; 
    padding-right:1%; 
    padding-bottom:5px; 
    background-color:lightgrey; 
    overflow:scroll; 
    display:block;
  }

  .swappable {
    height:100%; 
    display:none;
  }

  #start { 
    display:block; 
    text-align:center;
  } /* turn start div on as all others in .swappable are off  */

}
