<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*  Header styles 
    ==================================*/
.header {
    background: #ca3415;
}

.header &gt; .inner {
    background: url('/img/notebook-icon-orange.png') no-repeat 12px center;
    background-size: 50px auto;
    max-width: 1500px;
    padding: 1rem 12px;
    position: relative;
    transition: padding .5s ease, background-size .5s ease;
}

.header.collapsed {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10;
}

.header.collapsed &gt; .inner {
    background-size: 30px auto;
    padding: 3px 12px;
    transition: all .5s ease;
}

.header a,
.header ul li,
.header .nav {
    display: inline-block;
    vertical-align: middle;
}

.header a {
    color: #fff;
}

.header a:hover {
    color: #ffd9c3;
}

.header .title {
    font-size: 1.7rem;
    padding: 0 0 0 60px;
    transition: padding .5s ease;
}

.header.collapsed .title {
    padding: 0 0 0 40px;
    transition: padding .5s ease;
}

.header.collapsed .nav-links {
    margin: 0px 0 3px;
}

.header .nav-links &gt; li:before {
    content: '';
    border-left: 1px solid #fc782d;
    display: inline-block;
    height: .9rem;
    margin: 0 8px 0 5px;
    position: relative;
    top: 1px;
    vertical-align: middle;
}

.header .nav-links &gt; li:first-of-type:before {
    border: 0;
    margin: 0 0 0 25px;
}

.header .nav-links a {
    font-size: .85rem;
    text-transform: uppercase;
}

.header .nav-links button:hover,
.header .nav-links button.selected {
    color: #ffd9c3;
}

.header .menu-title .gl-caret-icon {
    width: 10px;
    height: 10px;
    margin: 0 0 0 2px;
}

.header .menu-title .gl-caret-icon path {
    fill: #fff;
}

.header .menu-title:hover .gl-caret-icon path {
    fill: #ffd9c3;
}

.header .menu-container {
    position: relative;
    white-space: nowrap;
    z-index: 11;
}

.header .menu {
    position: relative;
    top: 36px;
}

.header .menu:before,
.header .menu:after {
    content: '';
    border-width: 15px;
    border-style: solid;
    display: block;
    left: 8.375rem;
    position: absolute;
    top: -30px;
}

.header .menu:before {
    border-color: transparent transparent #fcfcfc transparent;
    top: -28px;
    z-index: 1;
}

.header .menu:after {
    border-color: transparent transparent #dedede transparent;
    z-index: 0;
}

.header .menu {
    background: #fcfcfc;
    border: 1px solid #dedede;
    left: 12px;
    position: absolute;
    z-index: 3;
}

.header .menu a {
    border-top: 1px solid #ececec;
    color: #333;
    display: block;
    font-weight: 600;
    padding: 10px 25px;
    text-transform: none;
}

.header .menu a:hover {
    color: #fc782d;
    background: #f3f3f3;
}

.header .menu li:first-of-type a {
    border: 0;
}

.header .menu li {
    display: block;
}

.header .right {
    bottom: 0;
    font-size: .9rem;
    height: 1.6rem;
    line-height: 1;
    margin: auto;
    position: absolute;
    right: 12px;
    text-align: right;
    top: 0;
    vertical-align: middle;
    white-space: nowrap;
    width: 250px;
}

.header .subtitle-link {
    display: block;
    font-size: .75rem;
    font-style: italic;
    position: relative;
    top: .4rem;
}

a.selected-link {
    color: #fc782d;
}

.header .nav .hamburger {
    width: 0;
}

/*  Other styles 
    ==================================*/

.more-space {
    margin: 2.5rem 0;
}

section .divider h3 {
    margin: .8rem 0 1rem;
}

.cols-2 div {
    padding: 0 7rem 0 0;
}

section ul {
    margin: 1rem 0;
}

.about h3 {
    color: #333;
    font-size: 1rem;
}

.about h2 {
    margin: 1rem 0;
}

.submission h2,
.error h2 {
    color: #333;
}

#notebook-container {
    height: auto !important;
}

.notebooks .main {
    padding: 0 0 5rem;
}



/*  Search 
    ==================================*/
.nav-links button {
    background: transparent;
    border: 0;
    color: #fff;
    font-size: .85rem;
    text-transform: uppercase;
    vertical-align: middle;
	margin-top: 4px;
}

.nav-links button svg {
	height: 21.5px;
    width: 17px;
    margin-right: 1px;
    padding: 0 0 2px 0;
    vertical-align: middle;
    transition: width .5s ease;
}

.header.collapsed svg {
    width: 14px;
    transition: width .5s ease;
}

.nav-links button svg path {
    fill: #fff;
}

.nav-links button:hover svg path,
.nav-links button.selected svg path {
    fill: #ffd9c3;
}

.search-container {
    background: #eeeeee;
    border-bottom: 1px solid #d2d1d2;
    left: 0;
    margin: 1.3rem 0;
    position: fixed;
    right: 0;
    z-index: 10;
}

.search-container .inner {
    margin: 0 auto;
    max-width: 860px;
    padding: 11px 0 11px 0;
}

.nav-search-box,
.nav-categories-box {
    display: inline;
}

.nav-search-box {
    position: relative;
}

/* -- Filter Dropdown -- */
.categories-button-wrapper.top {
	padding-top: 5px;
}

.categories-button-wrapper.top:before,
.categories-button-wrapper.top:after {
    content: '';
    border-width: 15px;
    border-style: solid;
    display: block;
    left: 8.375rem;
    position: absolute;
    top: -30px;
}

.categories-button-wrapper.top:before {
    border-color: transparent transparent #fff transparent;
    top: -28px;
    z-index: 1;
}

.categories-button-wrapper.top:after {
    border-color: transparent transparent #dedede transparent;
    z-index: 0;
}

.categories-box-layer {
    background: none;
    position: absolute;
    border: none;
    padding: 3px 18px 12px;
	width: 240px;
    top: 60px;
    left: 266px;
    z-index: 1;
}

.categories-options {
    border: 1px solid #d5d5d5;
    background: #f5f5f5;
}

.category-button {
    display: inline-block;
    border: none;
    font-size: 12px;
    font-weight: 600;
    padding-top: 2px;
	padding-left: 5px;
    width: 100%;
    line-height: 25px;
    text-align: left;
    background-color: #fff;
}

.category-button:hover {
    color: #fc782d;
}

