@charset "UTF-8";
.telematics-vehicle-select-table{
    width: 575px; 
    overflow: auto; 
    margin: auto;
    border: 1px solid #d9e0e5
}

.telematics-vehicle-select-table span{
    padding-left: 35px; 
}

.telematics-vehicle-select tbody {
  border-bottom: 1px solid #d9e0e5;
}

.telematics-vehicle-select tbody tr {
  border-top: 1px solid #d9e0e5;
}

.telematics-vehicle-select tbody td {
  width: 550px;
  padding: 16px;
}

.telematics-vehicle-select ._title {
  margin: 30px 0px 30px 0px;
}

.telematics-vehicle-select .sub-title {
    margin: 0px 0px 8px 92px;
}

.telematics-vehicle-select .blank-row {
    height: 50px;
}

