.package_table {
    width: 100%;
    border-collapse: collapse;
}
.package_table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
	color: white;
}
.package_table th {
    background-color: black !important;
}

.package_select{

    width: 30%;
    height: 40px;
    margin-bottom: 30px;
}