﻿table.product-table {
    margin-left: auto;
    margin-right: auto;
    margin-bottom:24px;
    width: 90%;
    background-color: white;
    font-size: 90%;
}

    table.product-table td {
        padding: 3px;
        text-align: center;
        vertical-align: middle;
    }

        table.product-table td i {
            border: none !important;
        }

        table.product-table td.header, table.product-table tr.header > td {
            font-weight: bold;
        }

    table.product-table .vertical-text {
        font-size: 95%;
        /*max-width: 90px;*/
    }

    table.product-table tr.alternate td {
        background-color: #e0dcdc;
    }

.border-thick {
    border: 2px solid #000;
}

.border-thin {
    border: 1px solid #000;
}

.border-thick-top {
    border-top: 2px solid #000;
}

.border-thick-bottom {
    border-bottom: 2px solid #000;
}

.border-thick-left {
    border-left: 2px solid #000;
}

.border-thick-right {
    border-right: 2px solid #000;
}

.border-thick-top-left {
    border-top: 2px solid #000;
    border-left: 2px solid #000;
}

.border-thick-top-right {
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}

.border-thick-bottom {
    border-bottom: 2px solid #000;
}

.border-thick-bottom-left {
    border-bottom: 2px solid #000;
    border-left: 2px solid #000;
}

.border-thick-bottom-right {
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
}

/*

                        */
.border-thin-top {
    border-top: 1px solid #000;
}

.border-thin-bottom {
    border-bottom: 1px solid #000;
}

.border-thin-left {
    border-left: 1px solid #000;
}

.border-thin-right {
    border-right: 1px solid #000;
}

.border-thin-top-left {
    border-top: 1px solid #000;
    border-left: 1px solid #000;
}

.border-thin-top-right {
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}

.border-thin-bottom {
    border-bottom: 1px solid #000;
}

.border-thin-bottom-left {
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
}

.border-thin-bottom-right {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}

.bg-color-1 {
    background-color: #FF99CC;
}

.bg-color-2 {
    background-color: #99CCFF;
}

.bg-color-3 {
    background-color: #FFCC99;
}

.bg-color-4 {
    background-color: #CCFFCC;
}

.bg-color-5 {
    background-color: #FFFF99;
}

.bg-color-6 {
    background-color: #CCFFFF;
}

.bg-color-7 {
    background-color: #CC99FF;
}

.bg-color-8 {
    background-color: #C0C0C0;
}

.fa-play {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.text-align-left, tr.text-align-left > td, tr:not(.header) > td:last-child {
    text-align: left !important;
}

.plus-minus {
    margin-left: 6px;
    margin-right: 6px;
    display: inline-block;
    font-weight: bold !important;
    font-size: 120%;
    padding: 0px;
}

    .plus-minus:before {
        content: "+";
        padding: 0px;
        margin: 0px;
        border-bottom: solid 2px black;
    }

table.product-table tr.header2 td {
    min-height: 150px;
    height:180px;
    max-height: 200px;
    min-width: 30px;
    font-weight: bold;
}

table.product-table tr.header3 td {
    font-weight: bold;
}
