div.b25 { width: 23%; }
.title {
  display: flex;
  align-items: center;
  justify-content: space-between; 
}

.title form {
  display: flex;
  align-items: center; 
}

.title select {
  margin-right: 10px; 
  font-size:16px;
color: black;
background-color : white;
font-weight : normal;
 
}
option {
  background-color: #ffffff; 
  color: #000000; 
font-weight: normal;
}

input[type="submit"] {
  background-color: #ccc;
  display: inline-block;
  color: #000000; 
  font-size: 12px; 
  padding: 5px; 
  border: 1px solid #222; 
  border-radius: 4px; 
  height: 25px; 
  cursor: pointer; 
}

input[type="submit"]:hover {
  background-color: #b3b3b3; 
  border-color: #999999;
}
