#table_clearances, #table_clearances td, #table_clearances th,#table_search {
	border: 1px solid black;
    text-align:center;
}

#table_clearances { 
	margin: 20px 0;
	border-collapse: collapse;
}

#table_clearances td {
	padding: 5px;
}


#table_clearances input, #table_clearances select, #table_search select { 
	width: 100%;
}

 #table_clearances td:nth-child(1) { 
	width: 5%;
}

#table_clearances td:nth-child(2) { 
	width: 10%;
}

#table_clearances td:nth-child(3) { 
	width: 10%;
}

#table_clearances td:nth-child(4) { 
	width: 10%;
}
#table_clearances td:nth-child(5) { 
	width: 10%;
}

#table_clearances td:nth-child(6) { 
	width: 10%;
}

#table_clearances td:nth-child(7) { 
	width: 10%;
}

#table_clearances td:nth-child(8) { 
	width: 10%;
}

#table_clearances td:nth-child(9) { 
	width: 10%;
}

#table_clearances td:nth-child(10) { 
	width: 5%;
}

.table_buttons {
	overflow: hidden;
}

#table_clearances .missing {
	background-color: rgba(255, 0, 0, 0.2);
}

.active {
	background-color: #2e6da4;
	color :#fff;
}

input[type="button"]:hover:not(.active) {
	background-color: #ddd;
}

input[type="button"] {
	transition: all .3s;
    border: 1px solid #ddd;
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 5px;
	font-size: 15px;
    margin:3px;
}

input[type="button"]:not(.active) {
	background-color:transparent;
}

#table_search, #table_search td, #table_search th {
	border: 1px solid #F7F7F7;
}

#table_search { 
	margin: 20px 0;
	border-collapse: collapse;
}

#table_search td {
    padding: 3px;
	/*padding-right: 25px;
    padding-left: 5px;*/
}

#table_search input { 
	width: 100%;
}

#table_search td:nth-child(1) { 
	width: 5%;
}

#table_search td:nth-child(2) { 
	width: 12%;
}

#table_search td:nth-child(3) { 
	width: 12%;
}

#table_search td:nth-child(4) { 
	width: 12%;
}

#table_search td:nth-child(5) { 
	width: 12%;
}

#table_search td:nth-child(6) { 
	width: 11%;
}

#table_search td:nth-child(7) { 
	width: 12%;
}

#table_search td:nth-child(8) { 
	width: 11%;
}

#table_clearances td:nth-child(9) { 
	width: 11%;
}

