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;
}

.season-info h2{text-align: center;line-height: 2.4rem}

.profile-main p{
	text-align: left;
}

.listinfo ul li{ line-height: 1.333rem}

.profile .waterfall .card .text{
	line-height: 1.333rem;
	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;
		}
	}

}