/* +++++++++++++++++++     TABLES     +++++++++++++++++++++++++ */
table { font-family: Consolas, Courier New, monospace; margin: 0px; padding: 0; }

.table_Style_1 { width:100%; border-radius: 3px; border-spacing: 3px; text-align: center; }
.table_Style_2 { width:100%; vertical-align: middle; border-radius: 3px; border: 2px solid #c7c7c7ff; border-spacing: 3px; text-align: center; }
.table_Style_3 { border: 2px solid #414C5D; border-spacing: 3px; text-align: center; }

/* +++++++++++++++++++     TH     +++++++++++++++++++++++++ */
.th_Style1 { background-color: #2F3342; font-weight: normal; padding: 3px 5px; 
border-radius: 3px;
background: linear-gradient(145deg, #3e4359, #34394b);
box-shadow: 1px 1px 3px #171921,-1px -1px 0 #5d6585;}

.th_Style2 { font-weight: normal; padding: 3px 5px; 
border-radius: 3px;
color: #000000ff;
border: #ebebeb solid 1px;
box-shadow: 1px 1px 1px #7d7d7d, -1px -1px 1px #ffffff;
}

.th_Style3 { background-color: #2F3342; font-weight: normal; padding: 3px 5px; 
border-radius: 1px;
background-color:  #34394b ;
box-shadow:  0 0 0 #171921,-1px -1px 5px #34394b;}

/* +++++++++++++++++++     TD     +++++++++++++++++++++++++ */
td { color: #000000; vertical-align: middle; }
.td_Style1 { background-color: antiquewhite; padding: 10px;}
.td_Style2 { height: fit-content; padding: 10px; border-radius: 3px;}
.td_Style3 { background-color: antiquewhite; padding: 10px;}

/* GLOBAL TR  settinngs */

.table_Style_2 tr:nth-child(odd) td { background-color: #e7e7e7ff; }
.table_Style_2 tr:nth-child(even) td { background-color: #ffffff80 }

#found_text { color: #000000; }

#found_parcelling a 
{ 
  animation: neonAnim_black 1s alternate-reverse infinite;
  font-size: 15px; 
}