/*
Theme Name:     Traveler Child Theme for Valerii
Description:    Traveler Child Theme for Valerii
Theme URI:      https://travelerwp.com/
Author:         the ShineTheme
Author URI:     http://shinetheme.com
Version:        1.0
Template:       traveler
*/

.st_wrap_list_package{
	border-color: #e1e1e1;
	/* padding-left: 10px;
	padding-right: 10px; */
}
.st_content_list_package * {
	border-color: #e1e1e1;
}

.st_content_list_package table{
	width: 100%;
	text-align: center;
	border-spacing: 2px;
	border-collapse: separate;
	margin-bottom: 20px;
}
.st_content_list_package table tr th {
	padding: 13px 0px;
	font-size: 16px;
	font-weight: normal;
	background: #16283a;
	color: #ffffff;
	font-size: 14px;
}

.st_content_list_package table tr:nth-child(odd) {
	color: #444444;
}
.st_content_list_package table tr:nth-child(odd) {
	background-color: #f9f9f9;
}

.st_content_list_package table td{
	padding: 10px 0;
}

.st_content_list_package table tr:nth-child(even) {
	color: #444444;
}
.st_content_list_package table tr:nth-child(even) {
	background-color: #f3f3f3;
}
.st-form-package_new select{
	border-color: #ccc;
	width: 100%;
	height: 40px;
	border-radius: 10px;
	color: initial;
	padding: 0 15px;
	padding-left: 4px;
	background-color: #fff;
}