.categories-button-wrapper {
    background-color: #fff;
    padding-left: 8px;
}

.categories-button-wrapper:hover .category-button {
    color: #fc782d;
}

.categories-button-wrapper.last {
    border-bottom: 1px solid #d5d5d5;
	padding-bottom: 5px;
}

.toggle-categories-button {
    font-size: .85rem;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    padding: 0 3px;
    margin-left: 5px;
    color: #666;
    vertical-align: top;
    margin-top: 7px;
}

.toggle-categories-button:hover {
    color: #cf3300;
}

.categories-box-layer {
    padding: 0;
}

span.category-button-label {
	padding-left: 12px;
}

.category-filter-button {
    background-color: #ff3300;
    cursor: pointer;
    color: #fff;
    padding: 2px 14px 4px 14px;
    margin: 8px 12px 8px 143px;
    display: inline-block;
    font-size: 11px;
    border-radius: 6px;
}

.categories-header {
    border-bottom: 1px solid #d5d5d5;
    background-color: #efefef;
}

.historical .category-button-label {
	font-weight: 400;
}

.popup-pointer {
    margin-bottom: -8px;
    margin-left: 170px;
}

/* --------------- */
/* -- Checkboxes -- */
.checkbox {
    display: inline-block;
    width: 22px;
    height: 22px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

.checkbox:before {
    content: "";
    position: absolute;
    width: 0.2em;
    height: 10px;
    background-color: #e4e4e4;
    left: 10px;
    top: 7px;
}

.checkbox:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 0.2em;
    background-color: #e4e4e4;
    left: 7px;
    top: 15px;
}

.categories-button-wrapper .checkbox {
	float: left;
}

.selected .checkbox {
    border: none;
}


.switch {
	float: left;
	position: relative;
	display: inline-block;
	width: 22px;
	height: 12px;
	margin-top: 6px;
}

.slider {
	position: absolute;
	cursor: pointer;
	border: 1px solid #ccc;
	border-radius: 22px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

.selected .slider {
	background-color: #ff3300;
}

.selected .slider:before {
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px);
}


.categories-button-wrapper.selected .slider,
.categories-button-wrapper:hover .slider,
.selected .category-button .slider,
.category-button:hover .slider {
	border-color: #ff3300;
}

.nav-categories-box select {
    font-size: 11px !important;
    color: #555;
    margin: 0 40px;
}

.results-section {
    border-top: 1px solid #d2d2d2;
    padding: 0;
    width: 100%;
    background: #f6f6f6;
}

.category-input,
.language-input {
    font-size: 12px;
    width: 100%;
    padding: 0 0 3px 0;
}

.category-input label,
.language-input label {
    padding-left: 6px;
}

.sidebar-box {
    padding: 0.5rem 0 1.5rem 1.5rem;
    margin-bottom: 12px;
    border: 1px solid #e1e1e1;
}

.sidebar-heading,
.sidebar-subheading {
    padding: 10px 0 10px 10px;
    margin: 0;
}

.sidebar-heading {
    font-size: 11px;
}

.sidebar-subheading {
    font-size: 12px;
    color: #cc3300;
    font-weight: 600;
}

.sidebar-closebox {
    position: absolute;
    padding: 2px;
    color: #999;
    font-size: 20px;
    top: 1px;
    right: 6px;
    cursor: pointer;
    font-family: sans;
    font-weight: 600;
    margin-top: 25px;
    margin-right: 5px;
}


/* collapsed menu */

.header .nav.collapsed {
    display: block;
    width: 100%;
}

.header .nav.collapsed .nav-links {
    background: #fcfcfc;
    border-bottom: 1px solid #ececec;
    display: none;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 5rem;
    transition: top .5s ease;
    width: 100%;
    z-index: 10;
}

.header.collapsed .nav.collapsed .nav-links {
    margin: 0;
    top: 40px;
    transition: top .5s ease;
}

.header .nav.collapsed .nav-links a,
.header .nav.collapsed .nav-links button {
    border-top: 1px solid #ececec;
    color: #333;
    display: block;
    font-weight: 600;
    padding: 10px 25px;
    text-align: left;
    width: 100%;
}

.header .nav.collapsed .nav-links button svg path {
    fill: #333;
}

.header .nav.collapsed .nav-links button:hover svg path {
    fill: #fc782d;
}

.header .nav.collapsed .nav-links a:hover,
.header .nav.collapsed .nav-links button:hover {
    color: #fc782d;
    background: #f3f3f3;
}

.header .nav.collapsed .hamburger {
    bottom: 0;
    cursor: pointer;
    height: 22px;
    margin: auto;
    position: absolute;
    right: 12px;
    top: 0;
    width: 30px;
}

.header .nav.collapsed .hamburger:before {
    border-bottom: 4px solid #fff;
    border-top: 4px solid #fff;
    content: '';
    display: inline-block;
    height: 12px;
    position: absolute;
    right: 0;
    width: 30px;
}

.header .nav.collapsed .hamburger:after {
    border-bottom: 4px solid #fff;
    content: '';
    display: inline-block;
    height: 20px;
    position: absolute;
    right: 0;
    width: 30px;
}

.header .nav.collapsed .nav-links&gt;li {
    display: block;
}

.header .nav.collapsed .nav-links&gt;li:before {
    display: none;
}

.header .nav.collapsed .menu-title:after {
    filter: brightness(.1);
}

.header .nav.collapsed .menu:before,
.header .nav.collapsed .menu:after {
    left: 9.3rem;
}

.header.collapsed .search-container {
    margin: .5rem 0 0;
    transition: margin .5s ease;
}
.header.collapsed .search-container.collapsed {
    margin: 11.4rem 0 0;
    transition: margin .5s ease;
}
.header.collapsed .nav-links button svg {
	height: 17px;
}

@media all and (max-width: 990px) {
    .main h1 {
        padding: 5px 0 5px 0;
    }
	.header .nav-links &gt; li:first-of-type:before {
		margin: 0;
	}
    .header .nav .nav-links {
        margin-left: 9px;
    }
    .header.collapsed .nav .nav-links {
        margin-left: 32px;
    }
    .header .nav.collapsed .nav-links {
        margin: -5px 0 0 0;
    }
	.nav-links button svg {
		height: 18.5px;
	}
    .search-container.collapsed {
        margin: 12.7rem 0 0 !important;
        transition: margin .5s ease;
    }
}

