.waitPlease {
    background-image: url('../../css/images/wait16trans.gif');
    background-repeat:no-repeat;
    background-position:center;
}

.waitPlease:hover {
    background: white;
    color: black;
}

.DriveTimeView .searchLocation, .DriveTimeView .drivevalue {
    display: inline-flex;
}

.DriveTimeView .searchLocation label { /* suppress GoTo: label */
    display: none;
}

.drivevalue>select {
    height: 16px; /* prob not visible anyway */
    width: 75px;
    margin-left: 5px;
    vertical-align: middle;
}

.DriveTimeView {
    margin-top: 10px;
}

.DriveTimeView>div {
    margin-top: 10px;
}

.DriveTimeView .catchmentName {
    width: 250px;
    margin-left: 5px;
    height: 18px;
}

.speedTable li {
	margin-top: 5px;
}

.speedTable li input, .DriveTimeView #isPessimistic {
	margin-right: 5px;
}