<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Override some defaults */

.entry-content a {
	color: black;
    text-decoration: none;
    border-bottom: 1px dotted;
}

.entry-content a:hover {
	color: black;
	text-decoration: none;
    border-bottom: 1px solid;
}

.entry-content a.black {
    color: black;
    text-decoration: none;
    border-bottom: 1px dotted;
}

.entry-content a.black:hover {
    color: black;
	text-decoration: none;	
    border-bottom: 1px solid;    
}

.entry-content a:hover {
	color: black;
	text-decoration: none;	
    border-bottom: 1px solid;    
}

.entry-content a:active {
	color: black;
	text-decoration: none;
    border-bottom: 1px solid;	
}

@font-face {
  font-family: 'AvenirNext-Regular';
  src: url('../fonts/AvenirNext-Regular/AvenirNext-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/AvenirNext-Regular/AvenirNext-Regular.woff') format('woff'), url('../fonts/AvenirNext-Regular/AvenirNext-Regular.ttf')  format('truetype'), url('../fonts/AvenirNext-Regular/AvenirNext-Regular.svg#AvenirNext-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FrutigerNeueW02-Bd';
  src: url('../fonts/FrutigerNeueW02-Bd/FrutigerNeueW02-Bd.eot?#iefix') format('embedded-opentype'),  url('../fonts/FrutigerNeueW02-Bd/FrutigerNeueW02-Bd.woff') format('woff'), url('../fonts/FrutigerNeueW02-Bd/FrutigerNeueW02-Bd.ttf')  format('truetype'), url('../fonts/FrutigerNeueW02-Bd/FrutigerNeueW02-Bd.svg#FrutigerNeueW02-Bd') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto-Regular';
  src: url('../fonts/Roboto-Regular/Roboto-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/Roboto-Regular/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular/Roboto-Regular.ttf')  format('truetype'), url('../fonts/Roboto-Regular/Roboto-Regular.svg#Roboto-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

h1,h2,h3,h4,h5,h6{
    color: #333333;
    font-family:"Avenir Next", Avenir, "Helvetica Neue", Helvetica, sans-serif;
}

body {
    text-rendering: optimizeLegibility;
    font-family:"Avenir Next", Avenir, "Helvetica Neue", Helvetica, sans-serif;
}

#sidebar .list-group, #sidebar .list-group-item {
    background-color: transparent;
}

/* for list-groups nested within a list-group-item, reset the bottom margin */
.list-group-item &gt; .list-group {
    margin-bottom: 0px;
}

/* for list-group-items nested within a list-group-item, reset the bottom
padding of the last item, b/c the containing item has paddimg already 
 */
.list-group-item .list-group-item:last-child {
    padding-bottom: 0px;
}

.list-group-item {
    border: none;
}

.tag-0 {
    font-size: 16pt;
}

.tag-1 {
    font-size: 13pt;
}

.tag-2 {
    font-size: 10pt;
}

.tag-3 {
    font-size: 8pt;
}

.tag-4 {
    font-size: 6pt;
}

#aboutme {
    padding-top: 0px;
    padding-bottom: 5px;
    -ms-word-break: normal;
    word-break: normal;
}

#sidebar {
    padding-top: 0px;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

#sidebar a {
    color: inherit;
}

.icon-label {
    margin-left: 10px;
}

/* Example for how to control spacing between icon and label in specific
lists in the sidebar. To change, override in your CUSTOM_CSS           */
#sidebar #social i {
    margin-right: 3px;
}

.entry-content img {
    max-width: 100%;
    height: auto;
    padding: 2px;
}

.entry-content figcaption, .caption {
    font-size: small;
    margin-bottom: 2px;
}

.summary img {
    max-width: 100%;
    height: auto;
}


.floatright, .align-right {
    float: right;
}

.floatleft, .align-left {
    float: left;
}

.floatcenter, .align-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

figure.floatright, .align-right {
    margin-left: 4px;
}

figure.floatleft, .align-left {
    margin-right: 4px;
}

figure.floatcenter, .align-center {
    margin-bottom: 11px;
}

.highlighttable pre {
    /* Removes bootstrap default margin-bottom */
    margin-bottom: 0px;
}

.highlighttable {
    /* Adds them margin-bottom to highlightable instead of &lt;pre&gt; */
    margin-bottom: 11px;
}

.highlighttable {
    width: 100%;
}

#categories ul, #tags ul {
    list-style: none;
    padding: 0;
    margin-left: 0;
}

.docutils.footnote td.label {
    display: table-cell;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    text-align: inherit;
    white-space: inherit;
    border-radius: inherit;
}

.categories-timestamp {
    color: #AAAAAA;
    font-size: 0.9em;
    margin-right: 10px;
}

.tagcloud li {
    padding: 0px;
}

#banner {
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: scroll;
    background-size: cover; 
    background-color: #C4C4C4;
    margin: 0 0 20px;
    padding: 70px 0; /*controls padding around inner text*/
    position: relative;
}

#banner .copy {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    display: inline;
    float: left;
    max-width: 600px;
    padding: 20px;
    position: relative;
    z-index: 1;
}

