table.contentTable tr td {
    border: 1px solid #000000;
    padding-left: 3px;
}

table.contentTable {
    margin: auto;
}

.spacer1 {
    height: 321px;
    width: 100%;
    padding: 15px;
}

div.table-title {
    display: block;
    margin: auto;
    max-width: 600px;
    padding: 5px;
    width: 100%;
}

.table-title h3 {
    color: #fafafa;
    font-size: 30px;
    font-weight: 400;
    font-style: normal;
    font-family: "Roboto", helvetica, arial, sans-serif;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
}

/*** Table Styles **/
.tab-pane table {
    background: white;
    border-radius: 3px;
    border-collapse: collapse;
    height: 320px;
    margin: auto;
    max-width: 90%;
    padding: 5px;
    width: 100%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    animation: float 5s infinite;
}

.tab-pane th {
    color: #D5DDE5;;
    background: #1b1e24;
    border-bottom: 4px solid #9ea7af;
    border-right: 1px solid #343a45;
    font-size: 23px;
    font-weight: 100;
    padding: 24px;
    text-align: left;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    vertical-align: middle;
}

.tab-pane th:first-child {
    border-top-left-radius: 3px;
}

.tab-pane th:last-child {
    border-top-right-radius: 3px;
    border-right: none;
}

.tab-pane tr {
    border-top: 1px solid #C1C3D1;
    border-bottom: 1px solid #C1C3D1;
    color: #3747a0;
    font-size: 16px;
    font-weight: normal;
}

.tab-pane tr:hover td {
    background: #3f51b5;
    color: #FFFFFF;
    border-top: 1px solid #22262e;
    border-bottom: 1px solid #22262e;
}


.tab-pane tr:nth-child(odd) td {
    background: #EBEBEB;
}

.tab-pane tr:nth-child(odd):hover td {
    background: #3f51b5;
}

.tab-pane tr:last-child td:first-child {
    border-bottom-left-radius: 3px;
}

.tab-pane tr:last-child td:last-child {
    border-bottom-right-radius: 3px;
}

.tab-pane td {
    background: #FFFFFF;
    padding: 7px;
    text-align: left;
    vertical-align: middle;
    font-weight: 300;
    font-size: 16px;
}

.tab-pane td:last-child {
    border-right: 0;
}

.tab-pane th.text-left {
    text-align: left;
}

.tab-pane th.text-center {
    text-align: center;
}

.tab-pane th.text-right {
    text-align: right;
}

.tab-pane td.text-left {
    text-align: left;
}

.tab-pane td.text-center {
    text-align: center;
}

.tab-pane td.text-right {
    text-align: right;
}


table.themed-table {
    background: white;
    border-radius: 3px;
    border-collapse: collapse;
    padding: 5px;
    width: 100%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    animation: float 5s infinite;
}

table.themed-table th {
    color: #D5DDE5;;
    background: #1b1e24;
    border-bottom: 4px solid #9ea7af;
    border-right: 1px solid #343a45;
    font-size: 23px;
    font-weight: 100;
    padding: 24px;
    text-align: left;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    vertical-align: middle;
}

table.themed-table th:first-child {
    border-top-left-radius: 3px;
}

table.themed-table th:last-child {
    border-top-right-radius: 3px;
    border-right: none;
}

table.themed-table tr {
    border-top: 1px solid #C1C3D1;
    border-bottom: 1px solid #C1C3D1;
    color: #3747a0;
    font-size: 16px;
    font-weight: normal;
}

table.themed-table tr:hover td {
    background: #3f51b5;
    color: #FFFFFF;
    border-top: 1px solid #22262e;
    border-bottom: 1px solid #22262e;
}

table.themed-table tr td.themed-table-emphasized {
    background: #EBEBEB;
}

table.themed-table tr:hover td.themed-table-emphasized {
    background: #3f51b5;
}

table.themed-table tr:last-child td:first-child {
    border-bottom-left-radius: 3px;
}

table.themed-table tr:last-child td:last-child {
    border-bottom-right-radius: 3px;
}

table.themed-table td {
    background: #FFFFFF;
    padding: 7px;
    text-align: left;
    vertical-align: middle;
    font-weight: 300;
    font-size: 16px;
    border-right: 1px solid #C1C3D1;
}

table.themed-table td:last-child {
    border-right: 0;
}

table.themed-table th.text-left {
    text-align: left;
}

table.themed-table th.text-center {
    text-align: center;
}

table.themed-table th.text-right {
    text-align: right;
}

table.themed-table td.text-left {
    text-align: left;
}

table.themed-table td.text-center {
    text-align: center;
}

table.themed-table td.text-right {
    text-align: right;
}


@media (max-width: 678px) {
    .product-wrap .product-image {
        height: 140px;
    }

    .spacer1 {
        height: 261px;
    }

    .col-xs-6 {
        padding: 0 3px;
    }

    .panel {
        margin-bottom: 10px;
    }

    .bottom-content .product-wrap .product-image {
        height: 140px !important;
    }
    .bottom-content .product-wrap .product-image {
        height: 140px !important;
    }
}
