﻿.table {
    border: 0px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.fixed-table-container {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.fixed-table-container thead th {
    border-left: 0px;
}
.fixed-table-header {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-color: #4d5a66;
}

.bootstrap-table .table > thead > tr > th {
    border-bottom: 0px;
}
