﻿.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  font-size: 16px;
    font-weight: normal;
}

.panel-default {
  border-color: #ddd;
}

.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 4px;
}

.panel-default>.panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-group .panel+.panel {
  margin-top: 5px;
}

.collapse {
  display: none;
}

.panel-body {
  padding: 15px;
}

div.A {
  width: 20px;
  margin-left: 6px;
  margin-right: 8px;
}

div.A, div.answer {
  display: inline-block;
  vertical-align: top;
}

div.answer {
  width: 90%;
  height: auto;
}

@media (min-width: 640px){
  div.answer {
    width: 92%;
  }
}

@media (max-width: 428px){
  div.answer {
    width: 86%;
  }
}

span.Q {
  color: #FFF;
  background-color: #244191;
  padding: 3px 7px;
  margin-right: 8px;
  border-radius: 20px;
  float: left;
  margin-top: -2px;
}

span.question, span.Q {
    display: inline-block;
}

span.question {
    width: 86%;
}

.FAQ-list p {
    line-height: 0;
    border: 1px solid rgb(221, 221, 221);
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    padding: 14px 6px;
    margin-bottom: 2px;
    width: 60%;
}

#accordion h4.panel-title {
    padding: 0 !important;
    margin: 0;
}

#accordion h4.panel-title a {
    text-decoration: none !important;
    color: #555;
    font-size: 16px;
    font-weight: normal;
}

#accordion h4.panel-title a  strong {
    font-weight: normal;
}

#accordion h4.panel-title a  strong {
    font-weight: normal;
}
