@charset "utf-8";
/* CSS Document */


.pagination {
  display: inline-block;
}

.pagination a {
	color: black;
	float: none;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 16px;
	padding-bottom: 8px;
	padding-left: 8px;
}

.pagination a.active {
  background-color: #4CAF50;
  color: white;
  border-radius: 5px;
}

.pagination a:hover:not(.active) {
  background-color: #ddd;
  border-radius: 5px;
}
#box {
	float: left;
	height: 185px;
	width: 142.5px;
	margin-top: 15px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fcdb23;
	margin-left: 15px;
}
#box1{
	float: left;
	margin-top: 0px;
	border-right-width: 1px;
	border-right-style: double;
	border-right-color: #999999;
	height: 184px;
	width: 142.5px;
	}	
#box2	{
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #006596;
	text-align: left;
	line-height: 12px;
	text-overflow: ellipsis;
	float: left;
	padding-left: 5px;
	height: 45px;
	width: 125px;
	margin-bottom: 1px;
	text-overflow: ellipsis;
	padding-bottom: 5px;
	padding-top: 5px;
}
#box3{
	width: 127px;
	height: 62.5px;
	float: left;
	margin-bottom: 20px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	border-top-width: 8px;
	border-bottom-width: 8px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #A7A7A7;
	border-bottom-color: #A7A7A7;
}


	
