.lightweight-faq-item
{
	background: #ffffff;
	width: 100%;
	float: left;
	padding: 20px 25px;
	margin-bottom: 10px;
	border: 1px solid rgba( 0, 0, 0, 0.1 );
	box-shadow: 0 2px 0 rgba( 0, 0, 0, 0.03 );
	border-radius: 3px;
}

.lightweight-faq-toggle
{
	color: #222222;
	width: 100%;
	float: left;
	font-family: inherit;
    font-weight: 400;
	font-size: 18px;
    cursor: pointer;
	position: relative;
    -webkit-transition: 150ms linear all;
    -moz-transition: 150ms linear all;
    transition: 150ms linear all;
}

.lightweight-faq-toggle i
{
	color: rgba( 0, 0, 0, 0.4 );
	font-size: 12px;
	margin-top: 7px;
	float: right;
}

.lightweight-faq-content
{
    display: none;
    width: 100%;
    float: left;
    padding: 25px 0;
}

.lightweight-faq-content,
.lightweight-faq-content p
{
	font-size: 16px;
}
