#tbl_journey_monitor{
  border-collapse:collapse;
  width:1040px;
}
#tbl_journey_monitor td{
  border:solid gray 1px;
  padding: 3px;
  width:50px !important;
}

#tbl_journey_monitor th{
  font-weight:bold;
   border:solid gray 1px;
}

.places_little{
    background-color: yellow !important;
}

.places_no{
    background-color: red !important;
}

.places_normal{
     background-color: greenyellow !important;
}

#form_box {
background-color: #FBFCFF;
border: solid #EFEFEF 1px;
width:1030px;
float: left;
margin-bottom: 10px;
padding: 5px;
}

#city_src,#city_dst{
    width:195px!important;
}