h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
    scroll-behavior: smooth;
}

body {
  line-height: 0;
  margin: 0;
}

/* ol, ul {
  list-style: none;
} */

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

#anchor-budget{
  position: relative;
  top: 191px;
}

/* -----Table----- */

tr{
  padding: 0px 6px;
}

td strong,
td{
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  padding: 14px;
}

td strong{
  font-weight: 700;
}

td{
  border: 1px solid transparent;
}

tr:nth-child(odd){ 
  background-color: white; 
} 

tr:nth-child(even) { 
  background: var(--seryy);
}

tr:nth-child(2) td:nth-child(1){
  border-top-left-radius: 12px;
}

tr:nth-child(2) td:last-child{
  border-top-right-radius: 12px;
}

tr:last-child td:nth-child(1){ 
  border-bottom-left-radius: 12px;
}

tr:last-child td:last-child{
  border-bottom-right-radius: 12px;
} 

/* td{
  width: 39.12% !important;
} */

