.buy .widget{
    width: 50%;
}

.buy a.widget{
    float: left;
    margin-right: 2px;
}

.buy .plus{
    width: 20%;
    padding: 6px;
}

.flash {

    -webkit-transition: background-color 0.5s ease 0.5s;
    -moz-transition: background-color 0.5s ease 0.5s;
    -o-transition: background-color 0.5s ease 0.5s;
    transition: background-color 0.5s ease 0.5s;
    -webkit-box-shadow: inset -56px -88px 55px 47px #00aa00;
    -moz-box-shadow: inset -56px -88px 55px 47px #00aa00;
    box-shadow: inset -56px -88px 55px 47px #00aa00;
}


