.visually-hidden, .pcast-player button span { position: absolute !important; clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ clip: rect(1px, 1px, 1px, 1px); padding: 0 !important; border: 0 !important; height: 1px !important; width: 1px !important; overflow: hidden; } /* Pcast Player */ .pcast-player .pcast-player-controls { box-sizing: border-box; background: #2c3e50; color: #fff; font-size: 14px; height: 42px; overflow: hidden; padding: 5px; } .pcast-player button { background: #34495e; color: #fff; border: 0; border-radius: 2px; padding: 3px; line-height: 22px; -webkit-appreance: none; min-width: 32px; margin-left:2px;} .pcast-player button:hover {background-color: #3498db;} .pcast-player progress { height: 13px; width: calc(100% - 281px); -webkit-appearance: none; -moz-appearance: none; appearance: none; } .pcast-player progress[value]::-webkit-progress-bar { background-color: #7f8c8d; border-radius: 0; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset; } .pcast-player progress[value]::-webkit-progress-value { background: #ecf0f1; } .pcast-player .pcast-time { display: inline-block; font-size: 13px; padding: 0 5px; text-align: center; width: 5em; } .pcast-player .pcast-speed { width: 2.5em; } .pcast-player .pcast-download { font-size: 12px; margin-top: 0.5em; display: inline-block; } .pcast-player .pcast-download:hover, .pcast-player .pcast-download:focus { color: #666; } .pcast-player .pcast-other {font-size: 12px; margin-top: 0.5em; display: inline-block; }
