/* CSS Document */


html, body, h1, h2, p {
	font-family: "Century Gothic", Arial, Helvetica, "sans-serif";
}

body {
	color: #000;
	font-size: 16px;
	line-height: normal;
	background-color: #535d67;
	background-image: url("../images/help_bg.png");
	overflow-x: hidden;
	overflow-y: auto;
}

button:focus { 
	outline: none !important;
  	box-shadow: none !important;
}

h1 {
	color: #ffffff;
	font-weight: bold;
	font-size: 36px;
}

ol {
    padding-inline-start: 15px;
}

.btnimg:hover {
	cursor: pointer;
}

.btnsel {
	outline-color: red;
	outline-style: solid;
	outline-width: 2px;
	outline-offset: 1px;
}

.mainrow {
	padding-top: 15px;
}

.row {
	  flex-wrap: nowrap !important;
}

.mainbox {
	width: 1010px !important;
	height: auto;
	margin-left: 25px;
}

#infobox {
	padding-top: 25px;
	text-align: center;
}

div.whitebox {
	width: 80%;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: white;
	border-radius: 35px;
}


