.cpn-my-coupons-menu-popup-content {
	width: 100%;
	border-collapse: collapse;
}

.cpn-my-coupons-menu-popup-content tr:nth-child(2n) td{
	background-color: #fbfbfb
}

.cpn-my-coupons-menu-popup-content th {
	padding: 1em 1.41575em;
	color: #333333;
	background: #f8f8f8;
	text-align: left;
	vertical-align: middle;
	font-weight: 400;
}

.cpn-my-coupons-menu-popup-content td {
	padding: 1em 1.41575em;
	color: #666666;
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
	background: #fdfdfd; 
}

mark.success { 
  background-color: red;
  color: black;
}

mark.failure { 
  background-color: green;
  color: black;
}

.cpw-couponcode-wrapper {
	width: 100%;
	display: block;
	margin: 20px 0;
}

.cpw-couponcode-wrapper .cpw-couponcode-inner-content {
	width: 23%;
	display:inline-block;
	background: #308daa;
	border-radius: 10px;
	background:#f1f1f1;
	margin-right: 1.5%;
	margin-bottom: 1.5%;
	position: relative;
	padding: 5px 0 10px 15px;
	border: 1px dashed #bfbfbf;
}

.cpw-couponcode-wrapper .cpw-couponcode-inner-content:hover {
	box-shadow: 0 0 2px #000 inset;
	cursor: pointer;
}

.cpw-couponcode-inner-content .cpw-couponcode {
	width: 100%;
	color: #b529fe;;
	font-weight: bold;
	padding:10px 0px 0px 0px;
	box-sizing: border-box;
	text-align: left;
	font-size: 18px;
	font-weight: 500;
}

.cpw-couponcode-inner-content .cpw-couponcode p,
.cpw-couponcode-inner-content .cpw-couponcode-expriydate p{
	 margin: 0 0 5px;
	 padding: 0;
}

.cpw-couponcode-inner-content .cpw-couponcode-expriydate{
	width: 55%;
	float: left;
	padding: 0;
	color: #000;
	box-sizing: border-box;
	font-size: 14px;

}

.cpw-couponcode-inner-content .cpw-couponcode-value {
	position: absolute;
	right: 10px;
	top: 0;
	width: 70px;
	height: auto;
	font-weight: 550;
	background: #b529fe; 
	z-index: 9;
}

.cpw-couponcode-inner-content .cpw-couponcode-value p {
	margin: 0;
	line-height: 45px;
	text-align: center;
	color: #fff;
	font-size: 18px;
}

.cpw-couponcode-inner-content .cpw-couponcode-value::before {
	content: "";
	width: 0;
	height: 0;
	border-width: 15px 35px;
	border-style: solid;
	border-color: #b529fe #b529fe transparent #b529fe ;
	position: absolute;
	bottom: -20px;
	z-index: -1;
}
.cpw-view-more {
	display: block;
}

.cpw-view-more a,
.cpw-view-less a {
	color: #00f !important;
	text-decoration: none !important;
	font-size: 16px;
	position: relative;
}

.cpw-view-more a::after,
.cpw-view-less a::after  {
	font-family: dashicons;
	display: inline-block;
	margin-left: 5px;
	position: absolute;
}

.cpw-view-more a::after { 
	content: "\f344";
	top: -2px;
}

.cpw-view-less a::after {
	content: "\f342";
	top: -2px;
}


@media only screen and (max-width: 768px) {

	.cpw-couponcode-wrapper .cpw-couponcode-inner-content {
		width: 98%;
		display:inline-block;
		background: #308daa;
		border-radius: 10px;
		background:#f1f1f1;
		margin-right: 0%;
		margin-bottom: 1.5%;
		position: relative;
		padding: 5px 0 10px 15px;
	}	
}