/* Custom Mobile Audio Button Player - © Roddy McKay - 2013 */
.mejs-play button{position:relative;width:36px;height:36px;margin:0;padding:0;border:2px solid #888;-moz-border-radius:18px;-webkit-border-radius:18px;border-radius:18px;background:#000}.mejs-play button:after{width:0;height:0;border-top:10px solid transparent;border-left:20px solid #ccc;border-bottom:10px solid transparent;position:absolute;top:6px;left:9px;content:""}.mejs-pause button{position:relative;width:36px;height:36px;margin:0;padding:0;border:2px solid #aaa;-moz-border-radius:18px;-webkit-border-radius:18px;border-radius:18px;background:#000}.mejs-pause button:before{background-color:#ccc;width:4px;height:20px;border-radius:1px;-webkit-border-radius:1px;-moz-border-radius:1px;position:absolute;bottom:6px;left:9px;content:""}.mejs-pause button:after{background-color:#ccc;width:4px;height:20px;border-radius:1px;-webkit-border-radius:1px;-moz-border-radius:1px;position:absolute;bottom:6px;left:19px;content:""}