@charset "UTF-8";

/*___________________________________________________________________________________________________________________________________________________
 _ jquery.mb.components                                                                                                                             _
 _                                                                                                                                                  _
 _ file: TinyMCE_player.css                                                                                                                         _
 _ last modified: 04/01/15 22.11                                                                                                                    _
 _                                                                                                                                                  _
 _ Open Lab s.r.l., Florence - Italy                                                                                                                _
 _                                                                                                                                                  _
 _ email: matbicoc@gmail.com                                                                                                                       _
 _ site: http://pupunzi.com                                                                                                                         _
 _       http://open-lab.com                                                                                                                        _
 _ blog: http://pupunzi.open-lab.com                                                                                                                _
 _ Q&A:  http://jquery.pupunzi.com                                                                                                                  _
 _                                                                                                                                                  _
 _ Licences: MIT, GPL                                                                                                                               _
 _    http://www.opensource.org/licenses/mit-license.php                                                                                            _
 _    http://www.gnu.org/licenses/gpl.html                                                                                                          _
 _                                                                                                                                                  _
 _ Copyright (c) 2001-2015. Matteo Bicocchi (Pupunzi);                                                                                              _
 ___________________________________________________________________________________________________________________________________________________*/

.mb_map:not(.map_excluded), a[href*='.mp3']:not(.map_excluded){
  display: inline-block;
  padding: 5px;
  background: #222222;
  border-radius: 5px;
  text-decoration: none;
  color:#fff;
  font-weight: bold;
}

.mb_map:not(.map_excluded):before, a[href*='.mp3']:not(.map_excluded):before{
  content: "▶ ";
}
