.popup-redeem {
    display: none;
	position: absolute;
    padding: 10px 10px 10px 10px;
    z-index: 1000;
    border: 1px solid;
    background: #1a1613;
}
.right {
	float: right;
}
.white {
	color: white;
}

.table-bordered td {
	border-width: 0 1px 1px 0;
    border-style: solid;
	border-color: #592718;
}
td:first-child {
	border-width: 0 1px 1px 1px;
}

.table-bordered th {
	   padding: 10px;
    color: #fff;
    text-shadow: 0 -1px 0 #000;
    background: #FFF:
	background-image:-moz-linear-gradient(top, 100% 100% 90deg, #461705, #190e07);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#461705), to(#190e07));
    filter: Progid:DXImageTransform.Microsoft.gradient(startColorstr=#461705,endColorstr=#190e07);
}