.attribute-dropdowns-selector select.attribute-dropdowns-select {
  width:200px;
  height:50px; margin:0 0 8px 0; background-color: #fff; color: #575757; font-size: 16px; border-width: 2px; border-radius: 5px;}

.attribute-dropdowns-selector {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.button.attribute-dropdowns-submit {
	height: 50px;
}