﻿.centralDivider {
    margin: 14px 0 14px 0;
    border-top: solid 1px #878787;
}


.orderInfo {
    background-color: #7FE5B2;
    margin: 40px 0 14px 0;
    padding: 15px 20px 35px 20px;
    font-size: 18px;
    border-radius: 5px;
    text-align: center;
}

@media (max-width: 768px) {
    .orderInfo {
        padding-top: 5px;
        padding-bottom: 20px;
    }

    .orderInfoBox {
        padding: 0 0 0 0;
    }
}

.priceSummary {
    font-size: 14px;
}

.infoLabel, .infoText {
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #2d2f30;
}

.infoLabel {
    font-weight: 800;
}

.priceSummary {
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    line-height: 1.71;
}

.rejectButton {
    color: #96be0f;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    border: none;
    outline: none;
}

.rejectButton:hover {
    text-decoration: underline;
}

.textInListBox {
    margin: 13px 0 12px 0;
    text-align: center;
}

.textInList {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.56;
    letter-spacing: normal;
    height: 25px;
}

.section {
    display: none;
    padding: 5px 0 43px 0;
    text-align: center;
}

.sectionHead {
    cursor: pointer;
    height: 100%;
}

/* hack: shadow box on mobile was not working correctly */
@media (max-width: 768px) {
    .sectionHead {
        margin-top: -1px;
        padding-top: 1px;
    }
}

#articleInfo h3 {
    font-size: 16px;
    font-weight: bold;
}

#articleInfo p {
    font-size: 16px;
    font-weight: 300;
}

h1 {
    font-size: 18px;
    font-weight: normal;
    text-transform: none;
    margin-bottom: 0;
}

h1, h2, span, p {
    color: #173630;
}

.order-info {
    text-align: center;
    font-size: 18px;
}

.footer {
    background: #173630;
    color: #00CC66;
    text-align: center;
}

.footer p {
    color: #00CC66;
}

.footer a {
    color: inherit;
    text-decoration: underline;
}

input.submitButton {
    border-radius: 50px;
    text-align: center;
    color: #fff;
    background-color: #E553DB;
    border: 0;
}

input.submitButton:hover {
    background-color: #E1ABCE;
}

input.rejectButton {
    color: inherit;
    background-color: inherit;
    text-decoration: underline;
    font-weight: bold;
}

input.rejectButton:hover {
    background-color: inherit;
}

.arrowBox {
    float: right;
}