#content-link,
#placeholder-left,
#placeholder-right,
#placeholder-top .site-switcher-select,
#placeholder-top .horizontal-plain-menu,
#placeholder-content-top .small-searchinput,
#placeholder-content-top .horizontal-menu {
    display: none;
}

#placeholder-top .logo-tile.align-right {
    float: right;
}

#placeholder-content-top .sitelocator ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#placeholder-content-top .sitelocator h3 {
    display: none;
}

#placeholder-content-top .sitelocator ul li {
    float: left;
    margin-right: 10px;
    font-size: 1.1em;
    background: url("img/misc/arrow-right-grey.png") no-repeat right center;
    padding-right: 15px;
}

#placeholder-content-main {
    clear: both;
}


/* CPR-table */
body.runtime-cid-1068 *,  /* Norsk */
body.runtime-cid-1150 *,  /* Svensk */
body.runtime-cid-1148 *,  /* Dansk */
body.runtime-cid-1077 * { /* Finsk */
  visibility: hidden;
}

body.runtime-cid-1068 #cpr-table, body.runtime-cid-1068 #cpr-table *,
body.runtime-cid-1150 #cpr-table, body.runtime-cid-1150 #cpr-table *,
body.runtime-cid-1148 #cpr-table, body.runtime-cid-1148 #cpr-table *,
body.runtime-cid-1077 #cpr-table, body.runtime-cid-1077 #cpr-table * {
  visibility: visible;
}

body.runtime-cid-1068 #cpr-table,
body.runtime-cid-1150 #cpr-table,
body.runtime-cid-1148 #cpr-table,
body.runtime-cid-1077 #cpr-table {
  position: absolute;
  left: 0;
  top: 0;
}
/* End CPR-table*/


body {
    font-family: "Arial", "Helvetica", "Sans-serif";
    font-size: 62.5%;
    background: #eee;
}

a {
    color: #cc3333;
}


.full-articledisplay {
    line-height: 2em;
    padding-top: 5px;
}

.full-articledisplay h1 {
    font-size: 1.8em;
    padding-bottom: 10px;
    border-bottom: 1px solid #aaa;
    font-weight: bold;
    color: #cc3333;
}

.full-articledisplay .byline {
    color: #333;
}

.full-articledisplay .digest {
    font-size: 1.3em;
    margin-top: 7px;
    margin-bottom: 15px;
    font-weight: bold;
}

.full-articledisplay .article-content {
    font-size: 1.3em;
}

.full-articledisplay .article-content p {
    padding-bottom: 15px;
}