#banner h1 {
    color: #fff;
    font-size: 60px;
    font-stretch: condensed;
    font-weight: 700;
    line-height: 0.9;
    margin: 0;
/*  text-transform: uppercase; */
}
#banner .intro {
    color: #fff;
    font-size: 21px;
    line-height: 1.33;
    opacity: 0.95;
}
#banner .btn, #banner .intro {
    margin-left: 4px;
}

/* Solutions for mobile and small screens  */
@media (max-width: 650px) {
    #banner h1{
        font-size: 30px; /* !important;*/
    }
    #banner .intro{
        font-size: 16px;
    }
}

/* COLORS */

a.text-primary:hover,a.text-primary:focus {
 color:#900
}
.text-success {
 color:#3c763d
}
a.text-success:hover,a.text-success:focus {
 color:#2b542c
}
.text-info {
 color:#31708f
}
a.text-info:hover,a.text-info:focus {
 color:#245269
}
.text-warning {
 color:#8a6d3b
}
a.text-warning:hover,a.text-warning:focus {
 color:#66512c
}
.text-danger {
 color:#a94442
}
a.text-danger:hover,a.text-danger:focus {
 color:#843534
}
.bg-primary {
 color:#fff;
 background-color:#BE4C54
}
a.bg-primary:hover,a.bg-primary:focus {
 background-color:#900
}
.bg-success {
 background-color:#dff0d8
}
a.bg-success:hover,a.bg-success:focus {
 background-color:#c1e2b3
}
.bg-info {
 background-color:#d9edf7
}
a.bg-info:hover,a.bg-info:focus {
 background-color:#afd9ee
}
.bg-warning {
 background-color:#fcf8e3
}
a.bg-warning:hover,a.bg-warning:focus {
 background-color:#f7ecb5
}
.bg-danger {
 background-color:#f2dede
}
a.bg-danger:hover,a.bg-danger:focus {
 background-color:#e4b9b9
}
p.warning {
 padding: 15px;
 font-size: 120%;
}

i.trigger-badge {
 color: red;
}

th {
 font-size: 20px;	
}

table{
 font-size:14px;		
}

/* MORE CUSTOMIZATION */

body {
    padding-top: 70px;
}

.navbar-brand {
/*     border: 1px solid red; */
    padding-top: 10px;
}
h2 {
    border-bottom: 1px solid #CCC;
}
pre {
    color: #3E3F3A;
    font-weight: bold;
}

#sidebar .list-group, #sidebar .list-group-item {
    background-color: transparent;
}

/* for list-groups nested within a list-group-item, reset the bottom margin */
.list-group-item &gt; .list-group {
    margin-bottom: 0px;
}

/* for list-group-items nested within a list-group-item, reset the bottom
   padding of the last item, b/c the containing item has paddimg already 
 */
.list-group-item .list-group-item:last-child {
    padding-bottom: 0px;
}

.list-group-item {
    border: none;
}

.tag-0 {
    font-size: 16pt;
}

.tag-1 {
    font-size: 14pt;
}

.tag-2 {
    font-size: 12pt;
}

.tag-3 {
    font-size: 10pt;
}

.tag-4 {
    font-size: 8pt;
}

#aboutme {
    padding-top: 0px;
    padding-bottom: 5px;
    -ms-word-break: normal;
    word-break: normal;
}

#sidebar {
    padding-top: 0px;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

#sidebar a {
    color: inherit;
}

.icon-label {
    margin-left: 10px;
}

/* Example for how to control spacing between icon and label in specific
   lists in the sidebar. To change, override in your CUSTOM_CSS           */
#sidebar #social i {
    margin-right: 3px;
}

a, a:hover {
    color: inherit;
}

.entry-title {
}

.entry-content a {
    text-decoration: none;
    border-bottom: 1px dotted;
}

.entry-content a:hover {
    text-decoration: none;
    border-bottom: 1px solid;
}

.entry-content img {
    max-width: 100%;
    height: auto;
}

.entry-content figcaption, .caption {
    font-size: small;
    margin-bottom: 2px;
}

.floatright, .align-right {
    float: right;
}

.floatleft, .align-left {
    float: left;
}

.floatcenter, .align-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

figure.floatright, .align-right {
    margin-left: 4px;
}

figure.floatleft, .align-left {
    margin-right: 4px;
}

figure.floatcenter, .align-center {
    margin-bottom: 11px;
}

.highlighttable pre {
    /* Removes bootstrap default margin-bottom */
    margin-bottom: 0px;
}

.highlighttable {
    /* Adds them margin-bottom to highlightable instead of &lt;pre&gt; */
    margin-bottom: 11px;
}

.highlighttable {
    width: 100%;
}

#categories ul, #tags ul {
    list-style: none;
    padding: 0;
    margin-left: 0;
}

.docutils.footnote td.label {
    display: table-cell;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    text-align: inherit;
    white-space: inherit;
    border-radius: inherit;
}

.categories-timestamp {
    color: #AAAAAA;
    font-size: 0.9em;
    margin-right: 10px;
}

