/* [akordeony] */
.acordeons {
    border-bottom: 1px solid #E1E1E1;
    margin-bottom: 1.9em;
}

.acordeons .acordeon_heading {
    width: 100%;
    text-align: left;
    border-top: 1px solid #E1E1E1; 
}

.acordeons .acordeon_heading:hover {
    cursor: pointer; 
}

.acordeons .acordeon_heading span {
    float: right;
}

.acordeons .acordeon_heading h4 {
    padding-top: 30px;
    padding-bottom: 30px; 
}

.acordeons .acordeon_content {
    display: none;
}
/* [/akordeony] */

/* [citace] + [autor] */
blockquote td {
    border: 0 none;
    font-size: 20px;
    font-weight: 700;
    padding: 1em 0 1em 2.5em;
    margin-bottom: 0; 
}
  
blockquote .fa-quote-left, blockquote .fa-quote-right {
    font-size: 13px;
    padding-right: 1em;
    position: relative;
    top: -5px;
}
  
blockquote .fa-quote-left {
    padding-right: 1em;
}
  
blockquote .fa-quote-right {
    padding-left: 1em;
    padding-right: 0; 
}
  
.quote-author {
    font-size: 13px;
    color: #9e9e9e;
    line-height: 5em; 
}
/* [/citace] + [/autor] */

/* [zalozky] */
#post ul.anchor-list li:before {
    font-size: 20px;
    color: #9e9e9e;
    margin-top: -8px;
}

#post ul.anchor-list li a {
    font-size: 13px;
    font-weight: 700;
    color: #9e9e9e;
}

#post ul.anchor-list li a.active {
    color: #212121;
}
/* [/zalozky] */

/* [karty] */
main #post .nav-tabs > li > a {
    border: 1px solid #ddd;
}

main #post .nav-tabs > li.active a {
    border-bottom: 0 none;
}

main #post .nav-tabs > li.active a:hover {
    border-bottom: 0 none;
}

main #post .nav-tabs > li.active a:focus {
    border-bottom: 0 none;
}

main #post .nav-tabs > li.active a:visited {
    border-bottom: 0 none;
}

#post.post ul.nav-tabs, .nav-tabs {
    padding-left: 0;
    list-style-type: none; 
}
      
#post.post ul.nav-tabs li:before, .nav-tabs li:before {
    content: none;
    display: none; 
}
      
#post.post ul.nav-tabs li a, .nav-tabs li a {
    border-top: 1px solid #d1d2d4;
    border-left: 1px solid #d1d2d4;
    border-bottom: 1px solid #d1d2d4;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    margin-right: 0;
    color: #9e9e9e;
    font-size: 13px;
    padding: 1em 2em;
    font-weight: 600; 
}
      
#post.post ul.nav-tabs li.active a, .nav-tabs li.active a {
    border-bottom: 0 none;
    padding-top: 1.1em;
    color: #212121;
    border-right: 0; 
}
      
#post.post ul.nav-tabs li:last-child a, .nav-tabs li:last-child a {
    border-right: 1px solid #d1d2d4; 
}
/* [/karty] */