#vouchers{
        width: 479px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
        margin-bottom: 10px;
        text-decoration: none;
        font-family: arial, helvetica, sans-serif;
        font-size: 12px;
        text-align: justify;
        color: #000;
}

#vouchers .voucher_msg1 {
        text-align: center;
        font-size: 15px;
        color: red;
}

#vouchers .remember {
        font-weight: bold;
        font-size: 16px;
        text-align: center;
        color: red;
}

#vouchers .link {
        color: green;
}


#vouchers h1{
        text-decoration: none;
        font-family: arial, helvetica, sans-serif;
        font-size: 14px;
        margin-bottom: 20px;
        color: #000;
}

#voucher_list {
      margin-top: 20px;
      border-collapse: collapse;
}

#voucher_list td {
      font-size: 12px;
}

#voucher_list td.logo{
        width: 130px;
        text-align: center;
}

#voucher_list td.logo img{
        width: 120px;
}

.card {
        border-bottom: 1px solid  #565859;
        margin-top: 10px;
        padding-bottom: 10px;
}


.operates {
        text-align: center;
        color: #FB6110;
        font-weight: bold;
}

#voucher_list .name {
        width: 220px;
        font-size: 14px;
        text-align: left;
        font-weight: bold;
        padding-top: 0px;
}

#voucher_list .card .name a {
        color: #000;
        text-decoration: underline;
}

.moneyback {
        text-align: right;
        color: red;
        width: 120px;
}

.right_zone {
        width: 340px;
}


#voucher_list .merchant_info {
       background-color: #DBDBDB;
}

#voucher_list .voucher_data .voucher_code {
       width: 200px;
       color: blue;
}


#voucher_list .voucher_data .voucher_code a {
       color: #FF0021;
       text-decoration: none;
}


#voucher_list .voucher_data .voucher_code a:hover  {
      background-color: #FFF100;    
}


#voucher_list .voucher_data .voucher_code a .code {
      text-decoration: underline;
      color: #FB610F;
}

#voucher_list .voucher_data .voucher_expiration {
       width: 140px;
       font-weight: normal;
       color: blue;
       text-align: right;
}

#voucher_list .right_zone .voucher_description {
       width: 340px;
       text-align: justify;
       padding-left: 5px;
       padding-bottom: 20px;
}
