.table-responsive td{
	min-width: 165px;
}

#pills-tab{
	justify-content: space-evenly;
}

.td{
	min-width:115px;
}

.toast{
	right:30px;
	top:70px;
	z-index:1;
}

.b-0{
	border: 0;
}
.collapse .card-header{
	margin-bottom: 8px !important;
}

.collapse .nav-tabs .nav-link:focus{
	outline: 0px none #fff !important;
}

.collapse .tab-content {
	border: 1px solid #dee2e6;
}

.border-right-radius{
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn:focus {
  box-shadow: none;
}

.input-group-text{
	border-right-radius: 0;
}