@media all and (max-width: 684px) {
	.search-container {
        margin: 0.2rem 0 0 !important;
        transition: margin .5s ease;
    }
	.categories-box-layer {
		left: 75px;
	}
	.categories-button-wrapper.top:before,
	.categories-button-wrapper.top:after {
		left: 14rem;
	}
}

@media all and (max-width: 600px) {
    .cols-2 div {
        padding: 0;
    }
	
	.header.collapsed .search-container.collapsed {
		margin: 12.1rem 0 0 !important;
		transition: margin .5s ease;
	}

    .main h1 {
        margin: 0 0 1rem;
    }
}

@media all and (max-width: 499px) {
	.categories-box-layer {
		left: 90px;
	}
}

/* ************************************************************************************************ */
/* ************************************************************************************************ */
/* ************************************************************************************************ */
/* ************************************************************************************************ */
/* ************************************************************************************************ */

*, :after, :before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}



a, summary {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    background: transparent;
    cursor: pointer;
    text-decoration: none;
}

html, body {
    font-family: 'Open Sans', sans-serif;
    background: #f6f6f6;
/*    font-size: 16px !important; */
}

section#notebook-wrapper.gradient {
/*
    background: linear-gradient(to bottom, #f7f7f7 0%,#e5e5e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e5e5e5',GradientType=0 );
*/
}


/*  Header styles 
    ==================================*/
/*
.header {
    background: #ca3415;
}
*/
.header &gt; .inner {
    background: url('/objects/nbarch/img/notebook-icon-orange.png') no-repeat 12px center;
    background-size: 50px auto;
    max-width: 1500px;
    padding: 1rem 12px;
}
.header a.title a,
.header a.title:hover,
.header a.title:visited,
.header a.title:active {
   color: #fff;
}

section.metadata .inner {
    margin: 0;
    padding: 0 0 0 6px;
    position: inherit;
    max-width: 1500px;
}

section.metadata {
    color: #333;
    padding: 14px 0 4px 20px;
    border-bottom: 1px solid #ddd;
    width: 100%;
    background: #eee;
}

section.metadata .author-entry .auth, 
section.metadata .categories-entry .cat, 
section.metadata .supplements-entry {
    cursor: pointer;
    display: inline-block;
}
section.metadata .title-wrapper .auth:hover,
section.metadata .author-entry .auth:hover, 
section.metadata .categories-entry .cat:hover {
    color: #f59c78;  
}
/*
section.metadata .entry .title-wrapper .title:hover,
section.metadata .entry .title-wrapper .author:hover,
*/
section.metadata .entry .title-wrapper .show-details:hover {
    color: #f59c78;  
}
section.metadata .entry {
    line-height: 24px;
	margin: 0;
    font-size: 16px;
    background: inherit;
    display: block;
    flex-wrap: nowrap;
    width: 100%;
    color: #333;
}
section.metadata .entry .breadcrumbs {
    display: block;
    font-size: 12px;
    line-height: 14px;
	color: #646464;
    cursor: pointer;
}
section.metadata .entry .breadcrumbs .cat:hover {
    color: #f59c78;  
}
section.metadata .entry a.breadcrumb {
    display: inline-block;
    font-size: inherit;
    line-height: 12px;
}
section.metadata .entry .breadcrumb .rsaquo {
    color: inherit;
}
section.metadata .entry .breadcrumbs .bullet:before {
	content: "\2022";
}
section.metadata .entry .breadcrumbs .bullet {
	padding: 0 8px;
    color: #bbb;
}
section.metadata .entry #titleEntry,
section.metadata .entry .title {
    display: inline;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 3px 0;
    font-style: italic;
/*    cursor:pointer; */
}
section.metadata .entry .notebook-author {
    font-size: 0.95rem;
}
section.metadata .entry .author {
    display: inline-block; 
    font-size: 14px;
    color: inherit;
    padding: 0;
    margin: 0;
    font-weight: 400;
    cursor:pointer;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
}
/*
section.metadata .entry .author:hover {
    color: #f59c78;  
}
*/
/*
section.metadata .entry .title {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 3px 0;
    font-style: italic;
    cursor:pointer;
}
*/
div#authorEntry::before,
div#author::before {
/*    content: "\2013"; */ /* endash */
    content: "\2014"; /* emdash */
    color: #ddd;
    font-size: 20px;
/*    margin: 0 6px; */
    margin: 0 2px 0 0px;
    padding: 0;
}
#notebook-wrapper {
    margin: 0;
    padding: 36px 0 0 0;
    text-align: center;
}

.collection-group .notebook-title {
    color: #e93e07;
    font-size: 28px;
    margin: 30px 0 0 0;
    text-align: left;
}
.collection-group .entry-menu-button {
	display: none;
	position: relative;
}
.collection-group .open-in-cloud-button {
	display: none;
}
.notebook-iframe {
    border: 1px solid #d1d1d1;
}

 
.notebook-container {
	position: relative;
/*    min-height: 1000px; */
}
.collection-group {
    display: flex;
    flex-direction: column;
    padding-left: 20px;
	background: #fff;
}
.collection-container {
    text-align: left;
	display: flex;
    flex-direction: row;
    margin: auto;
    padding: 0;
    background: #fff;
    max-width: 1100px;
}
.collection-container .content-wrapper {
    background: #f5f5f5;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.collection-container .content-wrapper:hover {
    background: #fffde8;
    border-left: 1px solid #da6827;
    border-right: 1px solid #da6827;
	border-bottom: 1px solid #da6827;
}

/*
.notebook-container .notebook-embed {
    z-index: 500;
}
.notebook-container .notebook-html-embed {
    z-index: 501;
}
*/

.notebook-container .cloud-notebook-container {
    position: relative;
/*    width: 990px; */
    height: 100%;
    margin: 0;
    padding: 0;
    display: inline-block;
    min-height: -webkit-fill-available;
    background: #fff;
    -webkit-box-shadow: 0px 0px 30px -15px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 30px -15px rgba(0,0,0,0.25);
}

