/* styles.css */
/* roundups */
.full-article #quick-info #specs ul li { background: url(https://cdn.macrumors.com/images-new/_ie/list-block.jpg) no-repeat left; background-size: 12px; padding-left: 20px; line-height:25px; font-size:15px; background-position: 0px 6px; }

#header li#roundups > a {
    background: url(https://cdn.macrumors.com/images-new/_ie/roundup-arrow.png) no-repeat 85% 50%;
}

#header .primary li#roundups:hover > a {
    background: #152a44 url(https://cdn.macrumors.com/images-new/_ie/roundup-arrow-white.png) no-repeat 85% 50%;
}

#header .social-media a.facebook {
    background: url(https://cdn.macrumors.com/images-new/_ie/facebook.jpg) no-repeat left;
}
#header .social-media a.twitter {
    background: url(https://cdn.macrumors.com/images-new/_ie/twitter.jpg) no-repeat left;
}
#header .social-media a.g-plus {
    background: url(https://cdn.macrumors.com/images-new/_ie/gplus.jpg) no-repeat left;
}
#header .social-media a.rss {
    background: url(https://cdn.macrumors.com/images-new/_ie/rss.jpg) no-repeat left;
}
#header .social-media a.newsletter {
    background: url(https://cdn.macrumors.com/images-new/_ie/newsletter.jpg) no-repeat left;
}
#header .social-media a.push-notifications {
    background: url(https://cdn.macrumors.com/images-new/_ie/safari-notifications.jpg) no-repeat left;
}

/* follow banner */
.follow-banner span.logo { display: inline-block; width: 118px; height: 20px; text-indent: -9999px; background: url(https://cdn.macrumors.com/images-new/_ie/follow-logo.png) no-repeat; background-size: 118px 20px; vertical-align: 3px; }

/* roundup countdown */
.roundup.countdown .timer .event span.date { display: inline-block; width: 27px; height: 30px; margin-right: 10px; background: url(https://cdn.macrumors.com/images-new/_ie/icon-calendar.png); }

.roundup.countdown .text { background: url(https://cdn.macrumors.com/images-new/_ie/roundup-iphone6-text.png) !important; background-size: 373px 81px; width: 373px; }

.roundup.countdown .img { background: url(https://cdn.macrumors.com/images-new/_ie/roundup-iphone6.png) !important; background-size: 254px 81px; }

/* push */
.push-subscribe.not-available { background: #F5F9FC url('https://cdn.macrumors.com/images-new/_ie/icon-push-subscribe-no.png') no-repeat 20px 13px; background-size: 40px 32px; }

/* upcoming */
#upcoming-products ul li a.no-image { background: url('https://cdn.macrumors.com/images-new/_ie/list-bullet.png') no-repeat 4px; background-size: 6px; padding-left: 17px; }

.t-share{
        background: url('https://cdn.macrumors.com/images-new/_ie/button-twitter.png') no-repeat; background-size: 58px 20px; padding-left: 5px; padding-top: 23px; min-width: 58px;
}

.fb-share{
        background: url('https://cdn.macrumors.com/images-new/_ie/button-facebook.png') no-repeat; background-size: 56px 20px; padding-left: 5px; padding-top: 23px; min-width: 56px;
}

.g-share{
        background: url('https://cdn.macrumors.com/images-new/_ie/button-google.png') no-repeat; background-size: 59px 20px; padding-left: 5px; padding-top: 23px; min-width: 59px;
}

/* responsive-styles.css */
/* buyersguide */
#buyersIntro h2 { font-weight: normal; font-size: 80px; letter-spacing: -4px; color: #152a44; padding-right: 80px; background: url('https://cdn.macrumors.com/images-new/_ie/road-path.png') right no-repeat; background-size: 82px; line-height: normal; margin-bottom: 33px; }

.buyer-guide-page .guide .guide_content .releases .release { border-bottom: 0px; }.release { border-bottom: 0px; }

#buyersProducts ul li a#ios_tab:after { content: 'iOS'; }

#buyersProducts ul li a#mac_tab:after { content: 'Macs'; }

#buyersProducts ul li a#other_tab:after { content: 'iPods / Other'; }
