@media (min-width: 1200px) {
  .container {
    width: 700px;
  }
}

body {
  font-family: Arial, sans-serif;
}

a {
  color: rgb(0, 143, 137);
  text-decoration:underline;
}

a:focus,
a:active,
a:hover {
	background-color: #B9CB00 !important; /*#ff6*/
	color: #000 !important;
	text-decoration: none;
}

/* Specific for digitaliserat affärstryck */
.upphov { 
font-size:120%; 
margin-top: 15px; 
max-width: 600px;
}

.mellanrum { 
height:30px;
}
.objekt { 
max-width: 550px; 
background-color: #f8f8f8; 
padding: 5px; 
margin-bottom: 15px; 
border: 1px solid grey; 
border-radius: 10px; 
}

.nummer { 
float: left; 
width:1.5em; 
padding-bottom: 15px; 
}

#tumnagel { 
clear: left; 
padding-bottom: 15px; 
margin: auto; 
display: block;
}


/* ul.box li a {
  text-decoration: none;
}

ul.box li a.selected {
  font-weight:bold;
}
ul.box li a:hover {
  text-decoration:underline;
}

.card a img {
  border:solid 2px #bbb;
} */

h1 {
  font-size: 200%;
  font-family: Georgia, serif;
}

/* .card h1 {
  margin: 0 0 10px 0;
} */

h2 {
  font-size: 120%;
  font-family: Georgia, serif;
}


.kb-masthead {
  background-color:#009EE0;
  box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
  margin-bottom: 10px;
}

.kb-masthead .logo {
  float:left;
}

.kb-masthead .logo img {
  width: 80px;
}

.banner {
  float:left;
  font-size: 30px;
  color: #fff;
  margin: 30px 20px 0 20px;
}

/* .banner a {
  color: #fff;
  text-decoration: none;
} */

/* Nav links */
/* nav.kb-navÂ {
  float:right;
} */
.kb-nav-item {
  position: relative;
  display: inline-block;
  padding: 10px;
  font-weight: 500;
  color: #cdddeb;
  text-decoration:none;
}
/* .kb-nav-item:hover,
.kb-nav-item:focus {
  color: #fff;
  text-decoration: underline;
} */

/* Active state gets a caret at the bottom */
/* .kb-nav .active {
  color: #fff;
}
.kb-nav .active:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -5px;
  vertical-align: middle;
  content: " ";
  border-right:  5px solid transparent;
  border-bottom: 5px solid;
  border-left:   5px solid transparent;
} */


.kb-header {
  padding-top: 20px;
  padding-bottom: 20px;
}
.kb-title {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: normal;
}
.kb-description {
  font-size: 20px;
  color: #999;
}


.kb-main {
  font-size: 18px;
  line-height: 1.5;
}

/* .sidebar-module {
  padding: 15px;
  margin: 0 -15px 15px;
}
.sidebar-module-inset {
  padding: 15px;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
  margin-bottom: 0;
} */



/* .pager {
  margin-bottom: 60px;
  text-align: left;
}
.pager > li > a {
  width: 140px;
  padding: 10px 20px;
  text-align: center;
  border-radius: 30px;
} */


/* .kb-post {
  margin-bottom: 60px;
}
.kb-post-title {
  margin-bottom: 5px;
  font-size: 40px;
}
.kb-post-meta {
  margin-bottom: 20px;
  color: #999;
} */


.kb-footer {
  margin: 4em 0 10px 0;
  padding: 20px 0;
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
  border-top: 1px solid #e5e5e5;
}


.preview {
  width: 100%;
}


li a.disabled {
  background-color: #f3f3f3;
  color: #999;
}

.disabled {
  cursor: not-allowed;
  pointer-events: none;
  .opacity(.65);
  .box-shadow(none);
  background-color: #f3f3f3;
}

/* td.cardid {
  min-width:180px;
}
td.box {
  white-space: nowrap;
}

dd {
  margin-bottom: 0.5em;
}

.quote {
  font-style: italic;
  margin-right: 10px;
  margin-left: 10px;
}

.teaser img {
  max-width:100%;
} */

@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
 .logo {
   display:none;
 }

 .banner {
  font-size: 1em;
  font-weight: bold;
  text-align:center;
  float:none;
 }

 .preview {
   max-width: 400px;
 }

  td.cardid {
    min-width:none;
  }
}
