<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
#31849b - steel blue
#f79646 - mustard orange
#495525 - DC dark green
#77A240 - DC mid green
#a5c727 - DC light green
*/

* { 
	padding:0px;
    margin:0px;
}

body {
	font-family: Helvetica, Verdana, sans-serif;
	line-height: 1.5em;
	margin: 5px;
	font-size:100%;
}

h1,h2,h3,h4 {
	margin: 10px 5px;
	text-align:center;
	color: #495525;
	font-size: 120%;
}

p {
	margin:10px 5px;
}

ul {
	margin: 10px 0;
}

ul li {
	margin-left:25px;
	list-style: none;	
}

ul li:before {
      /* For a round bullet */
      content:'\2022';
      /* For a square bullet */
      /*content:'\25A0';*/
      display: block;
      position: relative;
      max-width: 0px;
      max-height: 0px;
      left: -20px;
      top: -0px;
      color: #77A240;
      font-size: 30px;
    }
 
ol {
	margin: 10px 0;
}

ol li {
	margin-left:25px;
}

a {
	color: #495525;
	text-decoration: underline;
}

table {
	border:1px solid #000;
	width:100%;
	border-collapse: collapse;
}

table th {
 font-weight: bold;
 background: #77A240;
 padding: 0.5em;
 border-bottom: 1px solid #000;
 border-right: 1px solid #000;
}

table td {
	padding: 0.5em;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	vertical-align: top;
}

td &gt; ul &gt; li:before {
        /* For a round bullet */
      content:'\2022';
      /* For a square bullet */
      /*content:'\25A0';*/
      display: block;
      position: relative;
      max-width: 0px;
      max-height: 0px;
      left: -20px;
      top: -0px;
      color: #000;
}

.box {
	margin:10px 5px;
	padding: 4px 4px 4px 4px;
	border: 1px solid #888;
	border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
}

.activity, 
.core,
.casestudy,
.pause {
	
}


.definition,
.action,
.warning,
.suggestion, 
.info,
.question {
	padding: 10px 10px 5px 60px;
	background-repeat: no-repeat;
	min-height: 60px;
}

.definition{
	background-image: url('style_resources/book.png'); 
}

.action {
	background-image: url('style_resources/tick.png'); 
}

.warning {
	background-image: url('style_resources/warning.png'); 
	font-weight:bold;
}

.suggestion, .info {
	background-image: url('style_resources/info.png'); 
}

.question {
	background-image: url('style_resources/question.png'); 
}

div.question &gt; p:first-child {
	font-weight:bold;
}

div.question p {
	margin: 0 10px 10px 0;
}

.reveal {
	text-decoration: underline;
	color: #495525;
	cursor: pointer;
}

img {
	text-align:center;
	display:block;
	margin-left: auto;
    margin-right: auto;
    max-width: 90%;
}

.credit, .caption {
	font-size: 80%;
	margin: 3px 0 10px 0;
	text-align:center;
	line-height: 1.2em;
	color:#666;
	font-style:italic;
}
</pre></body></html>