﻿.akordeon
{
    width: 100%;
    font-size: 12px;
    border-bottom:1px dotted #ccc;
    margin-bottom:20px;
}
.akordeon-item
{
    position: relative;
}
.akordeon-item .akordeon-item-head
{
    height: 30px;
}
.akordeon-item .akordeon-item-body
{
    background: #fff; /* Old browsers */
    border-bottom: none;
    overflow: hidden;
}
.akordeon-icon
{
    width: 16px;
    height: 16px;
    background: #155785;
    padding: 0;
    margin-left: 7px;
    margin-top: 5px;
    float: left;
    cursor: pointer;
}
.akordeon-heading
{
    float: left;
    padding-left: 10px;
    font-size:16px;
}
.akordeon-icon span
{
    color: #fff;
    font-size: 16px;
    position: absolute;
    left: 9px;
    top: -1px;
    font-weight: bold;
    text-align: center;
}
.akordeon-item-head-container
{
    width: 100%;
    position: absolute;
    left: -8px;
    cursor: pointer;
}
.akordeon-item.expanded .akordeon-heading
{
    color: #155785;
}

.akordeon-item-content
{
    padding: 10px 0px;
}
.akordeon-border-bottom
{
    border-bottom: 1px dotted #ccc;
}
