* {
    border: 0;
    margin: 0;
    padding: 0;
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: #ffffff;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.4);
}

body {
    padding-top: 0;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

div.errormessage-top-row {
    background-color: red;
    color: white;
    margin: 0;
    padding: 0;
    line-height: 100%;
    text-align: center;
    text-shadow: 2px 1px #463b2c;
}

div.infomessage-top-row {
    background-color: green;
    color: white;
    margin: 0;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

    div.infomessage-top-row p, div.errormessage-top-row p {
        background-color: green;
        color: white;
        margin: 0;
        padding: 0;
        line-height: 100%;
        text-align: center;
        text-shadow: 2px 1px #463b2c;
    }


div.graymessage-top-row {
    background-color: lightskyblue;
    color:darkslategrey;
    margin: 0;
    padding: 0.05em 0.25em 0.05em 0.25em;
    border: 1px solid cadetblue
}


.progressbar {
    height: 50px;
    background: #ececec;
    overflow: hidden;
}

.progessbar_cell {
    background-image: url(../images/arrow-progressbar.png);
    background-position: right;
    background-repeat: no-repeat;
    height: 50px;
    line-height: 50px;
    float: left;
    text-align: center;
    padding: 0 35px 0 10px;
    color: #999;
    font-size: 15px;
}

.progessbar_cell.first {
    padding-left: 0;
}

.progessbar_cell.last {
    background-image: none;
}

.progessbar_cell.active {
    font-weight: bold;
    color: #d5161b;
}

.section {
    width: 100%;
    /* height: 100vh; */
}

.wrap {
    width: 960px;
    margin: 0 auto;
}




div.borderbox {
    border: 1px solid #f8f8f8;
    border-radius: 3px;
    box-shadow: 3px 4px 12px 0 #c8c8c8;
    margin-top: 15px;
    margin-bottom: 15px;
}

div.center-div-in-div-as-table {
    display: table;
    margin: 0 auto;
    width: fit-content;
}

div.tb20 {
    padding-bottom: 20px;
    padding-top: 20px;
}

div.tb12 {
    padding-bottom: 12px;
    padding-top: 12px;
}

div.tb8 {
    padding-bottom: 8px;
    padding-top: 8px;
}


div.verndor-row {
    background-color: gold;
    padding-top: 12px;
    padding-bottom: 8px;
    border: 2px solid goldenrod;
}

div.verndor-row p {
    font-size: 150%;
}
div.verndor-row a {
    margin-left: 20px;
    float: right; 
}

td.wkpricecol {
    text-align: right;
    padding-right: 1em;
}