.cardThumb{
	height: 145px;
	
}

.cardBody{
	height: 155px;
}

.tablePages{
	padding: 20px;
	text-align: center;
}

.tablePageNumberSelected {
  -webkit-border-radius: 3px 3px 3px 3px !important;
  -moz-border-radius: 3px 3px 3px 3px !important;
  border-radius: 3px 3px 3px 3px !important;
  padding-top: 3px;
  padding-bottom: 4px;
  padding-left: 5px;
  padding-right: 7px;
  color: #ffffff;
  background-color: #304D6A;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid #304D6A;
  margin: 0 2px;
}

.tablePages a {
  -webkit-border-radius: 3px 3px 3px 3px !important;
  -moz-border-radius: 3px 3px 3px 3px !important;
  border-radius: 3px 3px 3px 3px !important;
  padding-top: 3px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 7px;
  color: #304D6A;
  background-color: #ffffff;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  border: 1px solid #bcc6d2;
  box-shadow: inset 0px -2px 0px #bcc6d2;
  -moz-box-shadow: inset 0px -2px 0px #bcc6d2;
  -webkit-box-shadow: inset 0px -2px 0px #bcc6d2;
  margin: 0 2px;
}

.tablePages a:hover {
  
  color: #ffffff;
  background-color: #304D6A;
  
}

.tablePageNumberLast:hover, .tablePageNumberFirst:hover {
  
  background-color: #304D6A !important;
}