table.PDane {border: 1px solid #1e398d;}

tr.hovertr:hover td {
  background: white!important;
}
.PDane tr.category{
    /*background: #C7D1D3;*/
    background: #fff !important;
    border: 1px solid #1e398d;
}
.PDane .category th{
    font-size: 12px;
    color: #595959;
    padding: 4px;
}
.PDane .category h3{
    font-size: 12px;
    margin: 0px;
    /*color: #595959;
    font-weight: bold;*/
    color: black !important;
    font-weight: 400;
}
table.PDane td {
	border: 1px solid #1e398d;
	border-bottom: 1px solid #dddddd;
}
table.PDane td.le {
	border-right:0px;
}
table.PDane td.ri {
	border-left:0px;
}

table.PDane tr:last-child td {border-bottom:1px solid #1e398d;}
/*table.equip-table {
	width: 99%;
    border-spacing: 0;
    border-collapse: separate;
    /*border: 1px solid #E0E0E0;*/
    /*background-color: #fff;*/
    /*box-shadow: 0px 3px 7px -4px;*/
}
/*
table.equip-table th, table.equip-table td {
	padding: 5px 15px;
    font-size: 14px;
}
table.equip-table th:nth-child(odd) {
    color: #BA1305;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    padding: 15px;
}
table.equip-table th:nth-child(even) {
	font-weight: 300;
	text-align: right;
    font-size: 14px;

}
table.equip-table th:nth-child(even) span {
	font-size: 30px;
}
table.equip-table tr th:nth-child(odd), table.equip-table tr td:nth-child(odd) {
    width: auto;
}
table.equip-table tr th:nth-child(even), table.equip-table tr td:nth-child(even) {
	width: 290px;
}
table.equip-table tr:nth-child(even) td {
	background-color: #E6E4E4;
}
table.equip-table tr td:nth-child(even) {
	font-weight: 700;
}
table.equip-table tr.category {
    background: #D2D2D2;
}table.equip-table tr.category th{
    font-size: 16px;
    padding-left: 0;
    font-weight: normal;
}
table.equip-table tr.noBg {
    background: #ECECEC;
}
table.equip-table tr.noBg td{
    padding: 0;
}
table.equip-table tr h1{
    margin: 0;
    font-weight: bold;
}
*/
