#am-legacy .am-siteHeader--inverted .am-newspaper-color,
#am-legacy .am-newspaper-color {
    background-color: #2D77A2;
}

.am-color--brandBG,
#am-legacy .am-color--brandBG,
.am-siteHeader--inverted .am-newspaper-color,
.am-newspaper-color {
    background-color: #2D77A2;
}

.am-color--brand,
#am-legacy .am-color--brand {
    color: #2D77A2;
}


        .am-premium-logo {
            background-color: #2d77a2;
        }

    .am-articleByline-icon .am-premium-logo--large, .am-premium-logo--large {
            width: 31px;
    }

    .am-articleByline-icon .am-premium-logo--small, .am-premium-logo--small {
            width: 19px;
    }


header.am-minimalist a.am-logo {
  background-image: url("https://r.acdn.no/local/v3/publications/www.moss-avis.no/gfx/small.svg");
  height: 32px;
  width: 100px;
  display: block;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: contain;
}

@media
only screen and ( -webkit-min-device-pixel-ratio: 1.3 ),
only screen and ( min-resolution: 124.8dpi ) {
  header.am-minimalist a.am-logo {
    background-image: url("https://r.acdn.no/local/v3/publications/www.moss-avis.no/gfx/small.svg");
    height: 42px;
    width: 100px;
    display: block;
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: contain;
  }
}


    .am-color--brandMonoInverted,
    #am-legacy .am-color--brandMonoInverted {
        color: #fff;
    }

    .am-color--brandCombo.am-siteHeader2-menu,
    .am-color--brandCombo.am-siteHeader2-menuItem,
    .am-color--brandCombo,
    #am-legacy  .am-color--brandCombo {
        background-color: #2D77A2;
        color: #fff;
    }

    .am-siteHeader2--positive .am-color--brandCombo {
        color: #fff;
    }



.am-skin--page,
#am-legacy,
#am-legacy .am-adContainer.am-skin--white,
#am-legacy .am-page-content .apiPage,
#am-legacy #apiStickyAd,
#am-legacy #apiHangover {
  color: #292827;
  background-color: #fff;
}



.am-skin--page .am-adTopBanner .apiTopAdContainerSpesial .am-adContainer:before {
    background-color: #fff;
}

.am-extendedItem.first {
	background: rgba(0, 0, 0, 0) linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0px, #fff 75%) repeat scroll 0 0;
}

.am-commentClosed {
  background-color: #d0e4f1;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  height: 55px;
  line-height: 24px;
  padding: 15px;
  position: relative;
  margin-bottom: 25px;
  top: 15px;
}




.am-skin--customOne {
  background-color: #2d77a2;
  color: #fff;
}

.am-skin--customTwo {
  background-color: #ff6600;
  color: #fff;
}

    .am-page.am-model-opinion .am-articleItem .am-articleEmbed-opinion {
        border-color: #CEBDDD;
    }

    .am-page .am-runningHead.am-runningHead--opinion{
        background-color: #CEBDDD;
        color: #292827;
    }

/*
* Hack for showing first teaser on IE11 mobile. Remove when this browser is X-graded.
*/
@media all and (-ms-high-contrast:none) {
     *::-ms-backdrop, .am-gridComp--1 .am-gridComp-body{
        min-width: 1px;
    }
}