body {
	color:				#FFFFFF;
	background-color:	#1d2230;
}
ul {
	list-style-type: 	none;
	padding: 			0;
	margin: 			0;
}

li {
	display: 			block;
}

.header {
	background-color:	#1d2230;
	height:				70px;
}
.headerContent {
	margin:				auto;
	max-width:			1280px;
	position: 			relative;
}

.headerSearch {
	width:				200%;
}

.verticalCenter {
	position: 			absolute;
	top: 				50%;
	left:				50%;
	transform: 			translate(-50%, -50%);
}

.contentBox {
	background-color:	#10131d;
	padding:				30px;
}

.content {
	margin:				auto;
	max-width:			1280px;
}

.contentContent {
	background-color:	#1d2230;
	border-radius:		20px;
	margin:				10px 0px;
}

.contentHeader {
	padding:			12px 10px;
	font-family: 		"Lato", sans-serif;
	font-weight: 		400;
	font-style: 		normal;
	color:				#abadaf;
	text-align:			center;
}

.contentItem {
	padding:			12px 0px;
	border-top: 		1px solid #10131d;
}

.itemName {
	
}

.itemTicker {
	color:				#7d8890;
}

.coinInfoText {
	text-align:			left;
	padding-left:		10px;
}

.coinInfoTextDesc {
	font-size:			10px;
	color:				#78797A;
}

.coinInfoData {
	text-align:			right;
	padding-right:		10px;
}

.footer {
	margin-top:			30px;
	padding:			30px;
	background-color:	#1d2230;
	text-align:			center;
	font-family: 		"Lato", sans-serif;
	font-weight: 		400;
	font-style: 		normal;
	color:				#abadaf;
}

.footerHeader {
	text-align:			left;
	font-family: 		"Lato", sans-serif;
	font-weight: 		700;
	font-style: 		normal;
	color:				#FFFFFF;
}

.footerItem {
	text-align:			left;
	font-size:			12px;
	font-family: 		"Lato", sans-serif;
	font-weight: 		400;
	font-style: 		normal;
	color:				#FFFFFF;
}

.footerContent {
	margin:				auto;
	max-width:			1280px;
}

abbr[title] {
	text-decoration:	none;
}

a {
	text-decoration:	none;
}

a:hover {
	text-decoration:	underline;
}