#wten-app {
    max-width: 400px;
    margin: 10px auto;
    padding: 0px;
    background: #fff;
    border-radius: 10px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#wten-app h3 {
	border-top: 1px solid #ddd;
    text-align: center;
    font-size: 16px;
    padding-top: 12px;
    margin-bottom: 0px;
}

#wten-get-location, #wten-search {
    width: 60%;
	height: 45px;
    padding: 15px;
    margin: 10px auto;
    font-size: 16px;
    cursor: pointer;
    border-radius: 26px;
     background: #e7f0ff;
	
	

  padding: 10px 20px;
  color: #1278ff;
  cursor: pointer;
  transition: background 0.3s ease;
    display: block; /* ensures margin auto works */
    border: 1px solid #d9e7ff;
}

#wten-get-location:hover, #wten-search:hover {
    background: #fff;
  color: #d53847;
}

.wten-row {
    margin-bottom: 12px;
}

.wten-row label {
    display: block;
    margin: 5px 20px;
    font-weight: 400;
}

#wten-radius {
    background-color: #fff;
    width: 100%;
    padding: 13px 24px!important;
    font-size: 18px !important;
text-align:center !important;
    border: 1px solid #dadce0;
    box-shadow: 0px 3px 10px 0px rgba(31, 31, 31, 0.08);
    border-radius: 26px;
}
#wten-keyword {
    background-color: #fff;
    width: 93%;
    padding: 14px;
    font-size: 18px;
	
    border: 1px solid #dadce0;
    box-shadow: 0px 3px 10px 0px rgba(31, 31, 31, 0.08);
    border-radius: 26px;
}
#wten-results {
    margin-top: 20px;
}

.wten-list {
    list-style: none;
    padding-left: 0;
}

.wten-list li {
    padding: 10px 5px;
    border-bottom: 1px solid #ddd;
}

.wten-list li strong {
    font-size: 17px;
}

.wten-list li a {
    color: #1a73e8;
    text-decoration: none;
}

.wten-list li a:hover {
    text-decoration: underline;
}
#wten-location-subtext {
    margin: 8px 0 15px;
    font-size: 14px;
    color: #555;
    text-align: center;
}
