/* 新聞暫存 */
#save .temporary_added {
  font-size: 12px;
  line-height: 39px;
  text-decoration: none;
  float: left;
  height: 40px;
  padding:0 22px 0 48px;
  color:#fff;
  background: #999 url(http://s.udn.com.tw/static/img/sprite.png) no-repeat 0 -3757px;
  font-weight: normal;
  text-decoration:none;
  display: block;
  overflow: hidden;
}
#save .on {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
  opacity: .4;
}

#save a.explanation {
  display: inline-block; float: left;
  width: 28px; height: 28px;
  padding: 0;
  background: url(http://s.udn.com.tw/static/img/sprite.png) no-repeat -179px -959px;
}

/* mobile =======================================================================================================================  */
@media (max-width: 40px) {
  #save .temporary_added {
    background: #999 url(http://s.udn.com.tw/static/img/sprite.png) no-repeat -13px -3757px;
  }
}
