.caps{
    text-transform: uppercase;
}
.right{
    text-align: right;
}

.flright{
    float: right;
}

.mobileOnly {
    display: none;
}

label{
    font-weight: bold;
    padding-right:1em;
}

.pageTitle{
    text-align:left;
    font-size: 20px;
    border-bottom: 1px solid #E1E1E1;
    font-weight: normal;
    line-height: 2.0em;
    margin-bottom: 1em;
}

.orderDetailInfo{
    line-height: 1.6em;
}

table#orderDetails{
    width:100%;
    line-height: 1.6em;
}

table#orderDetails thead tr th {
    border-bottom: 1px solid #f1f1f1;
    background-color: #FFF;
    height: 23px;
    line-height: 23px;
    text-align: left;
}

table#orderDetails tbody tr td {
    height: 23px;
    line-height: 23px;
}

table#orderDetails tbody tr td:last-child, table#orderDetails tfoot tr th, table#orderDetails tfoot tr td{
    text-align: right;
}

table#orderDetails tfoot
{
    font-weight: bold;
}
table#orderDetails tbody tr td label{
    display: none;
}
#pymtShipping{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-around;
    border-bottom:1px solid #e1e1e1;
    margin-bottom:1em;
}

#pymtShipping div{
    text-align: left;
    width:33.33%;
    line-height: 2em;
}

#pymtShipping h4{
    border-bottom: 1px solid #E1E1E1;
    padding-bottom: .75em;
    text-transform: uppercase;
}

button{
    border:1px solid #008ab0;
    background-color:#008ab0;
    color:#fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding:0 1em;
    height:2.5em;
    line-height: 2.5em;
    font-size:16px;
    text-transform: uppercase;
}
button.reverse{
    color:#008ab0;
    background-color:#FFF;
}
@media screen and (max-width: 768px) {
    table#orderDetails tbody tr{
        border-bottom:1px solid #cccccc;
    }
    table#orderDetails tbody tr td {
        display: block;
        width: 100%;
        text-align: left;
        height: 30px;
        line-height: 30px;
    }
    table#orderDetails tbody tr td:last-child{
        border-bottom:1px solid #cccccc;
        padding-bottom:20px;
        margin-bottom:20px;
        font-weight: bold;
    }

    table#orderDetails tbody tr td:last-child{
        text-align: left;
    }

    button.backToHistory{
        height:40px;
        width:100%;
    }

    table#orderDetails tbody tr td label{
        display: inline-block;
        font-weight: bold;
        text-transform:uppercase;
        width:50%;
    }

    table#orderDetails tbody tr td label{
        text-align: left;
    }
    table#orderDetails tfoot tr th{
        padding-right:10px;
    }
    table#orderDetails tfoot tr td{
        text-align: left;
    }
    #pymtShipping{
        flex-direction: column;
    }
    #pymtShipping div{
        width:100%;
        line-height: 1.6em;
    }
    #pymtShipping h4{
        border-bottom: none;
        border-top:1px solid #f1f1f1;
        padding:0.5em 0 0 0;
        margin:0.5em 0 0 0;
        text-transform: uppercase;
        font-weight: bold;
    }

    button{
        border:1px solid #000;
        background-color:#000;
        color:#fff;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
    button.reverse{
        border:1px solid #008ab0;
        color:#008ab0;
        background-color:#FFF;
    }

    .desktopOnly {
        display: none;
    }

    .mobileOnly {
        display: unset;
    }

}

