﻿body {
    background-color: #FAFAFA;
}
#statements-list{
    margin-left:auto;
    margin-right:auto;
}
.statement-header {
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
    font-family: "Open Sans";
    font-size: 18px;
    padding: 15px;
    box-shadow: 0px 2px #dadada;
    background-color:#FFFFFF;
}

.statement-header .title {
    background-image: url('../styles/img/eShopWorld_logo@x2.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    margin:20px 0;
}

.statement-header .language-switcher {
    font-size:70%;
    font-weight: normal;
}

.statement {
    margin-bottom: 16px;
}
.statement-head {
    border: 2px solid #01A5A2;
    border-radius: 10px;
    cursor: pointer;
    padding: 10px 15px;
    color: #FFF;
    background-color: #01A5A2;
}

    .statement-head .title {
        font-family: "Open Sans";
        font-weight: bold;
        background-image: url('../styles/img/ic_arrow_expanded.png');
        background-size: 20px 20px;
        background-repeat: no-repeat;
        background-position: right center;
        display: flex;
        align-items: center;
    }

.statement-head span{
    margin-left:20px;
    margin-right:20px;
}

.material-icons{
    color:#fff;
}

.material-icons {
    /*font-size:48px !important;*/
    margin-left: -70px;
    width: 90px;
}
.collapsed {
    border: 2px solid #dadada;
    background-color: #fff;
    color:#000;
}

    .collapsed .title {
        background-image: url('../styles/img/ic_arrow_collapsed.png');
        background-size:20px 20px;
    }

    .collapsed .material-icons {
        color: #01A5A2;
    }

.statement-body{
    text-align:justify;
    margin:20px 10px;
}

p.sub-title
{
    font-weight:bold;
}

p.sub-title-item
{
    margin-left:10px;
}

ul.sub-title-list 
{
    margin-left:-20px;
}

.word-bold {
    font-weight: bold;
}

@media (min-device-width: 500px) {
    #statements-list {
        max-width: 860px;
    }
}

@media (max-device-width: 860px) {
    .statement-header {
        margin-bottom: 20px;
    }

    #statements-list {
        margin-left: 10px; margin-right: 10px;
    }

    .statement{
        margin-bottom:16px;
    }

    .statement-header .title {
    }
}