  
/* Generel html og body styling 07-11-2017 */

html {
  	font-family:Verdena,Arial,Sans-serif;
}
body	{	
  			margin:0;
		}
a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.floating-box	{
					display:inline-block;
  					padding:3px 3px 3px 3px;
   					margin:0px;
    				border-radius:10px;
  					text-align:left;
  				}

span, header, section, footer, nav {
                    border:2px gray solid;
                    padding:10px 20px 20px 10px;
                    margin:2px;
                    border-radius:10px;
  					overflow-x:auto;
}

table, th, td {
                   border:1px solid gray;
                   border-collapse:collapse;
}


.tddato  {
                    text-align:right;
                    width:10%;
                    font-family:Verdena,Arial,Sans-serif;
}

.pil  {
                    text-align:left;
                    color: red;
  					
                    
}

th, td {
    				padding:5px;
}
    #carousel-container {
      width: 300px;
      overflow: hidden;
      margin: 0 auto;
    }

    #carousel {
      display: flex;
      transition: transform 0.5s ease-in-out;
    }

    .carousel-item {
      min-width: 100%;
    }

    button {
      margin-top: 10px;
      cursor: pointer;
    }