.tagcloud li {
    padding: 0px;
}

#banner {
    background-repeat: no-repeat;
    background-position: top left;
    background-attachment: scroll;
    background-size: cover; /*100% auto;*/
    background-color: #9BB3C5; /*#C4C4C4;*/
    margin: 0 0 20px;
    padding: 70px 0; /*controls padding around inner text*/
    position: relative;
}

#banner .copy {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    display: inline;
    float: left;
    max-width: 900px;
    padding: 20px;
    position: relative;
    z-index: 1;
}

#banner h1 {
    color: #fff;
    font-size: 64px;
    font-stretch: condensed;
    font-weight: 700;
    line-height: 0.9;
    margin: 0;
    text-transform: uppercase;
}
#banner .intro {
    color: #fff;
    font-size: 40px;
    padding-top: 10px;
    margin-bottom: -5px;
    line-height: 1.33;
    opacity: 0.75;
}
#banner .btn, #banner .intro {
    margin-left: 4px;
}


/* Solutions for mobile and small screens  */
@media (max-width: 600px) {
    #banner h1{
       font-size: 30px; /* !important;*/
    }
    #banner .intro {
        font-size: 20px;
    }
}
#footer-well {
    margin-bottom: 0px;
}
footer img {
    max-width: 175px;
    clear: both;
}

/*Code horizontal scrolling?*/
.highlight pre * {
  white-space: nowrap;    // this sets all children inside to nowrap
}

.highlight pre {
  overflow-x: auto;       // this sets the scrolling in x
}

.highlight pre {
  white-space: pre;       // forces &lt;code&gt; to respect &lt;pre&gt; formatting
}
tr:target {
    background-color: #FFFFCC;
    border: 3px dotted darkred;
/*     font-weight: bold; */
}
.calendar-activity a[href $='.pdf'] {
    padding-right: 18px;
    background: transparent url(../../images/pdf.gif) no-repeat center right;
}
.calendar-activity .optional {
    font-weight: bold;
}
.calendar-date {
    width: 10%;
    font-size: 95%;
}
.calendar-video, .calendar-slides {
    text-align: center;
}

.fa-star {
    color: #F1C40F;
    /*font-size: 110%;*/
}
.fa-stack {
    font-size: 75%;
}

li.secondary {
/*     color: #75776D; */
}
div.assignments {
    padding: 2px;
    margin-top: 4px;
}
div.assignments span {
    font-size: 120%;
}

p.warning {
    padding: 15px;
    font-size: 120%;
}

i.trigger {
    color: red;
}

.navbar .nav {
    font-size: 16px;
}
.navbar-right i {
    font-size: 135%;
}

section.course-info {
    padding: 20px;
    padding-left: 25px;
    padding-right: 25px;
}
.course-info p {
    font-size: 120%;
    padding-bottom: 20px;
    text-align: justify;
}
.course-info h4 {
    font-weight: bold;
}
.course-info-list li {
    margin-left: 30px;
}
.course-info ul {
    min-height: 75px;
}
p.acknowledgements {
    font-size: 80%;
    line-height: 10pt;
    margin-bottom: 2px;
    padding-bottom: 0px;
}
ul.sponsors {
/*     border: 1px solid red; */
    min-height: 50px;
    margin-top: 10px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.sponsors li {
    list-style: none;
    padding: 0;
    margin-left: 0;
    margin-bottom: 10px;
    padding-bottom: 0px;
}
.sponsors img {
    max-width: 175px;
    height: auto;
}

.showcase p {
    padding-top: 10px;
    text-align: justify;
}
.showcase .row {
    padding-top: 30px;
    padding-bottom: 30px;
}
.showcase img {
    border: 1px solid #3E3F3A;
}
.showcase h3 {
    font-size: 150%;
    margin-top: 0px;
}

.sandstone {
 min-height:20px;
 padding:19px;
 margin-bottom:20px;
 background-color:#f8f5f0;
 border:1px solid transparent;
 border-radius:4px;
 -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);
 box-shadow:inset 0 1px 1px rgba(0,0,0,0.05)
}

.headerlink {
    padding-left: 8px;
    font-size: 80%;
}

@media (max-width: 600px) {
    h1 {
        font-size: 180%;
    }
    .table {
        font-size: 70%;
    }
    .table ul {
        margin-left: 10px;
        padding-left: 2px;
        font-size: 90%;
    }
    .table li {
        margin-bottom: 10px;
    }
    .calendar-date {
        font-size: 90%;
        width: 15%;
    }
    .calendar-activity a[href $='.pdf'] {
        padding-right: 10px;
        background: transparent url(../../static/images/pdf.gif) no-repeat center right;
        background-size: 8px 8px;
    }
    #banner h1 {
        font-size: 175%;
    }
    .course-info p {
        font-size: 95%;
        padding-bottom: 10px;
    }
    #footer-well {
        font-size: 85%;
    }
    footer div.well {
/*         border: 1px solid red; */
        padding: 10px;
    }
    .showcase img {
        margin-bottom: 20px;
    }
}
        
}



</pre></body></html>