body {
	margin: 0;
}

#myHeader {
	display: none;
}

.download-bar {
	display: flex;
	padding: 8px 16px;
	flex-direction: row-reverse;
	height: 28px;
	
}

.header {
	background-color: white;
}

.sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
}

.content {
	padding-top: 36px; 
}

.question-content {
	margin-right: 20px;
}

.tc, .sc, .en, .tc-1, .sc-1, .en-1 {
	display: none;
}

.download-link {
	height: 28px;
	color: #72016C;
	align-items: center;
	font-size: 14px;
	font-weight: bold;
}

#container {
	background-color: #AEAEAE;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 8px;
}

#w3c {
	width: 1px;
	height: 1px;
}

.pdf-canvas-container {
	position: relative;
	display: block;
}

.pdf-canvas {
	width: -webkit-calc(100% - 10px);
	width: -moz-calc(100% - 10px);
	width: -calc(100% - 10px);
	margin: 5px;
}

.pdf-alt {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}