.active {
  color: #ff981f ! important;
  background: lavender;
}

#machineWrap {
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: flex;
  justify-content: space-around;
}

#machine {
  padding: 1rem;
  width: 100%;
  background: #128cc5;
  border: none;
  color: white;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  text-align: center;
}

#machine:hover {
  background: #186CBF;
}

#machine a {
  color: white;
  text-decoration: none;
}

.otherMachine {
  border-bottom:5px solid #128ccf;
  margin-bottom:1rem;
  margin-top:1rem;
}

.otherMachine span {
  font-size:1.3rem;
  color:white;
  background:#128ccf;
  padding:.5rem .5rem 0 .5rem;
  border-radius: 5px;
}


.machineList {
  width: 30%;
  overflow:auto;
  height:550px;
}

.machineList li {
  list-style-type: none;
  margin-bottom: 1rem;
  border-left: 5px solid #128cc5;
  padding-left: 1rem;
  font-size: 1.2rem;
  color: #333333;
}

.machineList li:hover {
  background: #D3EAF4;
  cursor: pointer;
}

.machineList li a {
  text-decoration: none;
  font-size: 1.2rem;
  color: #333333;
}

.googleMap {
  border: 5px solid #128cc5;
  max-height: 510px;
}

div.machineList li a {
  display: flex;
  align-items: center;
}

div.machineList .googlemap img {
  width: 300px;
  height: 300px;
  max-width: 90px;
  max-height: 90px;
  min-width: 60px;
  min-height: 60px;
  padding: 0 3px;
  vertical-align: top;
}

#machineUpdate {
  margin-top: 10rem;
  line-height: 3rem;
  font-size: 1.2rem;
  margin-bottom: 7rem;
  text-align: center;
}

#machineUpdate input {
  width: 30%;
}

#machineUpdate input[type=submit] {
  background: #128cc5;
  border-radius: 100px;
  padding: 10px 25px;
  border: none;
  font-size: 1rem;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  color: white;
  margin-top: 1.5rem;
}

#machineUpdate input[type=file] {
  display: block ! important;
  margin: 0 auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

#machineUpdate button:hover {
  background: #186CBF;
}