.important-documents h4 {
	color: #d9042f;
	font-weight: bolder;
	background-color: white;
	padding: 10px;
	border-radius: 5px;
}

.infrastructure-table {
	border: 1px solid #522c19;
	background-color: aliceblue;
	width: 100%;
}
.infrastructure-table th, td {
	border: 1px solid #522c19;
	padding: 10px !important;
	font-size: 15px;
	font-weight: bold;
}
.infrastructure-table th {
	font-weight: bolder;
	background: rgb(52, 79, 127);
	color: white;
	border: 1px solid white !important;
}
.view-pdf span {
	background-color: #d9042f;
	color: white;
	padding: 4px 33px;
	border-radius: 5px;
	font-weight: bolder;
}
.view-pdf:hover{
    text-decoration:none!important;
}
.view-pdf span:hover
{
   -moz-box-shadow:    inset 0 0 5px #000000!important;
   -webkit-box-shadow: inset 0 0 5px #000000!important;
   box-shadow:         inset 0 0 5px #000000!important; 
}  
.overflow-handler {
	overflow: auto;
}
.read_more a {
	display: block;
	width: 120px;
	background: #344f7f;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	position: relative;
	text-align: center;
	box-sizing: border-box;
	overflow: hidden;
	text-transform: uppercase;
	line-height: 38px;
}
.read_more a:hover {
	color: #6b6b6b;
}
.read_more a::before {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	top: 50%;
	left: 50%;
	background: #e9e9e9;
	border-radius: 50%;
	box-sizing: border-box;
	transition: all .3s linear;
	font-weight: 300;
}
.read_more a {
	font-size: 14px;
	color: #fff !important;
	text-align: center;
	text-transform: uppercase;
	line-height: 38px;
}