
.infoWrap{
	height: 280px;
	width: 276px;
	position: absolute;
	top:30px;
	overflow-y: auto;
	border-top: 1px solid #424528;
}

.infoDescription{
	position: relative;
	top:10px;
	width: 246px;
	left: 20px;
}

.unitsCategoryWrap{
	width: 100%;
	height: 16px;
	position: absolute;
	top:30px;
	border-bottom: 1px solid #424528;
}

.unitsWrap{
	width: 698px;
	height: 268px;
	position: absolute;
	top:50px;
	z-index: 1000;
    overflow-y:auto; 
}

.unitsRow{
	height: 20px;
	width: 100%;
}

.unitsDateAssign{
	width: 60px;
	position: absolute;
	left: 5px;
}

.unitsDateDetach{
	width: 60px;
	position: absolute;
	left: 65px;
}

.unitsName{
	width: 400px;
	position: absolute;
	left: 135px;
}

.buildingCategoryWrap{
	width: 100%;
	height: 16px;
	position: absolute;
	top:30px;
	border-bottom: 1px solid #424528;
}

.buildingWrap{
	width: 698px;
	height: 268px;
	overflow-y: auto;
	position: absolute;
	top:46px;
	z-index: 1000;
}

.buildingRow{
	height: 20px;
	width: 100%;
	padding: 2px;
}

.buildingPhoto{
	width: 34px;
	position: absolute;
	left: 4px;
  	margin: 0 auto;
}


.buildingLocation{
	width: 80px;
	position: absolute;
	left: 35px;
}

.buildingNumber{
	width: 100px;
	position: absolute;
	left: 120px;
}

.buildingName{
	width: 160px;
	position: absolute;
	left: 250px;
}


.storyCategoryWrap{
	width: 100%;
	height: 16px;
 	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	width: 100%;
	position: absolute;
	top:30px;
	border-bottom: 1px solid #424528;
}

.storiesWrap{
	width: 698px;
	height: 268px;
	position: absolute;
	top:50px;
	z-index: 1000;
    overflow-y:auto; 
}