.reveal {
	font-family: Helvetica, sans-serif;
	font-size: 32px;
	font-weight: normal;
	color: #111;
}

.reveal a {
	text-decoration: none;
	color: #22a;
}
.reveal a:hover {
	color: #0000ff;
	text-decoration: underline;
}


.reveal h1 {
	font-size: 2.4em;
	color: #000;
	margin-top: 30px;
	margin-bottom: 70px;
	line-height: 1.2em;
}
.reveal h2 {
	color: #333;
	font-size: 1.4em;
	margin-bottom: 50px;
}

.reveal .title-sub {
	color: #595959;
	font-size: 1.5em;
}
.reveal .title,
.reveal .title-sub {
	border-radius: 0.1em;
	padding: 0.1em 0.2em;
	background: rgba(255, 255, 255, 0.8);
}

.reveal .footer {
	position: absolute;
	font-size: 28px;
	left: 0;
	right: 0;
	bottom: 50px;
	text-align: center;
	color: #666;
	z-index: 3;
}
.reveal .slide-number {
	left: 40px;
	bottom: 44px;
	color: #666;
	background: #fff;
	right: auto;
	font-size: 34px;
}


.reveal .controls .navigate-down, .reveal .controls .navigate-up {
	display: none;
}
.reveal section {
	text-align: left;
}
.reveal section.front {
	text-align: center;
}



.reveal ol,
.reveal dl,
.reveal ul {
	display: inline-block;
	text-align: left;
	margin: 0 0 0 1em;
}
.reveal ol li {
	margin: 0.5em 0;
}
.reveal ul li {
	margin: 0.3em 0;
}

.reveal ol {
	list-style-type: decimal;
}

.reveal ul {
	list-style-type: disc;
}
.reveal ul ul {
	list-style-type: circle;
}
.reveal ul ul,
.reveal ul ol,
.reveal ol ol,
.reveal ol ul {
	display: block;
	margin-left: 40px;
}

.reveal p {
	margin: 0.6em 0;
	line-height: 1.1em;
}

.reveal code {
	font-family: Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace;
	line-height: 1.15em;
	white-space: pre;
}
.reveal code ins {
	font-weight: bold;
	color: #4d4;
	font-size: 120%;
	text-decoration: none;
}

.correct-code {
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	right: 0;
	top: 0;
	background: no-repeat center/contain url("checkmark.svg");
}

.reveal .insecure {
	font-weight: bold;
	margin-bottom: .5em;
}
.reveal em {
	font-style: italic;
}
.reveal strong {
	font-weight: bold;
}
.reveal .evil-input {
	color: #c00;
}

.reveal input,
.reveal button {
	font-size: inherit;
}