#location-notification-wrapper {
    text-align: center;
    background: #ea0a8e;
    padding-top: 15px;
    padding-left: 50px;
    padding-right: 50px;
    color: #fff;
    position: relative;
    padding-bottom: 5px;
    border-radius: 5px;
}

#location-notification-wrapper p {
    font-size: 30px;
}
#location-notification-city {
    font-weight: 700;
}
#location-notification-url {
    font-weight: 700;
    color: #1976d2;
}
#getLatLonRetry {
    padding: 2px 10px; 
    background-color: #fff; 
    display: inline-block;
    font-size: 12px;
    color: #333;
    border-radius: 3px;
    line-height: 18px;
    margin-left: 20px;
}
#close-location-notification {
    position: absolute;
    right: 15px;
    top: 8px;
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
}
.select2-container {
	min-width: 160px;
    font-size: 16px;
}
.separate-or {
    font-size: 16px;
}
.select2-container {
	margin-top: 10px;
	margin-bottom: 10px;
}