body {
    padding-top: 50px;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  max-width: 1400px; /* or 950px */
}

.body-content {
  padding-left: 15px;
  padding-right: 15px;
}    

.jumbotron {
  border: 2px solid #a1d9ef;
  border-radius: 15px;
  background-color: #2092bf;
  color: #ffffff;
}

.logo h1 {
  color: #fff;
  font-size: 62px;
  margin-bottom: 11px;
  margin-top: 24px;
  text-shadow: 2px 2px 0 #666;
}  

.carousel{
  border: 2px solid #a1d9ef;
  border-radius: 15px;
  overflow:hidden;
  background-color: #FFFFFF;
}

.item {
  background-color: white;
  padding: 10px;
}

.item img {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 18px;
}

.maincontenterna {
  background-color: #fff;
  border: 5px solid #a1d9ef;
  float: left;
}

.maincontents {
  background-color: #fff;
  border: 5px solid #4ab6e0;
}

.clear{overflow:hidden;}

.about {
  background: #e7f5fb none repeat scroll 0 0;
  border: 2px solid #4ab6e0; 
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  padding-left: 10px;
  padding-right: 10px;
  margin: 10px;
}

.about h2 {
  background: #a1d9ef none repeat scroll 0 0;
  border-bottom: 2px solid #2092bf;
  color: #333;
  margin-bottom: 8px;
  padding: 10px;
} 

.sidebar {
  background: #e7f5fb none repeat scroll 0 0;
  border: 2px solid #4ab6e0; 
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  padding-left: 10px;
  padding-right: 10px;
  margin: 10px;
}

.samesidebar h2 {
  background: #a1d9ef none repeat scroll 0 0;
  border-bottom: 2px solid #2092bf;
  color: #333;
  margin-bottom: 8px;
  padding: 10px;
} 

.samesidebar ul{padding:0;margin:0;list-style:none;}

.samesidebar ul li {
  border-bottom: 1px dashed #d0ecf7;
  font-size: 16px;
  padding: 5px 8px 5px 0;
}

.samesidebar ul li:last-child{border-bottom: 0px dashed #d0ecf7;}

.samesidebar ul li a {
  color: #814a00;
  text-decoration: none;
}  

.samesidebar h3 {
  color: #000;
  background-color:#e7f5fb;
  text-align: left;
  font-size: 20px;
}

.popular {
  margin-bottom: 20px;
}

.popular h3 {
  border-bottom: 1px dashed #2092bf;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.popular h3 a{text-decoration:none;color:#444}

.popular p {
  text-align: left;
  font-size: 12px;
}

.pkenaLine {
  height:6px; 
  background:#4ab6e0;
}

.pagination {
  display: inline-block;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
  font-size: 22px;
}

.pagination a.active {
  background-color: #4ab6e0;
  color: white;
  border: 1px solid #4ab6e0;
}

.pagination a:hover:not(.active) 
{
  background-color: #ddd;
}

select {
  font-size: 18px;
}
