.summary {
  font-style: italic;
  font-size: 80%;
}

.info {
  font-size: 80%;
  border: 1px solid #DEDEDE;
  padding: 1.4em;
  border-radius: 1em;
  background-color: #FDFDFD;
}

.indent-0_5 {
  margin-left: 0.5em;
}

.info h3 {
  margin-top: 0px;
}

.center-head th {
  text-align: center;
}

.center-body td {
  text-align: center;
}

.turn-270 th span {
  height: 5em;
  display: table-cell;
  transform: rotate(270deg) translatex(0%);
  transform-origin: center center;
  vertical-align: middle;
}

.turn-315 th span {
  height: 5em;
  display: table-cell;
  transform: rotate(315deg) translatex(0%);
  transform-origin: center center;
  vertical-align: middle;
}

.table {
  caption-side: bottom; 
}

caption {
  color: #454545;
  text-align: left;
  font-size: 80%;
  line-height: 150%;
}

.nobr td {
  white-space: nowrap;
}

td img {
  width: 60px !important;
  max-width: 1000px;
}


.bd-callout {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #eee;
  border-image: none;
  border-radius: 0.25rem;
  border-style: solid;
  border-width: 1px 1px 1px 0.25rem;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  padding: 1.25rem;
  box-shadow: 2px 2px 2px #999;
  background-color: #F8F8F8;
}
.bd-callout h4 {
  margin-bottom: 0.25rem;
  margin-top: 0;
}
.bd-callout p:last-child {
  margin-bottom: 0;
}
.bd-callout code {
  border-radius: 0.25rem;
}
.bd-callout + .bd-callout {
  margin-top: -0.25rem;
}
.bd-callout-info {
  border-left-color: #5bc0de;
}
.bd-callout-info h4, .bd-callout-info .fa {
  color: #5bc0de;
}
.bd-callout-warning {
  border-left-color: #f0ad4e;
}
.bd-callout-warning h4, .bd-callout-warning .fa {
  color: #f0ad4e;
}
.bd-callout-danger {
  border-left-color: #d9534f;
}
.bd-callout-danger h4, .bd-callout-danger .fa {
  color: #d9534f;
}

.row.plusminus {
  border-radius: 0.5em;
  margin-right: 0px;
  margin-left: 0px;
}

.row.plusminus .plus {
  border-radius: 0.5em 0 0 0.5em;
}

.row.plusminus .minus {
  border-radius: 0 0.5em 0.5em 0;
}

.tagname {
  display: inline-block;
  padding: 0.2em 0.4em;
  border: 1px solid #16a085;
  color: #16a085;
  margin: 0.2em;
}

/* tablet view for plusminusboxes*/
@media (max-width: 991px) {
  .row.plusminus .plus,
  .row.plusminus .minus{
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  .row.plusminus .plus {
    border-radius: 0.5em 0.5em 0 0;
  }
  .row.plusminus .minus {
    border-radius: 0 0 0.5em 0.5em;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .img-thumbnail {
    max-width: 49%;
  }
}

@media (min-width: 768px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}

table {
  font-size: 90%;
}

.img-thumbnail {
  border: none;
}

.comment-form-comment label {
  display: inline-block;
}

.top-1 {
  margin-top: 1em;
}

.table tr td:first-child {
  font-weight: bold;
}

tbody sup {
  font-weight: bold;
  cursor: help;
  display: inline-block;
  z-index: 0;
}

#myCarousel .nav a small {
  display:block;
}
#myCarousel .nav {
  background:#eee;
  font-size: 90%;
}
#myCarousel .nav a {
  border-radius:0px;
}

#myCarousel .carousel-control {
  opacity: 0.5;
  position: static;
  color: #16a085;
  margin: 0px 3px;
}


.strong {
  font-weight: bold;
}

thead {
  background-color: #1abc9c;
  color: #fff;
}

.table {
  width: 100%;
  margin-top: 1em;
}

.floatingHeader {
  position: fixed;
  top: 0;
  visibility: hidden;
  border-bottom: none;
  box-shadow: 0 0.5em 0.5em #999;
}


.floatingHeader tr th {
  border-bottom: none !important;
  width: 13.5%;
}

.table.compare tr th:first-child {
  width: 19%;
}


#primary h3:not(.widget-title) {
  border-bottom: 1px solid #DEDEDE;
  width: 95%;
  padding-bottom: 0.1em;
}

#primary .widget,
#secondary .widget {
  margin-bottom: 1em;
  font-size: 90%;
}


.widget h3 {
  background-color: #1abc9c;
  color: #fff;
  padding: 8px;
  border-radius: 0.5em 0.5em 0 0;
  margin-top: -0.85em;
  margin-left: -0.85em;
  margin-right: -0.85em;
}



#primary .widget ul {
  margin-left: 0.5em;
  padding-left: 0.5em;
  list-style-type: none;
}

#primary .widget li {
  padding-top: 0.1em;
  padding-bottom: 0.1em;
}



#secondary aside.widget {
  margin-bottom: 1em;
}

thead {
  z-index: 2;
}

.carousel-inner {
  border: 1px solid #DEDEDE;
  border-top: none;
  padding: 1.4em;
  background-color: #F9F9F9;
}

/* From Oli */
#main-grid {
  background-color: #f9f9f9;
}

.content-area {
  line-height: 1.6;
}

.info, .summary {
  font-size: 100%;
  margin-top: 2.5em;
}

