#show_weather {
  text-align: center;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  padding: 10px 0px;
  width: 100%;
  float: left;
}
.arc2 {
  position: relative;
  z-index: 11;
}
.ulvalue {
  border: 1px solid #ededed;
  position: absolute;
  background: #f6f6f6;
  margin: 0;
  width: 300px;
  display: none;
  z-index: 9999;
}
.ulvalue li {
  color: #5a5752;
  cursor: pointer;
  list-style: none;
  width: 50%;
  float: left;
  padding-left: 10px;
}
.ulvalue li:hover {
  background-color: #ccc;
}
.weather span {
  top: -3px;
  position: relative;
  font-size: 12px;
}
.arrowDown {
  cursor: pointer;
  padding-right: 20px;
  position: relative;
}
.arrowDownicon {
  border-color: #589c74 #fff #fff;
  border-style: solid;
  border-width: 6px;
  cursor: pointer;
  height: 0;
  position: absolute;
  right: 0;
  top: 3px;
  width: 0;
}
.weatherItems {
  display: block;
  padding: 2px 0;
}
.spName {
  font-weight: 700;
  margin-left: 5px;
}
.spValue {
  padding-left: 5px;
}
.weather {
  padding-bottom: 5px;
}
.txt-left {
  text-align: left !important;
}
