.gl-default,
.gl-change-select {
    display: block;
    min-width: 300px;
    padding: 15px;
    text-align: center;
    width: auto;
}

.gl-your-city {
    color: #333333;
}

.gl-current-select {
    border-bottom: 1px dashed #333333;
    color: #333333;
    cursor: pointer;
}

.gl-current-select:hover {
    border-bottom: 0;
}

.gl-change-list {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.gl-change-list li {
    float: left;
    line-height: 20px;
    margin: 0 0 0;
    overflow: hidden;
    padding: 0 0 0 0;
    white-space: nowrap;
    width: 50%;
}
.gl-change-list span {
    border-bottom: 1px dashed;
    color: rgb(0, 90, 166);
    cursor: pointer;
}
.gl-default h5,
.gl-change-select h5 {
    font-size: 18px;
    margin: 0;
    margin-bottom: 5px;
}