/* temp fix for cloud svg plots not assigning text-align:left and inheriting center from #notebook-wrapper */
/*
#cloud-notebook-container &gt; div {
	text-align: left !important;
}
#cloud-notebook-container svg {
	text-align: left;
}
*/
.notebook-container .notebook-embed {
    display: none !important;
}
.notebook-container .container-notebook-cache {
    z-index: 2;
	display: inline-block; 
    position: absolute; 
    left: 0;
    top: 0;
}
.notebook-container .container-live-notebook {
	display: inline-block; 
    z-index: 5;
}
/* .notebook-container .notebook-embed, */
.notebook-container .notebook-html-embed, 
.notebook-container .container-notebook-cache, 
.notebook-container .container-live-notebook {

/*	display: inline-block; */
/*     margin: 0 auto; */
    margin: 0;
    padding: 0;
/*    border: 1px solid #d1d1d1; */
    background: #fff;
/*    overflow-y: scroll; */
/*    min-height: 500px; */
}

.scrolling-nav-bar {
	position: top;
    bottom: 0;
}
.mobile-nav-bar {
	position: fixed;
    bottom: 0;
    width: 100%;
/*    height: 15px; */
    background: #efefef;
    left: 0;
    margin: 0;
    padding: 15px;
    z-index: 300;
}
.detail-entry, .author-details, .supplements-details, .title-details, .keywords-details, .description-details, .categories-details, .notebook-details, .date-added-details, .last-modified-details, .filesize-details,
.detailEntry, .authorDetails, .titleDetails, .keywordsDetails, .descriptionDetails, .categoriesDetails, .notebookDetails {
    font-size: 13px;
    line-height: 24px;
    display: table-row;
}
.supplements-entry a, .supplements-entry a:hover, .supplements-entry a:visited {
	color: #646464;
}
.details-wrapper {
    display: none;
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    position: absolute;
    
    left: 0;
    width: 100%;
    z-index: 1;
    right: 0;
    background: #f4f4f4;
    margin-top: 4px;
    z-index: 6;
}
.details-wrapper .details {
    margin: auto;
    padding: 10px 150px 10px 26px; 
}
.show-details {
    cursor:pointer;
/*
    width: 7px;
    height: 12px; 
    margin-right: 5px;
    background: url("/objects/nbarch/img/OpenersIndex.png") 0 0;
*/
/*
    float: right;
    text-align: left;
    margin-right: 225px; 
*/
}
div#show-details:before {
    content: "[+]";
    font-size: 13px;
    font-family: 'Source Sans Pro', Arial, sans-serif;
	font-weight: bold;
    line-height: 15px;
	padding-left: 8px;
	color: #AAA;
}
.show-details:hover {
/*
    width: 7px; 
    height: 12px; 
	background-position: -7px 0px;
	width: 50px;
*/
}
.show-details img {
    width: 10px;
    cursor:pointer;
}

.rotated {
    -webkit-transform: rotate(180deg) translateX(1px);
    transform: rotate(180deg) translateX(1px);
    -ms-transform: rotate(180deg) translateX(1px);
}

.detail-entry .label {
    font-size: 12px;
    text-transform: uppercase;
    color: #B3B3B3;
    width: 140px;
    display: inline-block;
/*    text-align: right; */
    text-align: left; 
    margin: 0 12px 0 0;
    display: table-cell;
    padding: 0 10px 0 0;
}

.sharing-wrapper {
/*    display: none; */
    text-align: right;
    margin: 0px auto 13px auto;
    font-size: 14px;
    width: 940px;
/*    padding-right: 40px; */
    
    max-width: 1100px;
}
.notebook-download-button, 
.open-in-cloud-button,
.entry-menu-button {
	display: inline-block;
	padding: 4px 8px;
    background: #fff;
    border: 1px solid #e93e07;
    border-radius: 5px;
/*    width: 125px; */
    color: #e93e07;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    height: 28px; 
	line-height: 18px;
    cursor: pointer;
    position: relative;
}
.notebook-download-button:hover, 
.open-in-cloud-button:hover,
.entry-menu-button:hover {
    border: 1px solid #ca3415;
/*    color: #ca3415; */
    color: #FFF;
    background: #ca3415;
}

.notebook-download-button {
/*    width: 100px; */
    margin-left:10px;
    padding: 4px 8px;
}
.main .notebook-download-button img, 
.main .open-in-cloud-button img {
	padding: 0px 6px 2px 4px;
    vertical-align: middle;
}
.mobile-nav-bar .notebook-download-button img, 
.mobile-nav-bar .open-in-cloud-button img {
	padding: 0px 6px 0px 4px;
    vertical-align: middle;
}
.mobile-nav-bar .notebook-download-button div, 
.mobile-nav-bar .open-in-cloud-button div {
	display: inline-block;
    vertical-align: middle;
}

.open-in-cloud-button {
/*    width: 165px; */
    margin-left:10px;
    padding: 4px 8px;
}

#notebook-button-menus-wrapper .inactive,
.mobile-nav-bar .inactive {
    cursor: default !important;
    border: 1px solid #bbb !important;
    color: #bbb !important;
    background: #fefefe !important;
}
#notebook-button-menus-wrapper .inactive::hover,
.mobile-nav-bar .inactive::hover {
    border: 1px solid #bbb !important;
    color: #bbb !important;
    background: #fefefe !important;
}
#notebook-button-menus-wrapper .inactive img {
	filter: grayscale(100%) brightness(200%);
}
.mobile-nav-bar .inactive img {
	filter: grayscale(100%) brightness(75%);
}
#notebook-button-menus-wrapper .inactive img::hover,
.mobile-nav-bar .inactive img::hover {
	filter: grayscale(100%) brightness(75%);
}


.entry-menu-button img {
    vertical-align: middle;
    padding: 0 0 2px 0px;
}

#sharing-wrapper .notebook-menu-wrapper {
	display: none; 
    position: absolute;
    top: auto;
    right: -10px;
    z-index: 100;
    width: 145px;
    text-align: left;
}
#mobile-nav-bar .notebook-menu-wrapper {
	display: none; 
    position: absolute;
    bottom: 20px;
    left: -7px;
    z-index: 100;
    width: 145px;
    text-align: left;
}

.notebook-open-all-cell-groups,
.notebook-close-all-cell-groups {
	display: none;
}

.notebook-open-all-cell-groups,
.notebook-close-all-cell-groups, 
.notebook-to-fullscreen {
    padding: 5px 10px 4px 10px;
    font-size: 12px;
    font-weight: 400;
    color: #888;
    font-family: "Open Sans", sans-serif;
	border-top: 1px solid #ccc;
	background: #fff;
}
.notebook-open-all-cell-groups:hover,
.notebook-close-all-cell-groups:hover, 
.notebook-to-fullscreen:hover {
    color: #ff3300;
}

