@import '~scss/_mixins';
.list-item {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #cccccc;
	text-align: center;
	border-bottom: 1px solid #ffffff;
}
