table.extra-options, .woocommerce div.product form.cart table.extra-options{
	width: 100%;
}

table.extra-options td, .single-product div.product table.extra-options th {
    background-color: transparent;
}

table.extra-options td.leftside, .single-product div.product table.extra-options th.leftside {
    display: table-cell;
}

table.extra-options td.above, .single-product div.product table.extra-options th.above {
   display: list-item;
   padding: 0;
   list-style: none;
}

table.extra-options .label-tag, table.extra-options .sublabel-tag{
	display: inline-block;
}

table.extra-options .required {
    border-bottom: 0!important;
    color: red;
	text-decoration: none;
}

.font-size-80-perc{
	font-size:80% !important;
}

.font-size-100-perc{
	font-size:100% !important;
}

.display-table-cell{
	display: table-cell !important;
}
.display-list-item{
	display: list-item !important;
}

.label-field-cell{
	display: table-cell !important;
}

.no-border, .no-border td{
	border: 0!important;
}

.strong{
	font-weight:bold!important;
}

.p-0, .cell-p-0 td, .cell-p-0 th{
	padding: 0!important;
}
.p-5, .cell-p-5 td, .cell-p-5 th{
	padding: 5!important;
}
.p-10, .cell-p-10 td, .cell-p-10 th{
	padding: 10!important;
}

/* z-index fix for datepicker - Added By ThemeHigh */
.ui-widget-content {
    z-index: 99999!important;
}