.voucher-table {
	> .table-caption {
		padding:0 2.1%;
	}

	> thead {
		> tr {
			> th {
				color: #333;
				font-weight: bolder;
			}

			> .schedulename {
				background: @lighter-color-green;
				padding-left: 2.1%;
				color: #fff;
				text-transform: capitalize;
				font-size: 1em;
			}

			> .ticketsection {
				padding: 16px 0 16px 2.1%;
			}

			> .packages {
				padding: 16px 0 16px 0;
			}

			> .subtotal {
				padding: 16px 2.1% 16px 0;
			}
		}
	}

	> tbody {
		> tr {
			> .ticketsection {
				padding: 16px 0 16px 2.1%;
			}

			> .ticketsection > .uk-flex > .seatno {
				background-color: @lighter-color-green;
				color: #fff;
			}

			> .ticketsection > .remove {
				color: @primary-color-blue;
				font-size: 0.7em;
			}

			> .ticketsection > .remove > .uk-icon > svg {
				width: 1.45em;
			}

			> .packages > .remove {
				color: @primary-color-blue;
				font-size: 0.7em;
			}

			> .packages > .includes {
				margin-top: 10px;
			}

			> .subtotal {
				padding: 16px 2.1% 16px 0;
			}
		}
	}
}