/* +++++++++++++++++++     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 { border-radius: 5px; border: 2px solid #414C5D; 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 { background-color: #1f2a3ab0; font-weight: normal;
padding: 1px 1px; border-radius: 2px;
box-shadow: 1px 2px 5px #000000ff, 0px 0px 5px #5d6585;}

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

/* +++++++++++++++++++     TD     +++++++++++++++++++++++++ */
td { color: #ffffff; }
.td_Style1 { background-color: #414C5D; padding: 10px;}
.td_Style2 { height: fit-content; background-color: #414C5D; padding: 10px;}
.td_Style3 { min-width: fit-content; height: fit-content; background-color: #414C5D; padding: 10px;}

/*
th:nth-child(2n) { background-color: #394053; color: #00ff00; }
th:nth-child(2n+1) { background-color: #394053; color: #0000ff; }
td:nth-child(2n) { background-color: #394053; color: #00ff00; }
td:nth-child(2n+1) { background-color: #394053; color: #0000ff; }
tr:nth-child(2n) { background-color: #394053; color: #00ff00; }
tr:nth-child(2n+1) { background-color: #394053; color: #0000ff; }
*/

/* GLOBAL TR  settinngs */
tr { color: #a1a1a1; }
/* For POLLS at main page */
tr:nth-child(odd) .td_Style2 { background-color: #3A3E5340; }
tr:nth-child(even) .td_Style2 { background-color: #3D415640; }
/* Tables */
tr:nth-child(odd) .td_Style3 { background-color:#1c243390; }
tr:nth-child(even) .td_Style3 { background-color:#1c243360; }

#found_text { color: #ffffff; }
#found_parcelling a 
{ 
  animation: neonAnim 1s alternate-reverse infinite;
  color: #007BFF;
  font-size: 15px; 
}