/*

table.darkTable {
  border: 2px solid #000000;
  background-color: #4A4A4A;
  width: 100%;
  height: 100%;
  text-align: center;
  border-collapse: collapse;
}
table.darkTable td, table.darkTable th {
  border: 1px solid #4A4A4A;
  padding: 3px 2px;
}
table.darkTable tbody td {
  font-size: 13px;
  color: #E6E6E6;
}
table.darkTable tr:nth-child(even) {
  background: #888888;
}
table.darkTable thead {
  background: #000000;
  border-bottom: 3px solid #000000;
}
table.darkTable thead th {
  font-size: 15px;
  font-weight: bold;
  color: #E6E6E6;
  text-align: center;
  border-left: 2px solid #4A4A4A;
}
table.darkTable thead th:first-child {
  border-left: none;
}

table.darkTable tfoot {
  font-size: 12px;
  font-weight: bold;
  color: #E6E6E6;
  background: #000000;
  background: -moz-linear-gradient(top, #404040 0%, #191919 66%, #000000 100%);
  background: -webkit-linear-gradient(top, #404040 0%, #191919 66%, #000000 100%);
  background: linear-gradient(to bottom, #404040 0%, #191919 66%, #000000 100%);
  border-top: 1px solid #4A4A4A;
}
table.darkTable tfoot td {
  font-size: 12px;
}

*/

.detailedCveTable{
	border: solid 2px black;
	box-shadow: 10px 10px 5px grey;		
}

.detailedCveTable th{
	background: lightgrey;
	color: black;
	font-weight: bold;
	border: solid 2px black;
	text-align: center;
}

.detailedCveTable td{
	border: solid 2px black;
	background-color: GhostWhite;
	text-align: justify;
	color: black;
}

.innerTable{
	width: 70%;
	margin-top: 19.5px;
	margin-left: 125px;
	box-shadow: 10px 10px 5px grey;	
}

.innerTable tr:first-child td{
	text-align: center;
	font-weight: bold;
	background: LightCyan ;
	color: black;
}

.innerTable tr td{
	text-align: center;	
	background: LemonChiffon;
	color: black;
}

.dataTable{
	color: black;
	border: solid 2px black;
	background: lightgrey;
	text-align: justify;
	box-shadow: 10px 10px 5px grey;	
	
}

.dataTable tr{
	-webkit-transition: background .5s; /* Safari */
    transition: background .5s;
}

.dataTable th{	
	background: black;
	font-weight: bold;
	font-size: 15px;
	border-bottom: solid 2px black;
	border-top: solid 2px black;
	color: white;	
}

.dataTable tr:nth-child(even){
	background: GhostWhite;
	border-bottom: solid 2px black;
	border-top: solid 2px black;	
}

.dataTable tr:hover{
	background: LemonChiffon;
}


.ecsoValidatorTable{
	border: solid 2px black;
	box-shadow: 10px 10px 5px grey;
}

.ecsoValidatorTable th{
	background: lightgrey;
	color: black;
	font-weight: bold;
	border: solid 2px black;
	text-align: center;
}

.ecsoValidatorTable td{
	border: solid 2px black;
	background-color: GhostWhite;
	color: black;
}


.dataTableEcso{
	color: black;
	border: solid 2px black;
	background: lightgrey;
	text-align: justify;
	box-shadow: 10px 10px 5px grey;

}

.dataTableEcso tr{
	-webkit-transition: background .5s; /* Safari */
	transition: background .5s;
}

.dataTableEcso th{
	background: black;
	font-weight: bold;
	font-size: 15px;
	border-bottom: solid 2px black;
	border-top: solid 2px black;
	color: white;
}

.dataTableEcso tr:nth-child(even){
	background: GhostWhite;
	border-bottom: solid 2px black;
	border-top: solid 2px black;
}

.dataTableEcso td {
	border-right: solid 2px #242423;
}

.dataTableEcso tr:hover{
	background: LemonChiffon;
}
