@nice-blue: #5B83AD;
@light-blue: @nice-blue + #111;

ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	li{
		border-bottom: 1px solid grey;
	}
}