ul.notebook-menu {
	margin: 0;
	border: 1px solid #ccc;
}

.citation-wrapper {
/*	display: none; */ 
	display: block; 
    text-align: left;
    margin: 18px auto 90px auto;
/*    width: 100%; */
    padding-right: 50px;
/*    max-width: 940px; */
}
.citation-text {
	font-size: 12px;
    font-weight: 400;
    color: #646464;
}
.citation-label {
    color: #e93e07;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.025em;
}
.citation-wrapper a {
    color: #a6a6a6;
}
.citation-wrapper a:hover{
    color: #ff3300;
}
.citation-wrapper a, .citation-wrapper a:visited {
    color: #fc782d;
}
.supplements-wrapper {
	display: block;
	background: #f6f6f6;
    text-align: left;
    margin: 0;
    width: 100%;
}
.supplement-list {
    font-size: 12px;
    font-weight: 400;
    color: #646464;
    margin: 0 auto;
    max-width: 1100px;
}
.supplement-list .supplement-list-title {
	font-weight: 800;
	margin: 40px 0 20px;
}
.supplement-list li {
	background: #fff;
    padding: 6px 10px;
    margin-bottom: 10px;
    max-width: 400px;
}
.sharing-wrapper .notebook-badge {
    float: left;
    padding: 5px 0 0 0;
    font-weight: 400;
    font-size: 12px;
    color: #999;
/*    color: #222; */
}

.sharing-wrapper .notebook-badge img {
    vertical-align: middle;
    padding-right: 4px;
}
.notebook-badge .badgeHistorical {
    color: #999;
}
.notebook-badge .badgeCloudOptimized,
.notebook-badge .badgeDesktopOptimized {
}
.notebook-badge .badgeCloudOptimized img,
.notebook-badge .badgeDesktopOptimized img {
    width: 25px;
    height: 19px;
    margin: 0px 2px 0 0px;
}

section.metadata .notebook-metadata-toggle:before {
    content: "&gt;&gt; ";
}
section.metadata .notebook-metadata-toggle {
	font-size: 10px;
    font-family: sans-serif;
    background: black;
    color: #ccc;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 0 0 0 10px;
    font-family: sans-serif;
}
section.metadata .notebook-metadata {
	display: inline;
    float: right;
    font-size: 12px;
    margin: 0;
	border: 1px solid red;
    padding: 0;
    width: fit-content;
    z-index: 10;
    position: absolute;
    top: 80px;
    right: 0;
    background: antiquewhite;
    color: black;
    cursor: pointer;
}
section.metadata .notebook-metadata ul {
	display: none;
	padding: 0 10px 0 10px;
    max-width: 275px;
}
section.metadata .notebook-metadata ul li {
    border-top: 1px solid #aaa;
    padding-bottom: 8px;
    line-height: initial;
}
.metadata-editor a, .metadata-editor a:visited, .metadata-editor a:active {
	color: #000;
}
.metadata-editor a:hover {
	color: #ca3415;
}

section.metadata .notebook-metadata .label {
    display: block;
    color: #888;
    margin: 6px 0 0 0;
    line-height: normal;
}
section.metadata .notebook-metadata .property-value {
	display: inline;
}
section.metadata .notebook-metadata-error {
	display:none;
}

section.metadata .page-status {
	display: inline-flex;
    float: right;
    font-size: 12px;
    margin: 0 0 12px 0;
    color: gray;
}
    
.submit-an-update:hover {
	color:#f30;
}
.submit-an-update:after {
    content: "\bb";
    margin-left: 3px;
}

.side-notebook-buttons-wrapper {
	display: inline-block;
}
.notebook-container-left-column,
.notebook-container-right-column {
	display: inline-block;
    vertical-align: top;
	width: 40px;
    min-height: 50px;
}
.notebook-container .social-icons-wrapper,
.collection-container .social-icons-wrapper{
/*    display: none; */
	vertical-align: top;
	padding-left: 10px;
}

.collection-container .citation-wrapper {
	width: inherit;
	max-width: 1100px;
}
.collection-group .citation-wrapper {
	max-width: 1100px;
}
.collection-group .sharing-wrapper {
	width: 100%;
/*    padding-right: 70px */
}
.collection-group ~ footer.footer{
    display: block;
}
.social-icons-wrapper  .st-btn {
    margin-bottom: 10px;
    display: block !important; 
}
#st-1 .st-btn &gt; img,
#st-2 .st-btn &gt; img {
    top: 6px !important; 
}
#st-1 .st-btn[data-network='facebook'],
#st-1 .st-btn[data-network='twitter'],
#st-1 .st-btn[data-network='linkedin'],
#st-1 .st-btn[data-network='email'], 
#st-1 .st-btn[data-network='sharethis'],
#st-2 .st-btn[data-network='facebook'],
#st-2 .st-btn[data-network='twitter'],
#st-2 .st-btn[data-network='linkedin'],
#st-2 .st-btn[data-network='email'], 
#st-2 .st-btn[data-network='sharethis'] {
    background: #bcbcbc !important;
    width: 28px;
    height: 28px;
	padding: 0;
}
#st-1 .st-btn[data-network='facebook']:hover,
#st-2 .st-btn[data-network='facebook']:hover {
    background-color: #4267B2 !important;
}
#st-1 .st-btn[data-network='twitter']:hover,
#st-2 .st-btn[data-network='twitter']:hover {
    background-color: #55acee !important;
}
#st-1 .st-btn[data-network='linkedin']:hover,
#st-2 .st-btn[data-network='linkedin']:hover {
    background-color: #0077b5 !important;
}
#st-1 .st-btn[data-network='email']:hover,
#st-2 .st-btn[data-network='email']:hover {
    background-color: #7d7d7d !important;
}
#st-1 .st-btn[data-network='sharethis']:hover,
#st-2 .st-btn[data-network='sharethis']:hover {
    background-color: #95D03A !important;
}

.previous-collection-notebook, .next-collection-notebook {
	display: inline-block; 
}
.previous-collection-notebook a, .next-collection-notebook a {
	color: #ccc;
    bottom: 0;
    height: 100%;
    position: fixed;
    top: 70px;
    width: 4rem;
    z-index: 999999998;
}
.previous-collection-notebook a {
    margin-left: -4rem;
}
.previous-collection-notebook a:hover, .next-collection-notebook a:hover {
	color: #888;
}
.previous-collection-notebook a span, .next-collection-notebook a span {
    display: block;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-size: 9rem;
    height: 1.5em;
    line-height: 0;
    opacity: .5;
    position: fixed;
    text-align: center;
    top: 50%;
    width: 4rem;
}


