/* IE CSS */

/*#region Fix 'white-space: pre-wrap' on API page */

.ie .api .content:before
{
    content: '';
    display: inline-block;
    width: 100%;
}

/*#endregion */


.ie .apiTable > tbody > tr > td:nth-of-type(2) {
	height: 97%;
}

.ie .PPButton {
	filter: initial;
}

.ie .PPButton.Hovered {
	filter: none;
}