
/* fixed width setting */
div#layout-row2 {
    width: 96%;
    display: block;
    margin: 0 auto;
}
#content .cb-content[data-type='calendar'] #calendarHeaderLarge {
	margin-bottom: 0px;
}

.cb-body li {
    line-height: var(--default-lh);
    font-size: var(--default-p);
}
#content {
	position: relative;
	background-color: #fff;
	padding: 40px 0px 50px;
    margin-bottom: -15px;
}

/* end Fixed width settings */