/**
 * Widget GOADMIN Prices
 */

table.ga-prices-table {
    border-collapse: collapse;
    background: white;
    border-radius: 0;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

table.ga-prices-table thead tr {
    height: 44px;
    background-color: #1AA5AA;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00B7BE), to(#139196));
    background-image: -webkit-linear-gradient(top, #00B7BE, #139196);
    background-repeat: repeat-x;
}

table.ga-prices-table thead th {
    font-size: 13px;
    color: #fff;
    line-height: 1.2;
    font-weight: unset;
    text-transform: uppercase;
}

table.ga-prices-table thead th.th-periode {
    width: 30px;
}

table.ga-prices-table thead th.th-du, table.ga-prices-table thead th.th-au {
    width: 110px;
}

table.ga-prices-table thead th.th-tarif {

}


table.ga-prices-table tbody tr {
    height: 48px;
    font-size: 15px;
    color: #808080;
    line-height: 1.2;
    font-weight: unset;
}

table.ga-prices-table tbody tr:nth-child(even) {
    background-color: #f5f5f5;
}

table.ga-prices-table tbody tr td {
    text-align: center;
    font-size: 14px;
    padding: 0 8px;
}