* {
  margin: 0;
  padding: 0;
}

html,
body,
p,
.h1 {
  font-family: Helvetica sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 1.1;
  font-family: 'PT Sans Narrow', sans-serif;
}


#container {
  width: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  touch-action: none;
}

#item {
position: fixed;
width: 15%;
margin-left: 42vh;
margin-top: 28vh;
touch-action: none;
user-select: none;
}

#item:hover {
  cursor: pointer;
}

.container {
	margin: 0px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	-webkit-flex-direction: row;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  width: 100vw;
  height: 100vh;
	/* avoid browser level touch actions */
	xtouch-action: none;
}

.date {
  width: 8vw;

}

.main {
  margin-left: 5vw;
}

.left {
  width: 45vw;
  /* border-left: 1px solid black; */
}

.right {
  width: 60vw;
  border-left: 1px solid black;
}

.left,
.right,
.nav {
  overflow-y: scroll;
  overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
  height: 100vh;
}

a {
  color: black;
  text-decoration: none;
  z-index: 10;
}

a:hover {
  color: yellow;
}

.row {
  width: auto;
  height: auto;
  border-bottom: 1px solid black;
  padding: 10px 10px 10px 10px;
  display: grid;
  grid-template-columns: 36px auto;
}

.section {
  padding: 10px 40px 10px 10px;
  border-bottom: 1px solid black;
}

#syllabus {
  border-top: 0px;
}

/* #more {
  height: 350px;
} */



/* COLOR
-------------------------------------------------- */

.blank {
  color: white !important;
}


/* TEXT
--------------------------------------------------*/

ol {
  list-style-type: circle;
  margin-left: 20px;
}

ul {
  margin-left: 20px;
  margin-top: 0px;
}

blockquote {
  margin-left: 20px;
}


/* Mobile
-------------------------------------------------- */

@media screen and (max-width: 650px) {
  html,
  body,
  p,
  .h1 {
    font-size: 12px;
    line-height: 1.1;
  }

  .row {
    grid-template-columns: 26px auto;
  }

}
