@charset "UTF-8";
/* CSS Document */



.icons {
	width: 98px;
	height: 70px;
	margin-bottom: 15px;
	margin-left: 10px;
	margin-right: 10px;
	vertical-align: middle;
	text-align: left;
}

.listsection{
    padding-top: 0px;
    padding-bottom: 0px;
    align-content: space-between;
    display: block;
    height: 80px;
    width: 100%;
    float: left;
    clear: left;
    text-align: left;
    border: thin solid #C1C1C3;
    border-radius: 5px;
}

.listsectionicon{
    width: 120px;
    height: 85px;
    margin-right: 10px;
    text-align: justify;
    display: inline-block;
    float: left;
    position: relative;
}

.listsectiontext{
    width: 700px;
    height: 95px;
    text-align: left;
    display: inline-block;
    vertical-align: baseline;
}

.ls_summary{
    display: block;
}

.ls_content{
    display: none;
}
