/*                                                                      */
/* 		                   TEST SITE ONLY      		                    */
/*                                                                      */
/* v001 02 Aug 2019 -   Initial version created from WOL desktop.css    */
/*                                                                      */
/*                                                                      */

/* For styles that can only be seen when using the test site	*/


div#pagewidth { 
  margin-top: 10px;
}


div.audiencespecific, 
p.audiencespecific {
  padding-right: .5em;
  border-right: 5px solid #FF0000;
}

.ignorewhenprinted {
  padding-right: 20px !important;
  border-right: 5px solid #0000FF;
}
.printedversiononly {
  padding-right: 20px !important;
  border-right: 5px solid #00FF00;
}


nav.primary ul li.etv {
    display: inline-block;
}