.body{
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.sub-head {
  color: #004b4b;
  size: 16px;
  font-weight: 600;
}

.detail-metadata {
  font-size: 14px;
  color: #818181;
}

.scrollToTop{
    width:60px; 
    height:60px;
    position:fixed;
    bottom:15px;
    right:15px;
    display:none;
    background: url('/static/css/arrow_up.png') no-repeat 0px 0px;
	background-size:cover;
	z-index:999;
}
.scrollToTop:hover{
    text-decoration:none;
}

.partial-table-content {
	max-height: 600px;
  overflow-y: hidden;
}

.table-accordion {
  z-index: 999;
	text-align: center;
}

.show-more-button {
	height: 40px;
  width:  40px;
  display: inline-block;
  background: url('/static/css/green_arrow_down.png') no-repeat 0px 0px;
  background-size: cover;
}

.show-less-button {
  height: 40px;
  width:  40px;
  display: inline-block;
  background: url('/static/css/green_arrow_up.png') no-repeat 0px 0px;
	background-size: cover;
}

.estate-container {
  margin: 0px;
  padding: 0px;
}

.estate-item {
  height: 210px;
  overflow: hidden;
  margin: 5px;
  padding: 5px;
  background-color: #f5f5dc;
}

#consent-mask{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 2000000000;
	overflow-y: auto;
}

#consent-dialog-box{
	display: block;
	position: relative;
	opacity: 1;
	visibility: visible;
	margin: 30px auto 0;
	width: 650px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	max-width: 90%;
	background: #ffffff;
	padding: 12px 10px;
	overflow: hidden;
	z-index: 2000000000;
	border: 10px solid #5fa625;
	box-shadow: #333 1px 1px 10px 1px;
	line-height: 1.2;
	text-align: left;
}