h2 {
	display: inline;
	text-align: center;
}

.exOption {
	margin: auto;
	display: inline;
	text-align: center;
}

h3 {
	margin: auto;
	display: inline;
	text-align: center;
}

body {
	background-color: #FAFAFA;
}

#resume {
	display: block;
}

.option {
	margin: auto;
	text-align: center;
	/*margin-left: auto;
	margin-right: auto;*/
}

.oTable {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.rTable {
	width: 500px;
	border-collapse: collapse;
	table-layout: fixed;
}

.rTd	{
	/*width: 50%;*/
	vertical-align: top;
	padding-bottom: 5px;
}

.rTd:nth-child(1) {
	width: 30%;
}

.rTr:nth-child(even) {
	background-color: #EAEAEA;
}

.rTableInfo {
	text-align: right;
}

#examples {
	display: none;
}

.eTable {
	width: 500px;
	border-collapse: collapse;
	table-layout: fixed;
	/*overflow: hidden;*/
}

.eTd	{
	/*width: 50%;*/
	vertical-align: top;
	padding-bottom: 5px;
	height: 100px;
}

.eTd:nth-child(1) {
	width: 30%;
}

.eTd:nth-child(2) {
	/*overflow: scroll;*/
}

.codeContainer {
	width: 350;
	overflow: scroll;
	white-space: nowrap;
}

.codeButton {
	background:    #3d85c6;
	background:    -webkit-linear-gradient(#3d85c6, #073763);
	background:    linear-gradient(#3d85c6, #073763);
	border-radius: 5px;
	width:         125px;
	height:        40px;
	color:         #ffffff;
	display:       inline-block;
	font:          normal 700 24px/50px "Calibri", sans-serif;
	text-align:    center;
	text-shadow:   1px 1px #000000;
	line-height:   17px;
}

.codeButton:active {
	background:    #073763;
	background:    -webkit-linear-gradient(#073763, #3d85c6);
	background:    linear-gradient(#073763, #3d85c6);
	border-radius: 5px;
	width:         125px;
	height:        40px;
	color:         #ffffff;
	display:       inline-block;
	font:          normal 700 24px/50px "Calibri", sans-serif;
	text-align:    center;
	text-shadow:   1px 1px #000000;
	line-height:   17px;
}

/*.codeButton:hover {
	background:    #073763;
	background:    -webkit-linear-gradient(#073763, #3d85c6);
	background:    linear-gradient(#073763, #3d85c6);
	border-radius: 5px;
	width:         125px;
	height:        50px;
	color:         #ffffff;
	display:       inline-block;
	font:          normal 700 24px/50px "Calibri", sans-serif;
	text-align:    center;
	text-shadow:   1px 1px #000000;
}*/
