//------------------------------------------------------------------------------------------------
// BARE LIST OBJECT
//------------------------------------------------------------------------------------------------

/*
Strips a list element of indentation and bullets
*/

// BLOCK & ELEMENTS
//------------------------------------------------------------------------------------------------

.o-list-bare {
	list-style: none;
	margin-left: 0;
}