﻿div.panel-collapse > div > div > img {
    border: 1px solid black;
}

.row-margin-bottom {
    margin-bottom: 12px;
}

.chart > .table > tbody > tr > th {
    font-size: x-small;
    text-align: center;
    vertical-align: middle;
}

.product-tabs {
    border-bottom: none;
}

    .product-tabs > li {
        background-color: white;
        border-bottom: 30px solid #ddd;
        border-right: 15px solid transparent;
        height: 0;
        width: 126px;
        float: left;
        text-align: center;
    }

        .product-tabs > li.active {
            border-bottom: 30px solid #aaa;
        }

        .product-tabs > li:hover {
            border-bottom: 30px solid #aaa;
        }

        .product-tabs > li:active {
            border-bottom: 30px solid #aaa;
        }

        .product-tabs > li:focus {
            border-bottom: 30px solid #eee;
        }

        .product-tabs > li > a {
            font-size: smaller;
            padding: 8px 0 0 10px;
            white-space: nowrap;
            display: block;
            background-color: transparent;
        }

            .product-tabs > li > a:hover {
                background-color: transparent;
            }

            .product-tabs > li > a:focus {
                background-color: transparent;
            }

.tab-content {
    top: -10px;
    position: relative;
}

    .tab-content .tab-data {
        border-right: 1px solid #ddd;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        border-left: 1px solid #ddd;
        padding: 10px;
        margin-top: 5px;
        border-radius: 0 8px 8px 8px;
    }

.collapsing {
    transition: none;
}

.progress {
    margin-bottom: 0;
}

.nav-tabs > li {
    min-height: 40px;
}

.img-social {
    max-width: 32px;
    padding: 4px;
}