#city-sel{
	display: inline-block;
	position: relative;
	line-height: 15px;
	color: #0072a5;
}
#link-select{
	display: inline-block;
	color: #0072a5;
	text-decoration: none;
	border-bottom: 1px dashed #0072a5;
}
#city-confirm{
	/*display: none;*/
	position: absolute;
	top: 30px;
    min-width: 240px;
	background: #fff none repeat scroll 0 0;
	border: 2px solid #e44d00; /*#0072a5*/;
	border-radius: 5px;
	color: #0072a5;
	margin-bottom: 10px;
	padding: 50px 70px 30px;
	text-align: center;
    box-sizing: content-box;
	z-index: 9999;
}
#city-confirm::before,
#city-confirm::after{
	content: '';
	border: 12px solid transparent;
	position: absolute;
	left: 55%;
	margin-left: -12px;
	width: 0;
}
#city-confirm::before{
	border-bottom: 12px solid #e44d00;  /*#0072a5*/;
	top: -25px;
}
#city-confirm::after{
	border-bottom: 12px solid #fff;
	top: -22px;
}
#city-confirm div{
	white-space: nowrap;
}
#city-confirm-text{
    font-size: 30px;
    font-weight: bold;
    line-height: 55px;
}
#city-confirm-btn{
    margin-top: 70px;
}
.ipcity-btn{
    background-color: #007fb8;
    background-image: linear-gradient(to bottom, #ff961b, #ff7012 36%, #e44d00);
    border: medium none;
    border-radius: 2px;
    box-shadow: 0 2px rgba(255, 204, 48, 0.7) inset;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    margin: 15px 2px 0;
    outline: medium none;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px rgba(137, 53, 4, 0.75);
}
.ipcity-btn:hover{
	color: #0072a5;
	background-color: #fff;
    text-decoration: none;
}
#city-popup{
	padding-bottom: 20px;
}
#city-popup span.city-popup-header{
    border-bottom: 1px solid #0072a5;
    color: #0072a5;
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-align: center;
}
#city-popup .tbl{
    display: table;
}
#city-popup .tbl .tbl-row{
    display: table-row;
}
#city-popup .tbl .tbl-row .tbl-cell{
    display: table-cell;
    padding: 0 40px 0 0;
}
#city-popup .tbl .tbl-row .tbl-cell.last{
    padding: 0;
}
.set-city, .custom-city{
	display: block;
	margin: 1px 0;
	color: #000;
	text-decoration: none;
    white-space: nowrap;
}
.set-city.selected, .set-city:hover,
.custom-city.selected, .custom-city:hover{
	color: red;
}
#custom-city-wrapper{
	display: none;
	margin-top: 10px;
}
#custom-city-input{
	font-size: 16px;
	line-height: 26px;
	width: 275px;
}

@media only screen and (max-width : 485px) {
    #city-popup .tbl,
    #city-popup .tbl .tbl-row,
    #city-popup .tbl .tbl-row .tbl-cell{
        display: block;
        padding: 0;
        text-align: center;
    }
}