.table-wrapper{
    width: 100%;
}
table {
    width: 100%;
    max-width: 100%;
    background-color: #ffffff;
    border-spacing: 0;
    border: 1px solid #dddddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
table th {
    background: #2F82BF;
    color: #ffffff;
    font-size: 18px;
    line-height: 22px;
    padding: 10px 10px 10px 10px;
    font-weight: normal;
    border-right: 1px solid #dddddd;
    text-align: center;
    vertical-align: middle;
}
table th:first-child {
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
}
table th:last-child {
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
}
table th:last-child {
    border-right: none;
}
table th a {
    color: white;
}
table th a:hover {
    color: #333333;
}
table tr td {
    padding: 15px 20px;
    border-top: none;
    border-right: 1px solid #dddddd;
    text-align: center;
    vertical-align: middle;
}
table tr td:last-child {
    border-right: none;
}
table tr + tr td {
    border-top: 1px solid #dddddd;
}

.parameter td,.parameter th {
    padding: 10px;
    text-align: center;
}
@media (max-width: 992px) {
    .table-wrapper{
		overflow-x:scroll;
	}
}
@media (min-width: 768px) {
    #t3-header .row {
        display: flex;
        align-items: center;
        height: 100px;
        padding-top: inherit;
    }

    .address-list {
        list-style: none;
        margin: 0;
        padding: 0;
        margin-right: -16px;
        margin-left: -16px;
    }

    .address-list li {
        display: inline-block;
        font-size: 12px;
        position: relative;
        min-height: 1px;
        padding-right: 16px;
        padding-left: 16px
    }

    .address-list li label {
        color: #9e9e9e;
        display: block;
        text-transform: uppercase;
        font-weight: 300;
        font-size: 11px
    }

    .address-list li a {
        border-bottom: 1px solid #f87831
    }
}