.teaser_image {
  margin-left: 2em;
  max-width: 200px;
}

.teaser_image img {
}

article h2 {
  margin-bottom: 1em;
  margin-top: 2em;
}

h3.small {
  margin-top: 1.5m;
  margin-bottom: 1em;
  font-size: 120%;
}

ul .fa-plus-circle {
  color: green;
}

ul .fa-minus-circle {
  color: red;
}

ul ul {
  margin-bottom: 0;
}

.listsum {
  margin-top: 2em;
}

.fa-li {
  top: 0.142857em;
  top: 0.33em;
}

.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #FFFFFF;
}

.share {
  width: 50%;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  font-size: 20px;
}

a.share:hover,
a.share:focus {
  text-decoration: none;
  color: #FFFFFF;
}

.share_fb {
  background-color: #637BAD;
  float:left;
}

a.share_fb:hover,
a.share_fb:focus {
  background-color: #3B5998;
}

.share_pi {
  background-color: #D50C22;
}

a.share_pi:hover,
a.share_pi:focus {
  background-color: #BD081C;
}

.bigshare {
  margin: 3em 0 !important;
  text-align: center;
}
.bigshare a.share {
  font-size: 30px;
}

.thumbnail .caption {
  font-size: 12px;
  text-align: center;
  color: #555;
  padding: 5px 0 0;
}

.img-thumbnail.thumb-auto {
  max-width: 100%;
}


.content-header.header-bg {
  padding: 0px;
}

.content-header.header-bg .container {
  background-size: cover;
  position: relative;
}

.content-header.header-bg h1.page-title,
.content-header.header-bg h2.page-subtitle {
  position: absolute;
  left: 28%;
}

.content-header.header-bg h1.page-title {
  top: 3%;
}

.content-header.header-bg h2.page-subtitle {
  top: 23%;
}

@media (max-width: 767px) {
  .content-header.header-bg .container {
    width: auto;
    max-width: 780px;
    height: 170px;
  }

  .content-header.header-bg h1.page-title {
    font-size: 22px;
    left: auto;
    right: 4%;
  }

  .content-header.header-bg h2.page-subtitle {
    font-size: 15px;
    left: auto;
    right: 4%;
  }
}

@media (min-width: 768px) {
  .content-header.header-bg .container {
    width: 780px;
    height: 192px;
  }

  .content-header.header-bg h1.page-title {
    font-size: 27px;
  }

  .content-header.header-bg h2.page-subtitle {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .content-header.header-bg .container {
    width: 1000px;
    height: 246px;
  }
  .content-header.header-bg h1.page-title {
    font-size: 34px;
  }

  .content-header.header-bg h2.page-subtitle {
    font-size: 27px;
  }
}
@media (min-width: 1200px) {
  .content-header.header-bg .container {
    width: 1200px;
    height: 295px;
  }
  .content-header.header-bg h1.page-title {
    font-size: 41px;
  }

  .content-header.header-bg h2.page-subtitle {
    font-size: 34px;
  }
}

#post-infos {
  text-align: center;
  font-size: 80%;
}

@media (max-width: 991px) {
  #post-infos {
    text-align: right;
    font-size: 80%;
    margin-top: 1em;
  }
}


/* Test Oli */

#primary {
  font-size: 18px;
  text-rendering: optimizelegibility;
  font-weight: 300;
  line-height: 1.5;
}

#primary p:not(.top-1) {
  margin: 0 0 28px;
  padding: 0;
}

#primary h2 {
  margin-top: 2em;
}

#main > h2 {  
  margin-top: 0;
}

#primary h3:not(.widget-title) {
  margin-top: 40px;
}

#primary {
  margin-top: 30px;
}

#primary {
  margin-top: 0px;
}

#primary b, #primary strong {
  font-weight: 400;
}

h3 {
  line-height: 130%;
}

.dropdown-menu {
  z-index: 2000;
}

.screensymbol {
  border: 1px solid;
  border-radius: 4px;
  margin-bottom: 2em;
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  padding: 0.5em;
  width: 150px;
  height: 95px;
  text-align:center;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; 
}

.listless {
  list-style-type: none;
  padding-left: 0em;
}
.listless li {
  padding: 0.2em 0em;
}

.li-disabled {
  color:lightgray;
}

.li-striked {
  color: gray;
  text-decoration: line-through;
}

.top-0 {
  margin-top: 0;
}
.topcategory {
  height: 118px; 
  position: relative;
  background-size: cover;
}

.titlebox {
  position: absolute; 
  background-color: rgba(220,220,220,0.8); 
  bottom: 0px; 
  left: 0px;
  width: 100%; 
  padding: 0 1em;
  text-align:center;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; 
}

ul.typeahead {
  width: 100%;
}
ul.typeahead a {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis; 
}

ul.typeahead a:hover {
  display: table-cell;
  width: auto;
  overflow: visible;
  text-overflow:  unset;
}

.instruction_short {
  background-color: #fcfcfc;
  border:1px solid;
  margin-bottom: 1.5em;
  margin-top: 1.5em;
}

#primary .instruction_short_div_h3 h3{
  display: block;
  border-bottom: none;
  padding: 0;
  margin: 0;
  width: 100%;
  padding: 10px;
}

#primary .instruction_short_div_h3 {
  border-bottom: 1px solid;
}

#primary .instruction_short_div_content {
  padding: 10px;
  margin-bottom: 10px
}

body {
  color: #333;
}