.dealElement{
    width: 100%;
    overflow: hidden
}
.deals-content-left{
    margin-right: 10px;
    overflow: hidden;
    width: 234px;
    float: left;
    height: 200px;
}
.deal-title{
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    font-weight: 900;
    font-size: 16px;
}
.deal-footer{
    position: absolute;
    right: 0;
    width: 20%;
    left: 75%;
}
.deal-url{
    position: absolute;
    top: 40%;
    background-color: #4D7D9D;
    color: white;
    font-weight: bold;
    padding: 2px 26px;
    text-transform: uppercase;
    text-decoration: none;
    height: auto;
    width: 56%;
    text-align: center;
    display: block;
    left: 6%;
}
.deal-url:hover {
    background-color:#cccccc;
    text-decoration: none !important;
}
.deal-footer a:active, .deal-footer a:visited, .deal-footer a:focus{
    text-decoration: none;
    color: white !important;
}
.deal-footer a:hover{
    text-decoration: none;
    color: #4D7D9D !important;
}
.deal-price{
    color: #4D7D9D;
    font-weight: bold;
    float: right;
    clear: both;
}
.deal-discount{
    color: #000;
    position: relative;
    width: 73%;
    overflow: hidden;
    left: -177%;
    top: -36px;
    padding: 4px;
    font-weight: bold;
    background: #f7d221;
}
.deal-description{
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    font-weight: 600;
    font-size: 11px;
}