.styled-table {
	width: 80%;
	border: 5px solid #E3DFE5;
	border-collapse: collapse;
	margin: 10px 0;
	font-family: sans-serif;
	min-width: 300px;
	box-shadow: 0 0 20px rgbd(0, 0, 0, 0.15);
}

.styled-table thead {
	background-color: #3A96DC;
	color: #ffffff;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}

.styled-table th {
	padding: 10px 10px;
	text-align: left;
}

.styled-table td {
	/* 
	 width="100%" border="1" align="left" style="border:0" cellpadding="3" cellspacing="1"
	*/
	padding: 10px 10px;
	text-align: left;
}

.styled-table tbody tr {
	/* background-color: #63C2F9; */
	font-size: 0.8em;
	border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(odd) {
	/* background-color: #ffffff; */
}
.styled-table tbody tr:nth-of-type(even) {
	/* background-color: #f3f3f3; */
}

.styled-table tbody tr:last-of-type {
	/* border-bottom: 2px solid #4da6ff; */
}

.styled-table tbody tr:hover {
	/*font-weight: bold;*/
	color: #ffffff;
	background-color: #9ccbff;
}

.styled-table2 {
	width: 80%;
	border: 5px solid #E3DFE5;
	border-collapse: collapse;
	margin: 10px 0;
	font-family: sans-serif;
	min-width: 300px;
	box-shadow: 0 0 20px rgbd(0, 0, 0, 0.15);
}

.styled-table2 thead {
	background-color: #3A96DC;
	color: #ffffff;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

.styled-table2 th {
	padding: 10px 10px;
	text-align: left;
}

.styled-table2 td {
	/* 
	 width="100%" border="1" align="left" style="border:0" cellpadding="3" cellspacing="1"
	*/
	padding: 10px 10px;
	text-align: left;
}

.styled-table2 tbody tr {
	/* background-color: #63C2F9; */
	font-size: 12px;
	border-bottom: 1px solid #dddddd;
}

.styled-table2 tbody tr:nth-of-type(odd) {
	/* background-color: #ffffff; */
}
.styled-table2 tbody tr:nth-of-type(even) {
	/* background-color: #f3f3f3; */
}

.styled-table2 tbody tr:last-of-type {
	/* border-bottom: 2px solid #4da6ff; */
}

.styled-table2 tbody tr:hover {
	/*font-weight: bold;*/
	color: #ffffff;
	background-color: #9ccbff;
}