#profileUpdate fieldset, #profileUpdate legend {
   all: revert;
}
#profileUpdate fieldset {
	border-radius: 15px;
	width: 90%;
}
#profileUpdate fieldset legend {
	font-weight: bold;
}
#profileUpdate h1 {
	font-family: "Libre Baskerville", Georgia, "Times New Roman", serif;
	font-weight: bold;
	color: #13284a;
	border-bottom: 2px solid #4b9cd3;
}
/*
#profileUpdate div.addressType {
	font-weight: bold;
}
#profileUpdate div.addressbox {
	border: 1px solid #999999;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 20px;
}
*/
.profileUpdate .nav-tabs
 {
   border-color:#13284a;
   
 }
.profileUpdate .btn {
	margin-top: 1em;
}
.profileUpdate .nav-tabs > li a { 
	border: 1px solid #13284a;
	background-color:#2F71AB; 
	color:white;
	}

.profileUpdate .nav-tabs > li.active > a,
.profileUpdate .nav-tabs > li.active > a:focus,
.profileUpdate .nav-tabs > li.active > a:hover{
	background-color: #13284a;
	color:white;
	border: 1px solid #13284a;
	border-bottom-color: transparent;
	}

.profileUpdate .nav-tabs > li > a:hover{
  background-color: #13284a !important;
	border-radius: 5px;
	color:white;

} 

.profileUpdate .tab-pane {
	border:solid 1px #13284a;
	border-top: 0; 
	padding:15px;
}
.profileUpdate .nav-item {
	margin-right: 0.5em;
}
.profileUpdate .nav-tabs .nav-item.show .nav-link .profileUpdate .nav-tabs .nav-link.active {
	border-color: #13284a #13284a white;
}

.profileUpdate .nav-link.active:hover {
	color: white;
	background-color: #13284a;
	border-color: #13284a #13284a white;
}

#ambassadordetail {
	margin-left: 2em;
	border: 2px solid #4B9CD3;
	border-radius: 15px;
	padding: 15px;
	width: fit-content;
}