#coupon-table {
    display: block;
    height: auto;
    margin: 27px 0px 25px 0px;
    overflow: hidden;
}
#coupon-table .inside {
    background: #fff;
    margin-top: -3px;
    padding: 10px;
    border: 3px solid #f0f0f0;
}
#coupon-table ul.tabs {
    height: 40px;
    margin: 0em;
    overflow: hidden;
}
#coupon-table ul.tabs li {
    background: none;
    float: left;
    display: inline;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    border-bottom: none;
    padding: 0px !important;
    border: none !important;
}
#coupon-table ul.tabs li.com a {
    background: url(com.png) no-repeat 9px 7px;
    color: #999;
    display: block;
    border: 3px solid #f0f0f0;
    float: left;
    margin: 0;
    padding: 0 13px 0 30px;
    line-height: 38px;
    text-indent: -9999px;
    width: 30px;
}
#coupon-table ul.tabs li.net a {
    background: url(net.png) no-repeat 9px 7px;
    color: #999;
    display: block;
    border: 3px solid #f0f0f0;
    float: left;
    margin: 0 0 0 3px;
    padding: 0 13px 0 30px;
    line-height: 38px;
    text-indent: -9999px;
    width: 15px;
}
#coupon-table ul.tabs li a.selected {
    background-color: #fff;
    border: 3px solid #f0f0f0;
    padding-bottom: 3px;
    line-height: 38px;
}
#coupon-table .inside table {
    margin: 0;
    width: 100%;
    vertical-align: middle;
    border: none;
    border-spacing: 0;
    border-collapse: collapse;
    box-sizing: border-box;
}
#coupon-table .inside table tr {
	border-bottom: 1px solid #ededed;
}
#coupon-table .inside table td {
    padding: 5px 0;
    border: none;
    vertical-align: middle;
}
#coupon-table .inside .price {
	font-weight: bold;
	font-size: 110%;
	color: #777;
    padding: 0 5px 0 0;
}
#coupon-table .inside .provider {
	width: 130px;
	font-size: .95em;
}
#coupon-table .inside .provider a {
	color: #666;
}
#coupon-table .inside .provider img {
	width: 25px;
    vertical-align: middle;
	padding-right: 5px;
}
#coupon-table .inside .action input {
	font-size: 12px;
}
#coupon-table .inside p {
    padding-top: 10px;
}
#coupon-table .inside p a {
    font-weight: bold;
    font-style: italic;
}
#coupon-table div clear {
    display: block;
}
#coupon-table input {
    background-color: #669900;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    font-size: 13px;
    padding: 8px 13px;
    margin-bottom: 15px;
    height: initial;
    float: right;
	border-radius: 2px;
}

@media only screen and (max-width: 1023px) { 
	#coupon-table {
	    display: none;
	}
}