﻿@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	/* IE 10 & IE 11 Stylesheet */
	
	.floodHazardLegendTxt
	{
		width: 165px; /*154px;*/
		display: inline-block;	
	}
	
	div[id*='BuildingsSection'] table[id*='dgBuildings']
	{
		border-bottom: 0;
	}
}

table#buildingValuesTable
{
	display: table;
	float: left;	
}

.buildingScheduleTableSection, .buildingScheduleTableEndorsementSection
{
	width: 99.6%;
	height: 310px;
    padding-bottom: 15px;
}