.pagination_Clyde {
    display: inline-block;
}

.pagination_Clyde a {
	font-size: 22px;
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}

.pagination_Clyde a.current {
    background-color: #4CAF50;
	background-color: #990000;
    color: white;
    border-radius: 5px;
}

.pagination_Clyde a:hover:not(.current) {
    background-color: #ddd;
    border-radius: 5px;
}

.ActivityInsight i {
  color: #00004d;
  padding-left: 0em
}

.gallery_image_01 img {
  display:block;
  float:left;
  /*width:200px;*/
  margin: 4px;
}

table.polProcTable {
	margin-left:auto;
	margin-right:auto;
	width: 1000px;
}

.hide_div { 
	display:none; 
}


.banner_container {
	background-color:#841719;
	width:100%;
	display: flex;
	flex-direction:column;
	align-items: center;	
}
