.woocommerce-shipstation-tracking {
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid #e0e0e0;
}

.woocommerce-shipstation-tracking h2 {
	font-size: 1.2em;
	margin-bottom: 15px;
}

.woocommerce-table--shipstation-tracking {
	width: 100%;
	border-collapse: collapse;
}

.woocommerce-table--shipstation-tracking th,
.woocommerce-table--shipstation-tracking td {
	padding: 10px;
	text-align: left;
	border-bottom: 1px solid #f0f0f0;
}

.woocommerce-table--shipstation-tracking th {
	font-weight: 600;
	width: 30%;
}

.woocommerce-table--shipstation-tracking a {
	color: #0073aa;
	text-decoration: none;
	font-weight: 500;
}

.woocommerce-table--shipstation-tracking a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 768px) {
	.woocommerce-table--shipstation-tracking th,
	.woocommerce-table--shipstation-tracking td {
		display: block;
		width: 100%;
	}
	
	.woocommerce-table--shipstation-tracking th {
		padding-bottom: 5px;
	}
	
	.woocommerce-table--shipstation-tracking td {
		padding-top: 0;
		padding-bottom: 15px;
	}
}
