body {	
	font-family: 'Roboto', sans-serif;
	font-size: 12pt;
	background: #f5f5f5;
	}

ol, ul, li { list-style:none; padding:0; margin: 0; border: 0;} 
.wrap {
	background: #f5f5f5;
}

.home-bg {
	background: darkblue;
}

.home-bg .wrap {
	background: darkblue;
}

.home-logo {
	display: block;
	margin: 60px 0 30px 12px;
	width: 160px;
	height: 160px;
}
.home-text {
	margin: 20px 0 50px 12px;
	color: white;
}
.home-login-button {
	display: block;
	border: 1px solid white;
	margin: 12px 12 12px 24px;
	width: calc(100% - 36px);
	text-decoration: none;
	line-height: 40px;
	text-align: center;
	border-radius: 6px;
	background: white;
	font-weight: 500;
	color: darkblue;
}
.home-register-button {
	display: block;
	font-weight: 500;
	border: 1px solid white;
	margin: 12px 24px 12px 12px;
	width: calc(100% - 36px);
	text-decoration: none;
	line-height: 40px;
	text-align: center;
	border-radius: 6px;
	color: white;
}
.home-expense {
	background: #FFF;
	margin: 0 0 12px 0;
	padding: 0 0 0 12px;
	border-radius: 15px;
}
.title {	
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	padding: 6px 0 0 12px;
	}
.home-expense .expense {
	height: 85px;	
	border-radius: 12px;
	margin: 12px 12px 12px 0;
	text-align: center;
	border: 1px solid #e5e5e5;
}
.home-expense .expense span {
	position: absolute;
	margin: 68px auto 0 auto;
	width: 18px;
	height: 18px;
	background-color: #ccc;
	border-radius: 9px;
	}
.home-expense .expense img {
clear: both;
margin:12px 8px 8px 8px;	
}

.home-expenses {
	background: #FFF;
	margin: 0 0 12px 0;
	padding: 12px 0 0 0;
	border-radius: 7px;
}
.home-expenses .abc{
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	margin:0px 0 0 0;
}

.home-expenses .abcd {
	border: 1px solid #f5f5f5;
	background: #f5f5f5;
	border-radius: 3px;
	margin:12px 0 12px 0;
	line-height: 38px;
}
.searcha {
	border: 1px solid #e8e8e8;
	border-radius: 9px;
}

.button {
	border: 2px solid #2980b9;
	color: #2980b9;
	border-radius: 13px;
	line-height: 33px;
	background: #FFF;
	margin-top: 10px;
	width: 100%;
}