/******** Collection Entry pods *********************************************************/
/*
section.collection-group .entry {
	background: #fff;
	border: 1px solid #ddd;
	position: absolute; 
*/
}
section.collection-group .entry .category {
	width: 105px;
}
section.collection-group .grid-details-wrapper {
	border-top: 1px solid #ddd;
}


section.collection-group .entry {
    margin: 0 12px 20px 0; 
    font-size: 12px;
    line-height:18px;
    background: #fff;
    display: inline-flex;
    flex-wrap: wrap;
    width: 192px;
}
section.collection-group .content-wrapper {
    width: 100%;
    overflow-x: hidden;
}
section.collection-group .content-wrapper .grid-details-wrapper {
    background: #f1f1f1;
    border-top: 1px solid #ddd;
    padding: 2px 5px 2px 3px;
    width: 100%;
    color: #999;
}

section.collection-group .category-icon {
    height: 20px;
    width: 20px;
}
section.collection-group .category-icon.academic-icon {
    background: url("//notebookarchive.org/img/academic-icon.png") no-repeat;
}
section.collection-group .category-icon.essays-icon {
    background: url("//notebookarchive.org/img/essays-icon.png") no-repeat;
}
section.collection-group .category-icon.educational-icon {
    background: url("//notebookarchive.org/img/educational-icon.png") no-repeat;
}
section.collection-group .category-icon.working-icon {
    background: url("//notebookarchive.org/img/working-icon.png") no-repeat;
}
section.collection-group .category-icon.books-icon {
    background: url("//notebookarchive.org/img/books-icon.png") no-repeat;
}
section.collection-group .category-icon.courses-icon {
    background: url("//notebookarchive.org/img/courses-icon.png") no-repeat;
}
section.collection-group .category-icon.student-icon {
    background: url("//notebookarchive.org/img/student-icon.png") no-repeat;
}
section.collection-group .category-icon.series-icon {
    background: url("//notebookarchive.org/img/series-icon.png") no-repeat;
}


section.collection-group .entry:hover .category-icon.academic-icon {
    background: url("//notebookarchive.org/img/academic-icon-hover.png") no-repeat;
}
section.collection-group .entry:hover .category-icon.essays-icon {
    background: url("//notebookarchive.org/img/essays-icon-hover.png") no-repeat;
}
section.collection-group .entry:hover .category-icon.educational-icon {
    background: url("//notebookarchive.org/img/educational-icon-hover.png") no-repeat;
}
section.collection-group .entry:hover .category-icon.working-icon {
    background: url("//notebookarchive.org/img/working-icon-hover.png") no-repeat;
}
section.collection-group .entry:hover .category-icon.books-icon {
    background: url("//notebookarchive.org/img/books-icon-hover.png") no-repeat;
}
section.collection-group .entry:hover .category-icon.courses-icon {
    background: url("//notebookarchive.org/img/courses-icon-hover.png") no-repeat;
}
section.collection-group .entry:hover .category-icon.student-icon {
    background: url("//notebookarchive.org/img/student-icon-hover.png") no-repeat;
}
section.collection-group .entry:hover .category-icon.series-icon {
    background: url("//notebookarchive.org/img/series-icon-hover.png") no-repeat;
}

section.collection-group .content-wrapper .category {
    font-size: 10px;
}

section.collection-group .content-wrapper .timestamp {
    font-size: 10px;
    text-align: right;
	float: right;
}
section.collection-group .red-bar {
	border-top: 4px solid #cf3300;
}
section.collection-group .entry .red-bar-wrapper {
	border-top: 1px solid #ddd;
}
section.collection-group .entry:hover .red-bar-wrapper {
	border-top: 1px solid #da6827;
}
section.collection-group .thumbnail-wrapper {
    background: #999;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ddd;
	margin-bottom: -6px;
}
section.collection-group .thumbnail-wrapper img {
    width: 100%;
    height: 100%;
}
/*
section.collection-group .entry a.title-wrapper,
section.collection-group .entry .thumbnail-wrapper,
section.collection-group .entry .red-bar-wrapper,
section.collection-group .entry .grid-details-wrapper {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
section.collection-group .entry:hover a.title-wrapper,
section.collection-group .entry:hover .thumbnail-wrapper,
section.collection-group .entry:hover .red-bar-wrapper,
section.collection-group .entry:hover .grid-details-wrapper {
	border-left: 1px solid #da6827;
	border-right: 1px solid #da6827;
}
*/
section.collection-group .entry .title {
	display: none;
}
section.collection-group .entry .title-short {
	display: inline-flex;
}

section.collection-group .entry:hover {
	background: #fffde8;
    border: 1px solid #da6827;
}
section.collection-group .entry:hover .grid-details-wrapper {
	background: #fffde8;
}
section.collection-group .details-wrapper ,
section.collection-group .details-wrapper .description,
section.collection-group .entry .label {
    display:none;
}

section.collection-group .entry .author {
    font-size: 11px;
    color: #aaa;
    margin: 0px 0 6px 6px;
}
section.collection-group .entry:hover .author,
section.collection-group .entry:hover .grid-details-wrapper {
	color: #333;
}
section.collection-group .entry .categories {
    font-size: 12px;
}
section.collection-group .entry .author, 
section.collection-group .entry .categories {
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
}
section.collection-group .content-wrapper .title div {
    padding: 0 0 6px 0;
}
section.collection-group .content-wrapper .title-short div {
    padding: 6px;
}
section.collection-group .content-wrapper .title, 
section.collection-group .content-wrapper .title-short {
    overflow: hidden;
    line-height: 1.25;
}
section.collection-group .content-wrapper .title div, 
section.collection-group .content-wrapper .title-short div {
    font-size: 12px;
    margin: 0;
    color: #333; /*#db5a06; */
    font-weight: 600;
}
section.collection-group .content-wrapper .category-icon {
    vertical-align: middle;
}
section.collection-group .grid-details-wrapper .category-icon, 
section.collection-group .grid-details-wrapper .category, 
section.collection-group .grid-details-wrapper .timestamp {
    display: inline-block;
}

/****************************************************************************************/

.hide {
    display: none!important;
}


