<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.mldata-blog-imageslink
{
    text-decoration: none !important;
    color: #000 !important;
}

.mldata-blog-view-controllabel
{
    padding-bottom: 15px;
    font-weight: bold;
    font-size: 16px;
    font-style: italic;
}
.mldata-blog-cancelbutton-blogview
{
    padding-left: 6px;
    padding-top: 10px;
}

.mldata-blog-categories-label
{
    float: left;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 10px;
    max-width: 100px;
    display: block;
}
.mldata-blog-categories
{
    /*float: left;*/ 
    text-align: left;
    overflow: hidden; 
    width: auto;
}
.mldata-blog-category
{
    float: left;
    padding-right: 10px;
}


.mldata-blog-tags-label
{
    float: left;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 10px;
    max-width: 100px;
    display: block;
}
.mldata-blog-tags
{
    /*float: left;*/ 
    text-align: left;
    overflow: hidden; 
    width: auto;
}
.mldata-blog-tag
{
    float: left;
    padding-right: 10px;
}

.mldata-blog-controls-left
{
    padding-right: 20px;
    padding-top: 5px;
}
.mldata-blog-controls-right
{
    padding-left: 30px;
    padding-top: 5px;
}

.dnnFormItem &gt; .RadPicker_Default {
    width: 150px !important;
}

.mldata-formitem 
{
    padding-bottom: 10px;
}

/*a.anchornormaltextblackbold {
    text-decoration: none;
    color: #000 !important;
    text-shadow: none;
    font-weight: bold !important;
}*/

.mldata-blog-containers 
{
    padding-bottom: 10px;
    padding-top: 14px;
    padding-left: 15px;
}

/* Categories menu */
.mldata-blog-categoriesheader 
{
    /*padding-bottom: 10px;*/
}
.mldata-blog-categoriesmenu
{
    display: block;    
}
.mldata-blog-categoriesmenu-header 
{
    font-size: 30px;
    font-weight: bold;
    padding: 0px 0px 0px 0px;
    float: left;
}
.mldata-blog-categoriesmenu-hamburger {
    display: none;
    float: right;
}

/* Tags menu */
.mldata-blog-tagsheader 
{
    /*padding-bottom: 10px;*/
}
.mldata-blog-tagsmenu
{
    display: block;    
}
.mldata-blog-tagsmenu-header 
{
    font-size: 30px;
    font-weight: bold;
    padding: 0px 0px 0px 0px;
    float: left;
}
.mldata-blog-tagsmenu-hamburger {
    display: none;
    float: right;
}

/* Links menu */
.mldata-blog-linksheader 
{
    /*padding-bottom: 10px;*/
}
.mldata-blog-linksmenu
{
    display: block;    
}
.mldata-blog-linksmenu-header 
{
    font-size: 30px;
    font-weight: bold;
    padding: 0px 0px 0px 0px;
    float: left;
}
.mldata-blog-linksmenu-hamburger {
    display: none;
    float: right;
}


.dropzone {
    min-height: 150px;
    border: 4px dotted rgba(0, 0, 0, 0.3);
    background: white;
    padding: 20px 20px;
    margin: 15px 5px 0px 5px;
}

/* Form messages */
.dnnFormMessage{
    color: #FFFFFF;
    background-color: #1888B8 !important;
    border: 0px solid #FFFFFF !important;    
}
.dnnFormMessage.dnnFormSuccess{
    color: #FFFFFF;
    background-color: #009600 !important;
    border: 0px solid #FFFFFF !important;    
}
.dnnFormMessage.dnnFormWarning{
    color: #000000;
    background-color: #E60000 !important;
    border: 0px solid #FFFFFF !important;    
}
.dnnFormMessage.dnnFormError, .dnnFormMessage.dnnFormValidationSummary {
    color: #FFFFFF;
    background-color: #FF0000 !important;
    border: 0px solid #FFFFFF !important;    
}

/* Make dnn tabs more narrow*/
ul.dnnAdminTabNav li a
{
    min-width: 30px !important;
}

/* ClearFloat */
.mldata-clearfloat
{
    clear: both !important;
    height: 0px !important;
    line-height: 0px !important;
    font-size: 0px !important;
}

