body {
    background-color: #fff
}

.no-support-info {
    background-color: #fff;
    color: #000;
    display: none;
    margin: 10px auto;
    text-align: center;
    width: 600px
}

#config-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#config-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px
}

#form {
    width: 310px
}

#form label {
    width: 120px
}

#form div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 25px
}

#form ul {
    position: relative;
    color: #ff1a1a
}

#form ul li {
    position: absolute;
    right: -67px;
    font-size: 10px;
    top: 23px
}

#config-data-table {
    width: 65%;
    border-collapse: collapse
}

#config-data-table tr {
    border-bottom: 1px solid #e6f2ff
}

#config-data-table td {
    padding: 5px 0;
    vertical-align: middle;
    min-width: 250px
}

#config-data-table td:nth-child(2) {
    line-break: anywhere
}

.table-header {
    font-size: 18px;
    font-weight: bolder
}

.table-header td {
    padding: 20px 10px 20px 0
}

.config-header {
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    justify-self: center
}

.interia-logo {
    color: #fff;
    display: inline-block;
    background: url(../img/konfigurator_interia.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 142px;
    height: 37px;
    margin: 10px 0 10px 0
}

.interia-logo-config {
    color: #fff;
    display: inline-block;
    background: url(../img/konfigurator_serwis.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 167px;
    height: 15px;
    margin: 10px 0 10px 0
}

.footer {
    margin: 60px 0 30px 0;
    text-align: center
}

.result-data {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-self: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 22px;
    text-align: center
}

.send-result-link {
    margin-top: 20px;
    text-decoration: none;
    font-size: 20px
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

* {
    outline: 0
}
