@charset 'UTF-8';
input[type=radio] {
	width: 15px;
	height: 15px;
}
input {
	width: 60%;
	height: auto;
	text-transform: uppercase;
}
input.name {
	text-transform: none;
}
#ship_in {
	padding: 50px;
}

#data_quantity {
	margin: 0;
	font-size: 35px;
	color: red;
}
#ship_data {
	margin: 10px 0 50px 0;
}

#ship_sear_but, #ship_confirm, #ship_cancel {
	width: 80px;
	height: auto;
	font-size: 20px;
}

#ship_sear_body {
	padding-top: 10px;
	overflow-y: scroll;
}
#search_but {
	width: auto;
	font-size: 25px;
	height: auto;
	margin: 20px auto 5px auto;
	float: center;
}

#more_package, #remove_more_package, #booked {
	width: 90px;
	padding: 0;
	height: 35px;
	margin: 10px 0 0 0;
}

#ship_search_but {
	margin: 5px 0 0 0;
	width: 60px;
	height: 40px;
}

#ship_sear_body {
	background-color: #FFFFFF;
}

#search_ship {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

#ship_in {
	padding: 5px;
	border-radius: 30px;
	width: 100%;
	background-color: #CCDDFF;
	height: auto;
}

#ship_table {
	background-color: rgba(168,168,168,0.5);
	z-index: 9999;
	position: absolute;
	top:0; 
	left:0;
	width: 100%;
	height: 100%;
	padding: 10% 15%;
	margin: 0;
}
span.hid {
	visibility: hidden;
}
th, td {
	text-align: center;
}