.table-container .col {
max-width: 100%;
overflow-x: scroll;
}  


.table-container .views-element-container {
min-width: 900px;
}  

.table.border td {
	border: 1px solid black;
	padding: 20px;
}

.table.border th {
	border: 1px solid black;
	padding: 20px;
}

.table.border p {
	font-weight: normal;
}

table td {
    border-bottom: 1px solid black;
    padding: 20px 10px;
  }

table th {
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    padding: 20px 10px;
  }
  
.driver {
	width: 30%;
} 

.target {
	width: 40%;
}
