/*Css for App*/
.smart-banner {
    position: absolute;
    left: 0;
    top: -82px;
    border-bottom: 1px solid #e8e8e8;
    width: 100%;
    height: 78px;
    font-family: 'Helvetica Neue', sans-serif;
    background: -webkit-linear-gradient(top, #f4f4f4 0%,#cdcdcd 100%);
    box-shadow: 0 1px 2px rgba(0,0,0,0.5);
    z-index: 9998;
    -webkit-font-smoothing: antialiased;
    overflow: hidden;
    -webkit-text-size-adjust: none;
}
#swb-save {
    position: absolute;
    right: 20px;
    top: 24px;
    border: 1px solid #bfbfbf;
    width: 10%;
    min-width: 58px;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    font-weight: bold;
    color: #6a6a6a;
    background: -webkit-linear-gradient(top, #efefef 0%,#dcdcdc 100%);
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(255,255,255,0.6), 0 1px 0 rgba(255,255,255,0.7) inset;
}
#swb-save:active {
    line-height: 25px;
    background: -webkit-linear-gradient(top, #dcdcdc 0%,#efefef 100%);
}
.smart-glossy-icon {
    width: 60px;
    height: 60px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
    border-radius: 12px;
    position: absolute;
    left: 30px;
    top: 10px;
    display: block;
}
.rating-static {
    width: 60px;
    height: 14px;
    display: block;
    background: url(2fa54ca8e131c2225df111c9e82a433198c8910e.)  0 0 no-repeat;
}
.rating-50 {
    background-position: 0 0;
}
.rating-40 {
    background-position: -12px 0;
}
.rating-30 {
    background-position: -24px 0;
}
.rating-20 {
    background-position: -36px 0;
}
.rating-10 {
    background-position: -48px 0;
}
.rating-0 {
    background-position: -60px 0;
}
.rating-5 {
    background-position: -48px -16px;
}
.rating-15 {
    background-position: -36px -16px;
}
.rating-25 {
    background-position: -24px -16px;
}
.rating-35 {
    background-position: -12px -16px;
}
.rating-45 {
    background-position: 0 -16px;
}
#swb-close {
    position: absolute;
    left: 5px;
    top: 5px;
    display: block;
    border: 2px solid #fff;
    width: 14px;
    height: 14px;
    font-family: 'ArialRoundedMTBold';
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    color: #fff;
    background: #070707;
    text-decoration: none;
    text-shadow: none;
    border-radius: 14px;
    box-shadow: 0 2px 3px rgba(0,0,0,0.4);
    -webkit-font-smoothing: subpixel-antialiased;
}
#swb-close:active {
    color: #aaa;
}
#swb-info {
    position: absolute;
    left: 98px;
    top: 14px;
    width: 44%;
    font-size: 11px;
    line-height: 1.2em;
    font-weight: bold;
    color: #6a6a6a;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
}
#swb-info strong {
    display: block;
    font-size: 13px;
    color: #4d4d4d;
}
#swb-info em {
    font-style: normal;
    text-transform: uppercase;
}
