table.paleblue3 {
    border-collapse: collapse;
    border-color: #CCC;
    border: 1px solid #DDD;
    width:100%;
    table-layout: auto;
  }


table.paleblue3,
table.paleblue3 +  ul.pagination {
    font: normal 13px/14px 'Lucida Grande', Verdana, Helvetica, Arial, sans-serif;
}

table.paleblue3 a:link,
table.paleblue3 a:visited,
table.paleblue3 + ul.pagination > li > a {
    color: #5B80B2;
    text-decoration: none;
    font-weight: bold;
}

table.paleblue3 a:hover {
    color: #036;
}


table.paleblue3 td {
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    font-weight: 300;
    font-size: 12px;
    color: #000000;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

table.paleblue3 th {
  padding: 5px 5px;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  color: #000000;
  text-transform: uppercase;

}

table.paleblue3 thead th:first-child,
table.paleblue3 thead td:first-child {
    border-left: none !important;
}

table.paleblue3 thead th,
table.paleblue3 thead td {
    background: #FCFCFC url(../img/header-bg.png) left bottom repeat-x;
    border-bottom: 1px solid #DDD;
    padding: 2px 5px;
    font-size: 11px;
    vertical-align: middle;
    color: #666;
}

table.paleblue3 thead th > a:link,
table.paleblue3 thead th > a:visited {
    color: #666;
}

table.paleblue3 thead th.orderable > a {
    padding-right: 20px;
    background: url(../img/arrow-inactive-up.png) right center no-repeat;
}
table.paleblue3 thead th.orderable.asc > a {
    background-image: url(../img/arrow-active-up.png);
}
table.paleblue3 thead th.orderable.desc > a {
    background-image: url(../img/arrow-active-down.png);
}

table.paleblue3 tr.odd {
    background-color: #EDF3FE;
}

table.paleblue3 tr.even {
    background-color: white;
}

table.paleblue3 + ul.pagination {
    background: white url(../img/pagination-bg.gif) left 180% repeat-x;
    overflow: auto;
    margin: 0;
    padding: 10px;
    border: 1px solid #DDD;
    list-style: none;
    width: 100%;
}

table.paleblue3 + ul.pagination > li {
    float: left;
    line-height: 22px;
    margin-left: 10px;
}

table.paleblue3 + ul.pagination > li:first-child {
    margin-left: 0;
}

table.paleblue3 + ul.pagination > li.cardinality {
    float: right;
    color: #8d8d8d;
}

table.paleblue3 > tbody > tr > td > span.true,
table.paleblue3 > tbody > tr > td > span.false {
    background-position: top left;
    background-repeat: no-repeat;
    display: inline-block;
    height: 10px;
    overflow: hidden;
    text-indent: -200px;
    width: 10px;
}

table.paleblue3 > tbody > tr > td > .missing {
    background: transparent url(../img/missing.png) right center no-repeat;
    color: #717171;
    padding-right: 20px;
}

table.paleblue3 > tbody > tr > td > .missing:hover {
    color: #333;
}

table.paleblue3 > tbody > tr > td > span.true {
    background-image: url(../img/true.gif);
}

table.paleblue3 > tbody > tr > td > span.false {
    background-image: url(../img/false.gif);
}

div.table-container3 {
    display: inline-block;

}

/* for custom scrollbar for webkit browser*/

::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

thead tr th {
    height: 30px;
    line-height: 30px;
    /* text-align: left; */
}

table.paleblue3 tbody {
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
    width: auto;
}

tbody { border-top: 2px solid black; }

tbody td, thead th {
    /* width: 20%; */ /* Optional */
    border-right: 1px solid black;
    /* white-space: nowrap; */
}

tbody td:last-child, thead th:last-child {
    border-right: none;
}
