/* 2. Geolocation */
.tickets_css #map{
  height: 100%;
}

.tickets_css .input_geo{
  width: 55%;
  margin-left: 40%;
  padding: 10px;
  margin-top: 0;
  margin-bottom: 0;
}

.tickets_css .input_geo input{
  color: #fff !important;
  width: 70%;
}

.tickets_css .button_geo{
    float: right;
    margin-top: -5px;
}

.tickets_css ::-webkit-input-placeholder {
    color:    #d2d2d2;
}
.tickets_css :-moz-placeholder {
    color:    #d2d2d2;
}
.tickets_css ::-moz-placeholder {
    color:    #d2d2d2;
}

.tickets_css .input_geo table{
  width: 100%;
}

.tickets_css .th1, .td1{
  width: 60%;
  text-align: left !important;
  padding: 0;
}

.tickets_css .th2, .td2{
  width: 30%;
  text-align: left !important;
  padding: 0;
}


.tickets_css .th3, .td3{
  width: 10%;
  text-align: right !important;
  padding: 0;
}

.tickets_css .container_table{
  margin: 0;
}
