#widget {
    border: 1px solid #2d3139;
    background-color: #282e39;
    height: 146px;
    padding: 10px 15px;
    position: relative;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position-x: 99%;
    background-position-y: 5px;
    background-size: 40px;
}

#widget .game_purchase_action {
    position: absolute;
    bottom: -20px;
    right: 10px;
}

#widget h1 {
    font-size: 21px;
    font-weight: normal;
    vertical-align: top;
    display: inline-block;
    line-height: 28px;
}

#widget h1 em {
    font-weight: normal;
    font-style: normal;
    color: #9e9e9e;
    font-family: "Motiva Sans", Sans-serif;
    font-weight: 300;
    /* light */

}

#widget .capsule {
    float: left;
    margin: 2px 10px 10px 0;
}

#widget .desc {
    margin: 10px 10px 0 0;
    font-size: 13px;
    color: #c9c9c9;
    line-height: 16px;
    max-height: 96px;
    overflow: hidden;
}

#widget .btn_addtocart_content {
    display: inline-block;
    height: 34px;
    font-size: 14px;
    color: #d2efa9;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    text-align: center;
    padding: 0px 11px;
    line-height: 34px;
    border-radius: 2px;
    text-transform: unset;
    background: #75b022;
    background: -webkit-linear-gradient(top, #6fa720 5%, #588a1b 95%);
    background: linear-gradient(to bottom, #6fa720 5%, #588a1b 95%);
    background: linear-gradient(to right, #6fa720 5%, #588a1b 95%);
    cursor: pointer;
}
#widget .btn_addtocart .btn_addtocart_content:hover {
    color: #fff;
    background: #6aa621;
    background: -webkit-linear-gradient( top, #8ed629 5%, #6aa621 95%);
    background: linear-gradient( to bottom, #8ed629 5%, #6aa621 95%);
    background: linear-gradient( to right, #8ed629 5%, #6aa621 95%);
}

a {
    text-decoration: none;
    color: #ffffff;
}

* {
    margin: 0px;
}

body#steamwidget {
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    background-color: #000000;
    font-size: 12px;
}

.game_purchase_price,
.btn_addtocart,
.game_purchase_action_qty {
    float: left;
    margin-left: 3px;
}
.game_purchase_price {
    background-color: #000000;
    font-size: 13px;
    padding-top: 8px;
    padding-left: 12px;
    padding-right: 12px;
    height: 26px;
}