footer.footer {
/*    display: none; */
}
.footer {
    bottom: 0;
    margin: 0 0 2rem;
    width: 100%;
    text-align: center;
}
.footer .wolfram-foundation {
    background: url("https://www.notebookarchive.org/img/wolfram-foundation.png") no-repeat right center;
    margin: 2rem auto 1rem;
    background-size: 90% auto;
    font-size: 0;
    background-size: 90% auto;
    max-width: 378px;
    height: 62px;
    display: block;
}
.footer .links {
    color: #898989;
    font-size: .63rem;
    text-align: center;
}
.footer .links a {
    font-size: .63rem;
    color: #898989;
}

main.main {
    padding: 0;
    line-height: 1.57;
}

.main .search-links {
    display:none;
}
/*
main.main .nav-wrapper {
	display: none;
}
*/
.search-bar-toggle {
/*
    background: url('/obj/nbarch/img/search.png') 0, 0;
    border: 0;
    font-size: 0;
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 93%;
    height: 18px;
*/
	display: inline;
    width: 18px;
    text-align: center;
    cursor: pointer;
    fill: #FFF;
	color: #FFF;
}
.search-bar-toggle img {
    width: 17px;
    margin-right: 1px;
    padding: 10px 0 0 0;
}
.search-bar-toggle svg {
    width: 14px;
    padding-top: 11px;
    fill: #FFF;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}


@media all {
    .notebook-iframe, 
    .notebook-container .notebook-embed, 
    .notebook-container .notebook-html-embed, 
    .notebook-container .container-notebook-cache,
    .notebook-container .container-live-notebook {
        width: 990px;
    }

	.notebook-download-button, .open-in-cloud-button {
		margin-left:10px;
		padding: 4px 8px;
	}
	.entry-menu-button {
		height: 28px;
		width: 30px;
		margin: 0 0 0 10px;
		line-height: 18px;
	}

    .notebook-container .cloud-notebook-container,
    .notebook-wrapper .sharing-wrapper,
    .notebook-wrapper .citation-wrapper {
        width: 990px;
	}
	.scrolling-nav-bar, .side-notebook-buttons-wrapper {
		display: none;
	}

	.previous-collection-notebook, .next-collection-notebook, .mobile-nav-bar {
/*     	display: inline-block; */
		display: none;
	}
	.social-icons-wrapper {
		display: inline-block; 
	}
	.show-details {
		display: inline-block;
	}
	.sharing-wrapper {
		display: inline-block;
	}
	.notebook-container {
/*		padding-left: 20px; */
	}
}
/*
@media all and (max-width: 1500px) {
	#show-details:before  {
		position: absolute;
		left: 1250px;
		top: 100px;
    }
}
*/
@media all and (max-width: 1000px) {
    .notebook-iframe, 
    .notebook-container .notebook-embed, 
    .notebook-container .notebook-html-embed, 
    .notebook-container .container-notebook-cache, 
    .notebook-container .container-live-notebook {
        width: 750px;
    }

    .notebook-container .cloud-notebook-container,
    .notebook-wrapper .sharing-wrapper,
    .notebook-wrapper .citation-wrapper {
        width: 750px;
	}
	.notebook-container {
		padding: 0;
	}
	.sharing-wrapper {
		display: inline-block;
		width: 100%;
	}
	.notebook-container-left-column, .notebook-container-right-column {
		display: none;
	}
	.social-icons-wrapper, .sharing-wrapper {
		display: none;
	}
	
	.mobile-nav-bar {
		display: block;
	    text-align: center;
	}
	#mobile-nav-bar #st-2,
	.notebook-button-menus-wrapper {
		display: inline;
	}
	#mobile-nav-bar #st-2 .st-btn {
		display: inline-block !important; 
	}
	.notebook-download-button, .open-in-cloud-button, .entry-menu-button {
		color: #fff;
		background: #e93e07;
		height: 28px;
		margin: 0 6px 0 0px;
	}
	.notebook-download-button:hover, 
	.open-in-cloud-button:hover,
	.entry-menu-button:hover {
		color: #fff;
		background: #ca3415;
		border: 1px solid #ca3415;
	}
	.open-in-cloud-button {
	    margin-left: 0;
	}
}
@media all and (max-width: 990px) {
    .notebook-iframe, 
    .notebook-container .notebook-embed, 
    .notebook-container .notebook-html-embed, 
    .notebook-container .container-notebook-cache, 
    .notebook-container .container-live-notebook {
        width: 740px;
    }

    .notebook-container .cloud-notebook-container,
    .notebook-wrapper .sharing-wrapper,
    .notebook-wrapper .citation-wrapper {
        width: 740px;
	}
	.notebook-container {
		padding: 0;
	}
	.notebook-container-left-column, .notebook-container-right-column {
		display: none;
	}
	.social-icons-wrapper, .sharing-wrapper {
		display: none;
	}
	
	.mobile-nav-bar {
		display: block;
	    text-align: center;
	}
	#mobile-nav-bar #st-2,
	.notebook-button-menus-wrapper {
		display: inline;
	}
	#mobile-nav-bar #st-2 .st-btn {
		display: inline-block !important; 
	}
	.notebook-download-button, .open-in-cloud-button, .entry-menu-button {
		color: #fff;
		background: #e93e07;
		margin-right: 6px;
	}
	.notebook-download-button:hover, 
	.open-in-cloud-button:hover,
	.entry-menu-button:hover {
		color: #fff;
		background: #ca3415;
		border: 1px solid #ca3415;
	}
	.open-in-cloud-button {
	    margin-left: 0;
	}

}
@media all and (max-width: 775px) {
    .notebook-iframe,
    .notebook-container .notebook-embed, 
    .notebook-container .notebook-html-embed, 
    .notebook-container .container-notebook-cache, 
    .notebook-container .container-live-notebook {
        width: 100%;
	}

    .notebook-container .cloud-notebook-container,
    .notebook-wrapper .sharing-wrapper,
    .notebook-wrapper .citation-wrapper {
        width: 100%;
	}
	.notebook-container {
		padding: 0;
	}
	#notebook-wrapper {
		padding: 0;
	}
	.notebook-container-left-column, .notebook-container-right-column {
		display: none;
	}
	.social-icons-wrapper, .sharing-wrapper {
		display: none;
	}
	.citation-wrapper {
		padding: 0 25px;
	}
		
	.mobile-nav-bar {
		display: block;
	    text-align: center;
	}
	#mobile-nav-bar #st-2,
	.notebook-button-menus-wrapper {
		display: inline;
	}
	#mobile-nav-bar #st-2 .st-btn {
		display: inline-block !important; 
	}
	.notebook-download-button, .open-in-cloud-button, .entry-menu-button {
		color: #fff;
		background: #e93e07;
		margin-right: 6px;
	}
	.notebook-download-button:hover, 
	.open-in-cloud-button:hover,
	.entry-menu-button:hover {
		color: #fff;
		background: #ca3415;
		border: 1px solid #ca3415;
	}
	.open-in-cloud-button {
	    margin-left: 0;
	}
}
@media all and (max-width: 650px) {
    .notebook-iframe, 
    .notebook-container .notebook-embed, 
    .notebook-container .notebook-html-embed, 
    .notebook-container .container-notebook-cache, 
    .notebook-container .container-live-notebook {
        width: 100%;
	}

    .notebook-container .cloud-notebook-container,
    .notebook-wrapper .sharing-wrapper,
    .notebook-wrapper .citation-wrapper {
        width: 100%;
	}
	.notebook-container {
		padding: 0;
	}
	#notebook-wrapper {
		padding: 0;
	}
	.notebook-container-left-column, .notebook-container-right-column {
		display: none;
	}
	.social-icons-wrapper, .sharing-wrapper {
		display: none;
	}
	.citation-wrapper {
		padding: 0 25px;
	}
	
	.mobile-nav-bar {
		display: block;
	    text-align: center;
	}
	#mobile-nav-bar #st-2,
	.notebook-button-menus-wrapper {
		display: inline;
	}
	#mobile-nav-bar #st-2 .st-btn {
		display: inline-block !important; 
	}
	.notebook-download-button, .open-in-cloud-button, .entry-menu-button {
		color: #fff;
		background: #e93e07;
		margin-right: 6px;
	}
	.notebook-download-button:hover, 
	.open-in-cloud-button:hover,
	.entry-menu-button:hover {
		color: #fff;
		background: #ca3415;
		border: 1px solid #ca3415;
	}
	.open-in-cloud-button {
	    margin-left: 0;
	}
}
@media all and (max-width: 500px) {
    .notebook-iframe, 
    .notebook-container .notebook-embed, 
    .notebook-container .notebook-html-embed, 
    .notebook-container .container-notebook-cache, 
    .notebook-container .container-live-notebook {
        width: 100%;
	}

	.notebook-wrapper {
		padding-top: 0;
	}
    .notebook-container .cloud-notebook-container,
    .notebook-wrapper .sharing-wrapper,
    .notebook-wrapper .citation-wrapper {
        width: 100%;
	}
	#notebook-wrapper {
		padding: 0;
	}
	.notebook-container-left-column, .notebook-container-right-column {
		display: none;
	}
	.social-icons-wrapper, .sharing-wrapper,
	.scrolling-nav-bar {
		display: none;
	}
	.notebook-download-link {
	}
	.citation-wrapper {
		padding: 0 25px;
	}

	.mobile-nav-bar {
		display: block;
	    text-align: center;
	}
	#mobile-nav-bar #st-2,
	.notebook-button-menus-wrapper {
		display: inline;
	}
	#mobile-nav-bar #st-2 .st-btn {
		display: inline-block !important; 
	}
	.notebook-download-button, .open-in-cloud-button, .entry-menu-button {
		color: #fff;
		background: #e93e07;
		margin-right: 6px;
	}
	.notebook-download-button:hover, 
	.open-in-cloud-button:hover,
	.entry-menu-button:hover {
		color: #fff;
		background: #ca3415;
		border: 1px solid #ca3415;
	}
	.open-in-cloud-button {
	    margin-left: 0;
	}
}

