﻿/*帳號登入查詢-table*/
table#gvPonit.table-bordered {
    /*margin-bottom: 0;*/
}

table#gvPonit tr th, table#gvList tr th, table#gvList tr td, table#GVExchangeDetail tr td {
    text-align: center;
}

.table-striped > tbody > tr:nth-child(odd) > th {
    color: White;
    background-color: #f59393;
}

.table-striped tbody tr:nth-of-type(odd), .table-striped > tbody > tr:nth-child(odd) > td {
    color: #c10909;
    background-color: #fff4f4;
}

.table-striped tbody tr:nth-of-type(even) {
    color: #c10909;
    background-color: #fbecec;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle;
    text-align: center;
}

@media screen and (max-width:540px) {
    #PointList table, #PointDetail table, #FirmVictory_Detail table {
        display: block;
        overflow-x: auto;
        margin-bottom: 0px;
    }

    #PointList .alert-warning, #PointDetail .xsbtn {
        margin-top: 20px;
    }
}
