html {
    height: 100%;
}
body {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-weight: 400;
    font-size: 15px;
    font-size: 1rem;
    background-color: #EFEFEF;
    background-image: none;
    color: #5d7280;
    height: 100%;
}
img {
    vertical-align: middle;
    height: auto;
    border: 0;
}
.articledescription p {
    margin: 0;
}
.discountoldprice {
    text-decoration: line-through;
    color: #999;
}

header .custom-logo-link img {
    max-width: 250px;
}
section {
    margin-bottom: 50px;
}

em {
    font-style: italic;
    font-size: smaller;
}

footer {
    background-color: #e0515f;
    color: #fff;
    padding: 1em;
    text-align: center;
    width: 100px;
    display: block;

}

td {
    color: black;
}
tr td, tr th {
    text-align:right;
}
tr td:first-child, tr th:first-child {
    text-align:left;
}
table.sumtable tfoot tr td {
    text-align:right;
}

th {
    font-weight:normal;
}

tfoot td {
    font-weight: bold;
}
.tablesection th{
    color: #fff;
    background-color: #e0515f;
    font-weight: bold;
}

tr.roundedTop th:last-child, tr.roundedTop td:last-child {
    border-top-right-radius: 10px;
}
tr.roundedTop th:first-child, tr.roundedTop td:first-child  {
    border-top-left-radius: 10px;
}
tr.roundedBottom th:first-child, tr.roundedBottom td:first-child, .sumtable tfoot tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

tr.roundedBottom th:last-child, tr.roundedBottom td:last-child, .sumtable tfoot tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}
.tableheader th {
    padding: 0 5px 0 5px;
}

.tableheader th, tfoot td {
    background-color: #e0e0e0;

}

table.articletable tbody tr td:nth-child(2), table.articletable tbody tr td:last-child, table.sumtable tfoot tr td:last-child {
    width: 125px;
}
table.articletable tbody tr td:nth-child(3) {
    width: 150px;
}


.site-logo-img img {
    transition: all 0.2s linear;
}

.site-branding {
    text-align: center;
    padding-top: 20px;
    margin-bottom: 20px;
}

.content {
    margin-left: 10%;
    margin-right: 10%;
}

.whitebox {
    text-align: center;
    color: black;
    background-color: #fff;
    padding: 1em;
    margin: 0.5em;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, 0.2);
    height: 100%;
}
.whitebox .row {
    margin-bottom: 25px;
}

.companyname {
    font-weight: bold;
}
.articlename {
    color: black;
    font-size:larger;
}
tr.optional td, tr.optional span.articlename {
    color: #999;
    font-size:normal;
    font-style: italic;
}
.optionallabel {
    display:none;
}
.optional .optionallabel {
    display:block;
    font-weight: bold;
}
.iconrow {

    margin-right: auto;
    margin-left: auto;
    height: 75px;

}

.avatar {
    border-radius: 50%;
    width: 75px;
    height: 75px;
    margin: 0 auto;
    display: block;
}

.fillicon {
    background-color: #e0515f;
    color: #fff !important;
    fill: #fff !important;
    border-radius: 50% !important;
    padding: 0.5em !important;
    font-size: 2.5em !important;
}

.fillicon i {
    font-size: 1.0em !important;
}

section.footer p {
    font-size: 0.7em;
}

::selection {
    background-color: #e0515f;
    color: #ffffff;
}

@media (min-width: 1300px) {
    .container {
        max-width: 1200px;
    }
}

.discount {
    display: none;
}