/* Upload control */
.mldata-upload
{
    padding: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #c9c9c9;
}

/* ==============================================================*/
.mldata-blog-videoclip-container {    
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.mldata-blog-videoclip-container iframe,
.mldata-blog-videoclip-container object,
.mldata-blog-videoclip-container embed {    
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mldata-blog-videoclip-description 
{
    font-weight: bold;
}

/* Textboxes */
.mldata-blog-textbox 
{
    border-collapse: separate;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 7px 0px 6px 5px;
    /*width: 100% !important;*/
}
.mldata-blog-textbox-fullwidth
{
    width: 100% !important;    
}
.mldata-blog-textbox-80percent
{
    width: 80% !important;    
}
.mldata-blog-simplesearch-textbox 
{
    width: 93%;
}
.mldata-blog-simplesearch-button 
{
    padding-left: 15px; padding-top: 2px;
}

.mldata-blog-title
{
    /*text-decoration: none !important;*/
    /*color: black !important;*/
}

.mldata-blog-title-hyperlink 
{
    text-decoration: none !important;
    /*color: black !important;*/
}

.mldata-blog-title-hyperlink:hover
{    
    /*color: rgb(2,139,255) !important;*/
}

.mldata-blog-row
{
    /* Top Right Bottom Left */
    background-color: white; 
    margin: 0px 0px 0px 0px; 
    /*padding: 10px 0px 0px 10px;*/    
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

.mldata-blog-panelheader {
    padding: 4px 0px 0px 0px;
}
.mldata-blog-panel
{    
    padding-left: 0px;    
}

.mldata-blog-divroundedcorners
{
    margin-bottom: 12px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.mldata-blog-divroundedcornerswithframe
{
    padding: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #c9c9c9;        
}

/* Pager control */
.mldata-blog-infopanelouter
{
    width:100%;
    padding-top:5px;
}
.mldata-blog-infopanelinner
{
    padding-left: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid;
    border-color: #e6e6e6 !important;
    background: #F5F5F5;
}

.mldata-blog-divtitle 
{
    float:left; 
    width: 75%;
}

.mldata-blog-tablecell-header 
{    
    padding: 5px 5px 5px 0px;
    font-weight: bold;
}
.mldata-blog-tablecell
{
    float: left;
    padding: 5px;
    width: 100%;     
}

.mldata-blog-buttoncontainer
{
    float:left; 
    padding-right: 10px !important;
    padding-bottom: 10px !important;
}

.mldata-blog-containers-left
{
    float:left;
    width: 30%;
    /*padding-top: 20px;*/
}
.mldata-blog-containers-right
{
    float:right;
    width: 30%;
    /*padding-top: 20px;*/
}

.mldata-blog-divarticles-right
{
    float: right; 
    width: 68%;
    margin-bottom: 5px;
}
.mldata-blog-divarticles-left
{
    float: left; 
    width: 68%;
    margin-bottom: 5px;
}

/* Glyphicon colors */
.mldata-glyph-color-red {
    color: #FF0000;
}
.mldata-glyph-color-green {
    color: #15CA09;
}
.mldata-glyph-color-white {
    color: #FFFFFF;
}
.mldata-glyph-color-gray {
    color: #808080;
}

/* MLData Calendar */
.mldata-blog-calendar {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #cccccc;
    width: 55px;
    height: 53px;
    text-align: center;
}
.mldata-blog-calendar-year {
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    background-color: #444444;
    color: #FFFFFF;
    padding: 4px 0px 2px 0px;
    text-align: center;
}
.mldata-blog-calendar-dayandmonth {
    padding-bottom: 0px;    
    padding-top: 1px;
    text-align: center;
    white-space: nowrap;
}
.mldata-blog-calendar-text-year
{
    font-weight: bold;
}
.mldata-blog-calendar-text-dayandmonth
{
    font-weight: bold;
}

/* Pager control */
/* ============================================================== */
.mldata-blog-pager-infopanelouter
{
    width:100%;    
    padding-top:5px;
}
.mldata-blog-pager-infopanelinner
{
    padding-left: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 0px solid;
    /*border-color: #e6e6e6 !important;*/
    /*background: #F5F5F5;*/
}
.mldata-blog-pager-pagercolumn
{
    float: left;
    text-align: center;
    font-weight: bold;
    min-width: 1%;
    white-space: nowrap;
    padding-right: 5px;
    padding-top: 5px;
}

/* Command buttons */
.mldata-cmdbtn {
  border-collapse: separate;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 0px solid #1888B8;
  color: #ffffff !important;  
  background: #C812EF;
  padding: 5px 9px 3px 9px;
  text-decoration: none !important;
  margin-right: 5px;
  margin-bottom: 7px;  
  display: inline-block;
}

.mldata-cmdbtn:hover {
    background: #555555;
    text-decoration: none !important;
    cursor: pointer;
}
.mldata-cmdbtn:active {
    text-decoration: none !important;
}
.mldata-cmdbtn:focus {
    text-decoration: none !important;
}

.cmdbtn-small {
    padding: 2px 6px 0px 6px;
}
.cmdbtn-large { 
    padding: 8px 15px 8px 15px;
    font-size: 16px;
}

.cmdbtn-primary {
    background: #444444;
}
.cmdbtn-secondary {
    background: #666666;
}
.cmdbtn-delete {
    background: #D70101;
}
.cmdbtn-excel {
    background: #1F7044;
}

.cmdbtn-file {
    padding: 7px 9px 6px 9px !important;
}
/*.cmdbtn-search {
    padding: 5px 10px 5px 10px;
}*/
.cmdbtn-search {
    position: relative !important;
    left: -38px;
    padding: 7px 11px 5px 12px;
}

.mldata-blog-dropdown
{
    height: 29px;
    border: 1px solid #808080 !important;
    background-color: #ffffff !important;
    color: #000 !important;
    border-collapse: separate;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;  
    padding: 5px 9px 3px 9px;
    text-decoration: none !important;
    /*font-size: 12px;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;*/
    margin-right: 5px;
    margin-bottom: 7px;  
    display: inline-block;
}
.mldata-blog-dropdown:hover
{
}

a.tag {
    /*background: #E4E4E4;*/
    bottom: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    /*font-size: 12px;*/
    text-shadow: 1px 1px 1px #f1f1f1;
    margin: 2px 2px 6px 0;
    padding: 2px 8px 3px;
}
a.tag:hover {
    background: #555;
    text-decoration: none;
    color: #FFF;
    text-shadow: none;
}
a.anchornormaltext {
    text-decoration: none;
    color: #FFF !important;
    text-shadow: none;
}
a.anchornormaltext:hover {
    text-decoration: none;
    color: #FFF;
    text-shadow: none;
}

.mldata-noancor-white {
    text-decoration: none !important;
    color: #FFFFFF !important;
}

/* Progress spinner */
/* ============================================================== */
#progressBackgroundFilter {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 1000;
} #processMessage {
    position: fixed;
    top: 45%;
    left: 48%;
    z-index: 1001;
}


/* ==============================================================*/
/* Flexslider classes pulled out from css/flexslider.css */

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Remove dots for ul/li */
.mldata-blog-flex-main ul li {list-style: none !important;}
p {padding: 0px; margin: 5px;} /* WPNU - Changed */

/* Browser Resets */
.mldata-blog-flex-container a:active,
.mldata-blog-flexslider a:active,
.mldata-blog-flex-container a:focus,
.mldata-blog-flexslider a:focus  {outline: none;}
.mldata-blog-slides,
.mldata-blog-flex-control-nav,
.mldata-blog-flex-direction-nav {margin: 0; padding: 0; } 

/* FlexSlider Necessary Styles
*********************************/ 
.mldata-blog-flexslider {margin: 0; padding: 0;}
.mldata-blog-flexslider .mldata-blog-slides &gt; li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.mldata-blog-flexslider .mldata-blog-slides img {width: 100%; display: block;}
.mldata-blog-flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .mldata-blog-slides element */
.mldata-blog-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .mldata-blog-slides {display: block;} 
* html .mldata-blog-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .mldata-blog-slides &gt; li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.mldata-blog-flexslider {margin: 0 0 36px; position: relative; zoom: 1;}
.mldata-blog-flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.mldata-blog-loading .mldata-blog-flex-viewport {max-height: 300px;}
.mldata-blog-flexslider .slides {zoom: 1;}

.mldata-blog-flexslider li {margin-right: 5px;}

/* Direction Nav */
.mldata-blog-flex-direction-nav {*height: 0; }
.mldata-blog-flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(/desktopmodules/mldata_blog/images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0.5; -webkit-transition: all .3s ease; }
.mldata-blog-flex-direction-nav .mldata-blog-flex-next {background-position: 100% 0; right: 5px; }
.mldata-blog-flex-direction-nav .mldata-blog-flex-prev {left: 5px; }
.mldata-blog-flexslider:hover .mldata-blog-flex-next {opacity: 0.5; right: 5px;}
.mldata-blog-flexslider:hover .mldata-blog-flex-prev {opacity: 0.5; left: 5px;}
.mldata-blog-flexslider:hover .mldata-blog-flex-next:hover, .mldata-blog-flexslider:hover .mldata-blog-flex-prev:hover {opacity: 1;}
.mldata-blog-flex-direction-nav .mldata-blog-flex-disabled {opacity: 0.3!important; filter:alpha(opacity=50); cursor: default;}

/* Control Nav */
.mldata-blog-flex-control-nav
{
    width: 100%;
    position: absolute;
    bottom: -33px;    
    text-align: center;
}
.mldata-blog-flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.mldata-blog-flex-control-paging li a
{
    width: 10px !important; /*Micke*/
    height: 10px !important; /*Micke*/
    display: block !important; 
    background: #666 !important; 
    background: rgba(0,0,0,0.5) !important; 
    cursor: pointer !important; 
    text-indent: -9999px !important; 
    -webkit-border-radius: 20px !important; 
    -moz-border-radius: 20px !important; 
    -o-border-radius: 20px !important; 
    border-radius: 20px !important; 
    box-shadow: inset 0 0 3px rgba(0,0,0,0.3) !important;    
    background-color: #fff !important;
    border:1px solid #666 !important;
}
.mldata-blog-flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.mldata-blog-flex-control-paging li a.mldata-blog-flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.mldata-blog-flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.mldata-blog-flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.mldata-blog-flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.mldata-blog-flex-control-thumbs img:hover {opacity: 1;}
.mldata-blog-flex-control-thumbs .mldata-blog-flex-active {opacity: 1; cursor: default;}

.mldata-blog-flex-caption {
    width: 100%;
    padding: 5px 0px 5px 0px;
    margin: 0px !important;
    position: absolute;
    bottom: 0px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
    font-size: 14px;
    line-height: 18px;
}

.mldata-blog-flex-control-nav li:hover a, .mldata-blog-flex-control-nav li a.mldata-blog-flex-active {
    background-color: #9F9F9F !important; /*Micke*/
    border: 1px solid transparent !important; /*Micke*/
}

.mldata-blog-hiddenmobile
{
    display: block;
}
.mldata-blog-hiddendesktop 
{
    display: none;
}

.mldata-blog-aboutme-image
{
    float: none;
    /*text-align: center;*/    
    padding-bottom: 10px;    
    max-width: 120px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.mldata-blog-aboutme-text
{
    /*float: none;*/
    text-align: center;
    padding-bottom: 15px;
}

/*@media only screen and (max-width: 748px), only screen and (max-device-width: 748px)*/
@media only screen and (min-width: 1px) and (max-width: 748px), only screen and (min-device-width: 1px) and (max-device-width: 748px)
{
    .mldata-blog-divroundedcorners 
    {
        margin-bottom: 0px;
    }
    .mldata-blog-controls-left 
    {
        padding-right: 0px;
        padding-top: 0px;
    }

    .mldata-blog-controls-right 
    {
        padding-left: 0px;
        padding-top: 0px;
    }

    .mldata-blog-aboutme-image
    {
        float: left;
        padding-right: 15px;
        padding-top: 5px;
        max-width: 100px;
    }
    .mldata-blog-aboutme-text
    {
        /*float: right;*/
        text-align: left;
        overflow: hidden;
        width: auto;
    }

    .mldata-blog-bordermobile
    {
        /*border: 1px solid;
        border-color: #e6e6e6 !important;
        margin-top: 5px;*/
    }
    .mldata-blog-hiddenmobile
    {
        display: none;
    }
    .mldata-blog-hiddendesktop 
    {
        display: block;
    }

    .mldata-blog-categoriesmenu
    {
        display: none;
    }   
    .mldata-blog-categoriesmenu-hamburger
    {
        display: block;
        float: right;
        padding-top: 6px;
        padding-right: 2px;
    }

    .mldata-blog-tagsmenu
    {
        display: none;
    }   
    .mldata-blog-tagsmenu-hamburger
    {
        display: block;
        float: right;
        padding-top: 6px;
        padding-right: 2px;
    }

    .mldata-blog-linksmenu
    {
        display: none;
    }   
    .mldata-blog-linksmenu-hamburger
    {
        display: block;
        float: right;
        padding-top: 6px;
        padding-right: 2px;
    }

    .mldata-blog-containers-left
    {
        float:left;
        width: 100% !important;
    }
    .mldata-blog-containers-right
    {
        float:left;
        width: 100% !important;
    }

    .mldata-blog-divarticles-right
    {    
    float: left; 
    width: 100% !important;
    margin-right: 5px !important;
    }
    .mldata-blog-divarticles-left
    {    
    float: left; 
    width: 100% !important;
    margin-right: 5px !important;
    }
}

@media screen and (max-width: 1058px) {
  .mldata-blog-flex-caption
    {
        width: 100%;
    }
}

/* Anvisning för modifiering av stil på Flexslider för skin, t.ex byta bagkrundsfärg på Flexslider */
/* Genom att lägga över dessa klasser i aktuellt skin.css så overridar man dessa klasser i module.css */

/* .mldata-blog-flexslider {
    background: none repeat scroll 0 0 #222222;   **** Ändrar bakgrundsfärg från vit till mörkgrå ***
    border: 0px solid #ffffff;   *** tar bort "spacet" ovanför bilderna ***
    border-radius: 4px 4px 4px 4px; 
    box-shadow: 0px 0px 0px;  *** Tar bort det vertikala strecket under bilderna ***
    margin: 0 0 -10px; 
    position: relative;
}

.mldata-blog-flex-control-nav {
    bottom: -10px;    *** Positionerar navigeringsikonerna under bilderna. Öka -10px för att flytta ner dem t.ex ***
    position: absolute;
    text-align: center;
    width: 100%;
}
*/

/* Audioplayer */
.audioplayer {
    height: 2.5em;
    color: #fff;
    text-shadow: 1px 1px 0 #000;
    border: 1px solid #222;
    position: relative;
    z-index: 1;
    background: #333;
}

/* Audioplayer - mini mode (fallback) */
.audioplayer-mini {
    width: 2.5em;
    margin: 0 auto;
}

/* Audioplayer - player elements: play/pause and volume buttons, played/duration timers, progress bar of loaded/played */
.audioplayer &gt; div {
    position: absolute;
}

/* Audioplayer - play/pause button */
.audioplayer-playpause {
    width: 2.5em;
    height: 100%;
    text-align: left;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 2;
    top: 0;
    left: 0;
}
.audioplayer:not(.audioplayer-mini) .audioplayer-playpause {
    border-right: 1px solid #555;
    border-right-color: rgba( 255, 255, 255, .1 );
}
.audioplayer-mini .audioplayer-playpause {
    width: 100%;
}
.audioplayer-playpause:hover,
.audioplayer-playpause:focus {
    background-color: #222;
}
.audioplayer-playpause a {
    display: block;
}
.audioplayer-stopped .audioplayer-playpause a {
    width: 0;
    height: 0;
    border: 0.5em solid transparent;
    border-right: none;
    border-left-color: #fff;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -0.5em 0 0 -0.25em;
}
.audioplayer-playing .audioplayer-playpause a {
    width: 0.75em;
    height: 0.75em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -0.375em 0 0 -0.375em;
}
    .audioplayer-playing .audioplayer-playpause a:before,.audioplayer-playing .audioplayer-playpause a:after {
        width: 40%;
        height: 100%;
        background-color: #fff;
        content: '';
        position: absolute;
        top: 0;
    }
    .audioplayer-playing .audioplayer-playpause a:before {
        left: 0;
    }
    .audioplayer-playing .audioplayer-playpause a:after {
        right: 0;
    }

/* Audioplayer - timers */
.audioplayer-time {
    width: 4.375em;
    height: 100%;
    line-height: 2.375em;
    text-align: center;
    z-index: 2;
    top: 0;
}
.audioplayer-time-current {
    border-left: 1px solid #111;
    border-left-color: rgba( 0, 0, 0, .25 );
    left: 2.5em;
    color: #ffffff;
}
.audioplayer-time-duration {
    border-right: 1px solid #555;
    border-right-color: rgba( 255, 255, 255, .1 );
    right: 2.5em;
    color: #ffffff;
}
.audioplayer-novolume .audioplayer-time-duration {
    border-right: 0;
    right: 0;
}

/* Audioplayer - progress bar of loaded/played */
.audioplayer-bar {
    height: 0.875em;
    background-color: #222;
    cursor: pointer;
    z-index: 1;
    top: 50%;
    right: 6.875em; 
    left: 6.875em; 
    margin-top: -0.438em;
}
.audioplayer-novolume .audioplayer-bar {
    right: 4.375em;
}
.audioplayer-bar div {
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.audioplayer-bar-loaded {
    background-color: #333;
    z-index: 1;
}
.audioplayer-bar-played {
    background: #007fd1;
    z-index: 2;
}

/* Audioplayer - volume button */
.audioplayer-volume {
    width: 2.5em;
    height: 100%;
    border-left: 1px solid #111;
    border-left-color: rgba( 0, 0, 0, .25 );
    text-align: left;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 2;
    top: 0;
    right: 0;
}
    .audioplayer-volume:hover,.audioplayer-volume:focus {
        background-color: #222;
    }
.audioplayer-volume-button {
    width: 100%;
    height: 100%;
}
    .audioplayer-volume-button a {
        width: 0.313em; 
        height: 0.375em; 
        background-color: #fff;
        display: block;
        position: relative;
        z-index: 1;
        top: 40%;
        left: 35%;
    }
        .audioplayer-volume-button a:before,.audioplayer-volume-button a:after {
            content: '';
            position: absolute;
        }
        .audioplayer-volume-button a:before {
            width: 0;
            height: 0;
            border: 0.5em solid transparent;
            border-left: none;
            border-right-color: #fff;
            z-index: 2;
            top: 50%;
            right: -0.25em;
            margin-top: -0.5em;
        }

.audioplayer:not(.audioplayer-muted) .audioplayer-volume-button a:after {
    /* Audioplayer - "volume" icon by Nicolas Gallagher, http://nicolasgallagher.com/pure-css-gui-icons */
    width: 0.313em;
    height: 0.313em;
    border: 0.25em double #fff;
    border-width: 0.25em 0.25em 0 0;
    left: 0.563em;
    top: -0.063em; 
    -webkit-border-radius: 0 0.938em 0 0;
    -moz-border-radius: 0 0.938em 0 0;
    border-radius: 0 0.938em 0 0;
    -webkit-transform: rotate( 45deg );
    -moz-transform: rotate( 45deg );
    -ms-transform: rotate( 45deg );
    -o-transform: rotate( 45deg );
    transform: rotate( 45deg );
}

/* Audioplayer - volume dropdown */
.audioplayer-volume-adjust {
    height: 6.25em;
    cursor: default;
    position: absolute;
    left: 0;
    right: -1px;
    top: -9999px;
    background: #333;
}
.audioplayer-volume:not(:hover) .audioplayer-volume-adjust {
    opacity: 0;
}
.audioplayer-volume:hover .audioplayer-volume-adjust {
    top: auto;
    bottom: 100%;
}
.audioplayer-volume-adjust &gt; div {
    width: 40%;
    height: 80%;
    background-color: #222;
    cursor: pointer;
    position: relative;
    z-index: 1;
    margin: 30% auto 0;
}
.audioplayer-volume-adjust div div {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #007fd1;
}
.audioplayer-novolume .audioplayer-volume {
    display: none;
}

/* Audioplayer - CSS3 decorations */
/*.audioplayer {
    -webkit-box-shadow: inset 0 1px 0 rgba( 255, 255, 255, .15 ), 0 0 1.25em rgba( 0, 0, 0, .5 );
    -moz-box-shadow: inset 0 1px 0 rgba( 255, 255, 255, .15 ), 0 0 1.25em rgba( 0, 0, 0, .5 );
    box-shadow: inset 0 1px 0 rgba( 255, 255, 255, .15 ), 0 0 1.25em rgba( 0, 0, 0, .5 );
}*/
.audioplayer-volume-adjust {
    -webkit-box-shadow: -2px -2px 2px rgba( 0, 0, 0, .15 ), 2px -2px 2px rgba( 0, 0, 0, .15 );
    -moz-box-shadow: -2px -2px 2px rgba( 0, 0, 0, .15 ), 2px -2px 2px rgba( 0, 0, 0, .15 );
    box-shadow: -2px -2px 2px rgba( 0, 0, 0, .15 ), 2px -2px 2px rgba( 0, 0, 0, .15 );
}
    .audioplayer-bar, .audioplayer-volume-adjust &gt; div {
        -webkit-box-shadow: -1px -1px 0 rgba( 0, 0, 0, .5 ), 1px 1px 0 rgba( 255, 255, 255, .1 );
        -moz-box-shadow: -1px -1px 0 rgba( 0, 0, 0, .5 ), 1px 1px 0 rgba( 255, 255, 255, .1 );
        box-shadow: -1px -1px 0 rgba( 0, 0, 0, .5 ), 1px 1px 0 rgba( 255, 255, 255, .1 );
    }
    .audioplayer-volume-adjust div div, .audioplayer-bar-played {
        -webkit-box-shadow: inset 0 0 5px rgba( 255, 255, 255, .5 );
        -moz-box-shadow: inset 0 0 5px rgba( 255, 255, 255, .5 );
        box-shadow: inset 0 0 5px rgba( 255, 255, 255, .5 );
    }
.audioplayer-playpause,.audioplayer-volume a {
    -webkit-filter: drop-shadow( 1px 1px 0 #000 );
    -moz-filter: drop-shadow( 1px 1px 0 #000 );
    -ms-filter: drop-shadow( 1px 1px 0 #000 );
    -o-filter: drop-shadow( 1px 1px 0 #000 );
    filter: drop-shadow( 1px 1px 0 #000 );
}
.audioplayer,.audioplayer-volume-adjust {
    background: -webkit-gradient( linear, left top, left bottom, from( #444 ), to( #222 ) );
    background: -webkit-linear-gradient( top, #444, #222 );
    background: -moz-linear-gradient( top, #444, #222 );
    background: -ms-radial-gradient( top, #444, #222 );
    background: -o-linear-gradient( top, #444, #222 );
    background: linear-gradient( to bottom, #444, #222 );
}
.audioplayer-bar-played {
    background: -webkit-gradient( linear, left top, right top, from( #007fd1 ), to( #c600ff ) );
    background: -webkit-linear-gradient( left, #007fd1, #c600ff );
    background: -moz-linear-gradient( left, #007fd1, #c600ff );
    background: -ms-radial-gradient( left, #007fd1, #c600ff );
    background: -o-linear-gradient( left, #007fd1, #c600ff );
    background: linear-gradient( to right, #007fd1, #c600ff );
}
.audioplayer-volume-adjust div div {
    background: -webkit-gradient( linear, left bottom, left top, from( #007fd1 ), to( #c600ff ) );
    background: -webkit-linear-gradient( bottom, #007fd1, #c600ff );
    background: -moz-linear-gradient( bottom, #007fd1, #c600ff );
    background: -ms-radial-gradient( bottom, #007fd1, #c600ff );
    background: -o-linear-gradient( bottom, #007fd1, #c600ff );
    background: linear-gradient( to top, #007fd1, #c600ff );
}
.audioplayer-bar,.audioplayer-bar div,.audioplayer-volume-adjust div {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.audioplayer {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.audioplayer-volume-adjust {
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.audioplayer *,.audioplayer *:before,.audioplayer *:after {
    -webkit-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
    -moz-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
    -ms-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
    -o-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
    transition: color .25s ease, background-color .25s ease, opacity .5s ease;
}</pre></body></html>