.wcusage_options {

}
.order-date{
	color: green;
}

.coupon-orders-single {
	margin: 20px 0px;
	width: 100%;
    border: 1px solid #333333;
    padding: 15px;
}

.wcuTable {
	display: table;
	width: 100%;
	text-align: center;
}
.wcuTableRow {
	display: table-row;
}
.wcuTableHeading {
	display: table-header-group;
	background-color: #ddd;
}
.wcuTable thead {
	text-align: center;
}
.wcuTableCell {
	display: table-cell;
	padding: 5px 10px;
	border: 1px solid #999999;
	width: 20%;
}
.wcuTableHead {
	display: table-cell;
	padding: 5px 10px;
	border: 1px solid #999999;
	font-weight: bold;
	background: #333;
	color: #fff;
	text-align: center;
}
.wcuTableFoot {
	display: table-footer-group;
	font-weight: bold;
	background-color: #ddd;
}
.wcuTableBody {
	display: table-row-group;
}

@media screen and (max-width: 720px) {
	.wcuTableRow, .wcuTableCell, .wcuTableHead {
		display: block;
		width: 100%;
	}
}

.coupon-box {
	margin-top: 20px;
	border: 1px solid #333333;
    padding: 15px;
}


.wcutab {
  overflow: hidden;
}

.coupon-title {
	font-size: 40px;
	margin-bottom: 20px;
    text-align: center;
}

/* Style the buttons inside the tab */
.wcutab button {
  background-color: #333;
  color: #fff;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
  margin: 0 2px;
  width: 48.5%;
  font-family: none;
}
#search-coupon-all, #search-coupon, #search-criteria {
	min-height: 40px;
	padding: 5px 10px;
}

/* Change background color of buttons on hover */
.wcutab button:hover {
  background-color: #000;
  color: #fff;
}

/* Create an active/current tablink class */
.wcutab button.active {
  background-color: #000;
  color: #fff;
}

/* Style the tab content */
.wcutabcontent {
  display: none;
  border-top: none;
}

p.coupon-header {
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #dd3333;
}