.messagepop {
       font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
       display: none;
        position: fixed;
        top: 35%;
        left: 0%;
        width: 100%;
        height: 100%;
        z-index:1001;
        text-align: left;
  
}
.wcapcouponcode {
  font-weight:bold;
 color:green;
}

.wcapdescription {

 color:black;
}

.wcapexpirytext {

color:black;
}

.wcapexpirydate {

color:red;
}

.minimumspendamount {
color:red;
}
.minimumspendtext {
color:black;
}

.wcapseparator {
font-weight:bold;
font-size:20px;
color:blue;
}
.wcapfreeshipping {

color:black;
}

.wcapdiscount {
font-weight:bold;
color:green;
}
.white_content {
         font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
         border: 1px solid rgba(0,0,0,.1);
        -webkit-border-radius: 5px;
         border-radius: 15px;
        position: fixed;
        top: 15%;
        left: 15%;
        height: 460px;
        background-color: white;
        z-index:1002;
		margin-left: 4px;
       margin-right: 4px;
	   text-align: left;
		
    }
.white_content td th {
	   max-width:670px;
	   text-overflow: ellipsis;
	   white-space: normal;
	   
	}


