	.event-accordion{
word-wrap: break-word;
text-align: left;
    margin: -20px 0px 20px 0px;
background-color:background-color: rgb(249,249,249);
/*box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.7);*/

}
.event-accordion > p {
	padding: 20px 10px 20px 10px;
}
	.accordion-landscape-img {
    height: 10em;
    width: 100%;
	border-style: solid;
	
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
}

.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
}

.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
}