#body{
	margin: 0;
	padding: 0;
	background-color: #e8eaed;
	
	font-family: poppins;
	font-weight: 400;
	font-size: 15px;				
}

/* Without this for some reason firefox did not show bold text using b or strong tag. */
strong, b {
	font-weight: bold;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #ED2D26;
}

#content-wrapper{
	width: 936px;
	background-color: #ffffff;
	margin: 40px auto;
	padding: 40px;
}
#content{
	background-color: #ffffff;
	margin: 0 auto;
}

div#page-title{
	text-align: center;
	margin-bottom: 100px;
}
div#page-title #jobly-logo-img{
	margin-top: 50px;
	margin-bottom: 50px;
	width: 200px;
}			
div#page-title span#first-lines{
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
}
div#page-title span#second-lines{
	font-size: 14px;
	line-height: 24px;
}			

div.paragraph{
	margin-bottom: 80px;
}
span.paragraph-title{
	font-size: 24px;
	font-weight: normal;
	color: #ED2D26; 
}
span.paragraph-sub-title{
	font-size: 18px;
	font-weight: normal;
	color: #ED2D26;
}

span.code-single-line{
	font-family: Courier New;
	font-size: 13px;
	background-color: #eee;
	padding: 2px 4px;
}

pre code{
	background-color: #eee;
	border: 1px solid #999;
	display: block;
	padding: 20px;	
	margin: 0 18px 0 18px;
	font-family: Courier New;
	font-size: 13px;
}

div#version-history{
	font-size: 12px;
}


/* ** INTERNAL CSS ** */
.internal {
	color: red;
}

#internal-lines{
	font-weight: bold;
	font-size: 18px;
}