.filesTable .txt{
    text-transform: uppercase;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #187341;
}
.filesTable .txt span{
}
.filesTable table{
    width:100%;
    font-size: 15px;
    line-height: 23px;
    border-bottom: solid 1px #dcdcdc;
    margin-bottom: 20px;
}
.filesTable table tr th {
    background: #187341;
    color: #ffffff;
    font-size: 1em;
    line-height: 22px;
    text-transform: uppercase;
    padding: 10px 20px;
    border-left: solid 1px #dcdcdc;
    border-top: solid 1px #dcdcdc;
}
.filesTable table tr th:last-child{
    border-right: solid 1px #dcdcdc;
}
.filesTable table tr td {
    padding: 16px 20px;
    border-left: solid 1px #dcdcdc;
    border-top: solid 1px #dcdcdc;
}
.filesTable table tr td:last-child{
    border-right: solid 1px #dcdcdc;
}

.list-qrcode {
}
.item-qrcode {
    display: inline-block;
    vertical-align: top;
    width: 170px;
    margin: 0px 20px;
    margin-bottom: 20px;
}
.item-qrcode img {
    border: 1px solid #ddd;
}
.item-qrcode span {
    color: #187341;
    text-transform: uppercase;
    display: block;
    margin-top: 10px;
    font-weight: bold;
    line-height: 20px;
    word-break: break-all;
    word-wrap: break-word;
    text-align: center;
}

.item-product .i-img {
    padding-top: 100%;
    position: relative;
}
.item-product .i-img a{
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    padding-top: 0;
}
.item-product .i-img a img{
    position: static;
    max-height: 100%;
    width: auto;
}


@media screen and (max-width: 480px) {
    .filesTable table tr th{
        white-space: nowrap;
    }
    .filesTable table tr th,
    .filesTable table tr td {
        font-size: 0.8em;
        padding: 10px 6px;
    }
}