.btn {
  background-color: white;
  color: #1D2B42;
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  border: 1px solid #1D2B42; /* dark grey */
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 13px;
  border-radius: 14px;
}

.ma_major {
  background-color: white;
  color: #69AEF4;
  border: 2px solid #69AEF4; /* blue */
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  border-radius: 15px;
}

.ma_filter {
  width: 15px;
  height: 30px;
  border: none; /* none */
  background: url('icon_filter.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
  
}

.ma_dbunselect {
  vertical-align: middle; 
  width: fit-content;
  padding: 5px 10px;
  border: 1px dashed #000000; /* black */
  border-radius: 14px;
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
}

.ma_dbselect {
  background-color: white;
  color: #1D2B42;
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  width: fit-content;
  padding: 5px 10px;
  margin-bottom: 10px;
  border: 1px solid #69AEF4; /* blue */
  border-radius: 15px;
  text-decoration: none;
  display: inline-block;
}
.ma_dbselect:focus {
	background-color: #1D2B42;
}

.ma_dbselect:hover {
	color: #1D2B42;
}
