﻿.table-bait {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	-webkit-box-shadow: #000 0 1px 3px;
	-moz-box-shadow: #000 0 1px 3px;
	box-shadow: #000 0 1px 3px;
}

.table-bait tbody tr:nth-child(even) {
    background: #f5f5f5;         
}



.table-bait th{
    font-weight: normal !important;
}