#team {
	text-align: center;
}

body {
	box-sizing: border-box;
}



.expand{
	padding: 7px 28px;
	line-height: normal;
	background: #172051;
	color: #fff;
	border: 2px solid #172051;
	transition: all 0.3s ease 0s;
	border-radius: 30px 30px 30px 30px;
}

.btn-primary:not(:disabled):not(.disabled):active {
	background: #fff;
  color:  #172051;
  border: 2px solid  #172051;
}


.btn-secondary:not(:disabled):not(.disabled):active {
	background: #fff;
  color:  #172051;
  border: 2px solid  #172051;
}

.table-member {
	overflow-x: auto;
	overflow-y: hidden;
}

.modal-body {
	overflow-x: auto;
	overflow-y: hidden;
}