.order-header-info {
	> .uk-table {
		> thead {
			> tr > th {
				color:@order-header-info-thead-color;
			}
		}

		> tbody {
			> tr > td {
				padding-top: 5px;
			}

			> tr > .status > .inprogress {
				color:@order-header-info-payment-status-inprogress;
			}

			> tr > .eventinfo > .image-card > .image{
				height:60px;
			}
		}
	}
}