.btn-text {
  color: white;
  text-decoration: none;
  font-size: 9pt;
}

.flex-container {
  display: flex;
}

.justify-center {
  justify-content: center;
}

.tab-right {
  margin-right: 10px;
}

.simplebtn {
  	display: inline-block;
	background-color: #003d99;
	border: 2px solid #999999; /* #003380; */
	border-radius: 6px;
	cursor: pointer;
    min-width:120px;
 }

.simplebtn:hover {
  background-color: #003380;
  border: 2px solid #003380;
}