@media all and (max-width: 320px) {
    .notebook-iframe, 
    .notebook-container .notebook-embed, 
    .notebook-container .notebook-html-embed, 
    .notebook-container .container-notebook-cache, 
    .notebook-container .container-live-notebook {
        width: 100%;
	}

	.notebook-wrapper {
		padding-top: 0;
	}
    .notebook-container .cloud-notebook-container,
    .notebook-wrapper .sharing-wrapper,
    .notebook-wrapper .citation-wrapper {
        width: 100%;
	}
	#notebook-wrapper {
		padding: 0;
	}
	.notebook-container-left-column, .notebook-container-right-column {
		display: none;
	}
	.social-icons-wrapper, .sharing-wrapper,
	.scrolling-nav-bar {
		display: none;
	}
	.notebook-download-link {
	}
	.citation-wrapper {
		padding: 0 25px;
	}

	.mobile-nav-bar {
		display: block;
	    text-align: center;
	}
	#mobile-nav-bar #st-2,
	.notebook-button-menus-wrapper {
		display: inline;
	}
	#mobile-nav-bar #st-2 .st-btn {
		display: inline-block !important; 
	}
	.notebook-download-button, .open-in-cloud-button, .entry-menu-button {
		color: #fff;
		background: #e93e07;
		margin-right: 6px;
	}
	.notebook-download-button:hover, 
	.open-in-cloud-button:hover,
	.entry-menu-button:hover {
		color: #fff;
		background: #ca3415;
		border: 1px solid #ca3415;
	}
	.open-in-cloud-button {
	    margin-left: 0;
	}
}

/****************************************************************************************/
/****************************************************************************************/
/****************************************************************************************/


        header.header {
            background: #b73c56; 
            position: fixed; 
            width: 100%; 
            z-index: 999;
        }
        .header &gt; .inner {
            background:none;
            max-width: inherit;
        }
        .header a.title {
            padding-left:10px;
            text-transform: uppercase;
            font-weight: 600;
            line-height: 1.1;
            font-size: 1.5rem;
        }
        .header a.title span.title-intro {
            display: block;
            font-size: .95rem;
            letter-spacing: .02em;
            padding: 0px;
            margin: 0px;
            opacity: .75;
            padding-top: 2px;
        }
        .header .right {
            width: inherit;
        }
        .header .nav-links &gt; li:before {
            margin: 0 12px 0 7px;
            top: 5px;
            opacity: .5;
            border-left: 1px solid #ffffff;
        }
        footer.footer {
            padding-bottom:30px;
            padding-top:10px;
        }
        body {height:100.1%;}
.main h1 {
    margin: 0 0 3px 0 !important;
}
.cell-wrapper {
    margin-bottom: 1px;
    margin-top: 1px;
}</pre></body></html>