h1, h2, h3, h4, h5, h6 {
	line-height:1.333;
}

p {
	line-height:1.333;
	text-align: left;
}

article p {
	line-height:1.333;
	text-align: left;
}

.profile-main p{
	text-align: left;
}


/* safari button border mannual fix */
/* Only Safari 10.1+ */
@media not all and (min-resolution:.001dpcm){ @supports (-webkit-appearance:none) {

	.calendar-header ul li{
		padding:0.3rem 0.5rem;
	}

	.calendar-header .calendar_jump li.button,
	.calendar-header .calendar_zoom li:nth-child(1){
		  padding:0.3rem 0.4rem;
		}
	}

}