@charset "UTF-8";

/* general formatting */

@font-face {
	font-family: 'RobotoCondensed-Light-webfont';
	src: url('../../libraries/RobotoCondensed-Light-webfont.woff') format('woff');
}

body {
	padding-right: 48px;
/*	font-family: RobotoCondensed-Light-webfont; */
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 10/7;
	color: #333;
	background-color: #FFF;
}
h1 {
	font-size: 2em;
	font-weight: 600;
	margin-bottom: -15px;
	clear: both;
	padding: 12px 0 6px;
}
p, ol, ul {
	line-height: 1.4;
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local('Material Icons'), local('MaterialIcons-Regular'), url(https://fonts.gstatic.com/s/materialicons/v21/2fcrYFNaTjcS6g4U3t-Y5UEw0lE80llgEseQY3FEmqw.woff2) format('woff2');
}
.icon {
	font-family: "Material Icons";
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	vertical-align: text-bottom;
}


/* navigation */

.navbar {
	display: flex;
	width: 100%;
	background-color: black;
	padding: 0;
	top: -18px;
	position: fixed;
	margin-left: -12px;
	z-index: 2;
}
.navbutton {
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 12px 24px 12px;
	background-color: black;
}
.navbutton:hover {
	color: #99F;
	cursor: pointer;
}
.navbutton {
	text-decoration: none;
	color: #FFF;
}
.active {
	color: #99F !important;
}
li {
	padding: 6px;
}

#backnext {
	display: flex;
	justify-content: center;
	margin: auto;
}
.backnext-item {
	width: 96px;
	height: 40px;
	margin: 16px;
	border-radius: 96px;
	background-color: #EEE;
	border: 1px solid black;
	box-shadow: 0 3px 4px 0 #999;
}
.backnext-item a {
	text-decoration: none;
	font-size: 1.5em;
	color: #88F;
}
.backnext-item:hover {
	box-shadow: 0 12px 16px 0 #999;
	cursor: pointer;
}


/* information */

.info {
	padding-left: 48px;
}
summary {
	margin-top:60px;
	padding-left: 48px;
}
th {
	font-weight: bold;
	font-size: 16px;
}
th, td {
	border-bottom: 1px solid #DDD;
	text-align: left;
	padding: 12px;
}
table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 36px;
}
tr:hover {
	background-color: #EEE;
}
thead {
	background-color: #444;
	color: white;
}
thead:hover {
}
.todothis {
	width: 25%;
}
.tabletop {
	background-color: #444 !important;
}
th a, th a:visited {
	color: black;
	text-decoration: none;
}

/* examples */

.example {
	background-color: #CDF;
	padding-top: 48px;
	padding-bottom: -24px;
	border-radius: 24px;
}
.card {
	background-color: #FFF;
	box-shadow: 6px 6px 6px #666;
	padding: 6px 18px 6px 6px;
	margin: 0 72px 16px;
	border-left: solid blue 6px;
}
.tryit {
	font-size: 1.5em;
	font-weight: bold;
	position: relative;
	left: -18px;
	color: #00F;
}
img {
	max-width: 100%;
	height: auto;
	alt: "spreadsheet";
}
.code {
	font-weight: bold;
	color: blue;
	white-space: nowrap;
}

/* debugging */

#debugging {
	margin-top: 72px;
	background-color: #EEE;
	border-left: solid black 6px;
}
