﻿
body {


}


div {
    position: absolute;
}

#root {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    overflow: hidden;
}

#news {
   
}

.opensans {
    font-family: 'Open Sans', sans-serif;
}


#news .item {
    //border-bottom: 1px solid red;
    cursor: pointer;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

#news .item .imgContainer {
   position: static;
   width: 100%;
}

#news .item .ingress,
#news .item .title
 {
    position: static;
}

#news .item .title {
    font-weight: bold;
    margin: 5px 0px;
    line-height:1.1 !important;
}

#news .item .imgContainer img {
    /*max-width: 100%;*/
    width:100%;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}


#logo {
    position: absolute;
    /* background: url("img/logo-norsk-tipping-small-gray.png") no-repeat; */
    background-repeat: no-repeat;
    width: 125px;
    height: 16px;
    z-index:1000;
    right:5px;
}

#ad {
    white-space: nowrap;
    cursor:default;
    z-index:10;
}
#news .cta {
    position: absolute;
    bottom: 0;
    padding-top: 5px;
}
    #news .item:hover .cta {
        text-decoration: underline;
    }

#news .nobr {
    white-space: nowrap;
}


.arrow {    
    width: 45px;
    height: 45px;
    overflow: hidden;    
    opacity: 0;
    z-index: 10000;
    background-image: url(../RSSBanner/Slider/piler.png);
    display: none;
    cursor: pointer;
}

body.mobile .arrow,
body.hover .arrow {
    opacity: 0.75;
}
    body.hover .arrow:hover {
        opacity: 1;
    }

#leftArrow {
    left: 10px;
}

#rightArrow {
    right: 10px;
    text-align: right;
    background-position: right;
}
