/* reset --- Eric Meyer's CSS Reset v2.0 + alpa --------------------- */
div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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,
caption,  tfoot, thead,
main, 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;
  font-weight: 400;
  vertical-align: baseline;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, main, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

img,
svg {
  vertical-align: bottom;
}

blockquote,
q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

/* fonts reset*/
code, kbd, pre, samp {
  font-family: monospace, monospace;
}

/* form reset*/
input, select {
  vertical-align: middle;
  box-sizing: border-box;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
}

/* box model reset*/
:root {
  box-sizing: border-box;
}

*, ::before, ::after {
  box-sizing: border-box;
}

/* TABLE-------------------------------------------------------------*/
table {
  /*border: none;*/
  border-collapse: collapse;
  border-width: 1;
  border-spacing: 0;
  margin-left: auto;
  margin-right: auto;
}

.p-main { 
  padding: 3.2rem 2% 0;
}

.noborder_table table {
  border:none;
}

.border-none {
 border:none;
 }

/*# sourceMappingURL=../../Maps/shared/css/base.css.map */
