.table-style-1 tr:nth-child(even) {
background: #F5F5F5;
}
.table-style-1 thead{
	background-color: #0a4c78 !important;
    color: #FFF;
}
.table-style-1 th{
	border:0;
padding:10px;
}
.table-style-1 p{
margin:0;
}
.table-style-1 td{
padding:5px;
border-bottom:1px solid #DDD;
}
