.passes_table {
	width: 100%;
	border-collapse: collapse;
	margin:10px 0px 10px 0px;
}
	/* Zebra striping */
	tr:nth-of-type(odd) {
 background: #eee;
}
.passes_table th {
	font-family:Verdana;
	font-weight:normal;
		padding: 1px 0px 1px 3px;
	font-size:14px;
	 background: #60cbf7;
	 	border-top:3px solid #34b0e3;
	border-bottom:1px solid #34b0e3;
	 	border-right:1px solid #34b0e3;
	border-left:1px solid #34b0e3;
		text-align: left;
	font-family: 'Verdana';
}
tr:nth-of-type(odd) {
 background: #ebf5f9;
}
.passes_table td {
	padding: 1px 0px 1px 3px;
	font-size:12px;
	border:1px solid #c8ebf9;
	border-bottom:1px solid #78d3f9;
	/*border: 1px solid #ccc; */
		text-align: left;
	font-family: 'Verdana';
}

.button{

background:#11a0db;
width:80px;
padding:1px 0px 1px 0px;
color:#fff;
margin:1px 0px 12px 2px;
float:right;
text-align:center;
border:2px solid #11a0db;
transition: all 0.4s ease;
}
.button:hover {
	background:#fff;
	color:#035475;
	border-top:2px solid #11a0db;
	border-left:2px solid #11a0db;
	border-right:2px solid #11a0db;
}

.add_button
{
background:#11a0db;
width:80px;
padding:1px 0px 1px 0px;
color:#fff;
margin-top:-18px;
float:right;
text-align:center;
border:2px solid #11a0db;
transition: all 0.4s ease;
}
.add_button:hover {
	background:#fff;
	color:#035475;
	border-top:2px solid #11a0db;
	border-left:2px solid #11a0db;
	border-right:2px solid #11a0db;
}

.add_button_submit
{
background:#11a0db;
width:200px;
padding:1px 0px 1px 0px;
color:#fff;
margin-top:-18px;

text-align:center;
border:2px solid #11a0db;
transition: all 0.4s ease;
}
.add_button_submit:hover {
	background:#fff;
	color:#035475;
	border-top:2px solid #11a0db;
	border-left:2px solid #11a0db;
	border-right:2px solid #11a0db;
}

