/*   WELCOME PAGE   */

div#sWrap {
  /*min-width : 50%;*/
  margin: 0 auto 0 auto;
}

div#fenixBGWrap {
  background: url("../img/fenix1-yin-yang-white-BG-alternating-a84.svg")
    repeat-y 50% 0;
  background-size: 230%;
  /*background : url("../img/fenix1-yin-yang-white-BG-alternating-a84.svg") repeat-y 50% -100% fixed;
  background-size: 230%;    */
  /*background : url("../img/fenix1-yin-yang-white-BG-alternating-a84-clipped.svg") repeat-y 50% 0;
  background-size: 100%;        */

  margin: 0;
  padding: 0;
  width: 100%;

  position: relative;
}

table#sMenu {
  width: 80%;
  /*max-width : 100vh;        */
  text-align: center;
  margin: 0 auto 0 auto;
  font-size: 200%;
  font-style: italic;
  border-top: 2px solid rgb(210, 210, 220);
  border-bottom: 2px solid rgb(210, 210, 220);
  border-spacing: 0.5em 0;
}

table#sMenu td {
  width: 50%;
  border-bottom: 1px solid rgb(210, 210, 220);
}

table#sMenu td:hover {
  background: rgb(33, 33, 93);
}

table#sMenu tr:last-child td {
  border: none;
}

div.prefooter {
  text-align: center;
  padding: 1.5em;
  /*font-size : 70%;*/
  width: 30%;
  margin: 0 auto 0 auto;
  color: rgb(145, 150, 160);
  border-bottom: 1px solid rgb(210, 210, 220);
}

div.footer {
  min-width: 50%;
  max-width: 100%;
  margin: 33px auto 0 auto;
  text-align: center;
  padding: 1.5em;
  /*font-size : 70%;*/
  border-radius: 3px;
  background: rgba(33, 33, 39, 0.66);
}

.greyText {
  color: rgb(145, 150, 160);
}

.numeriFont {
  font-family: Arial;
  font-size: 16px;
}

table#sFooterTable {
  margin: 0 auto 0 auto;
}

table#sFooterTable td {
  text-align: left;
  width: 150px;
}

table#sFooterTable tr td:first-child {
  width: 100px;
}

table#sFooterTable td.mFB,
td.mYou {
  display: none;
}

#mFooterCopyright {
  display: none;
}

table#footerTable {
  margin: 0 auto 0 auto;
  width: 100%;
}

table#footerTable td.center {
  width: 80%;
  vertical-align: middle;
}

table#footerTable img.iconLink {
  width: 2em;
}

td.left {
  text-align: left;
}
td.right {
  text-align: right;
}
