

.lister {
	position: relative;
    width: 100%;
    z-index: 1;
    font-size: 12.5px;
    text-align: left;
	text-decoration:none;
    cursor: pointer;
    font-family: Helvetica,Arial,sans-serif;
    color: #002938;
	color:white;
    font-weight: bold;
	margin:1px;
	 
}
.icalplace {

	background-color: #a3d2e3;
}

.icalplace h3 {

	color:  #3c555e;
	background-color: #a3d2e3;
    font-size: 22.5px;
}

.lister b {
	 color: black;
}

 .listen {
	background-color: #3c555e;
	background-color: #a3d2e3;
	padding:14px;

}


ul .lister {
	list-style-type: none;
}
