/** Shared */

@font-face {
    font-family: 'Myriad';
	src: url(../assets/shared/fonts/myriadpro/MyriadPro-Regular.otf);
}

@font-face {
    font-family: 'Myriad Bold';
	src: url(../assets/shared/fonts/myriadpro/MyriadPro-Bold.otf);
}


html, body {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 90%;
    margin: 0;  
    padding: 0 5%;
    font-family: "Myriad";
}
body {
    background-image: url("background.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% 100%;
}
/* 
.bg {
  height: 100%;
  width: 100%;
  top: 0;
    left: 0;
  background-repeat: repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-image: url("background_gn.jpg");
  position: absolute;
} */

span {
    display: block;
    font-size: 12pt;
    margin-bottom: 5px;
    color: white;
    text-align: center;
}
span.bold {
	font-weight: bold;
}

span.list {
    margin-bottom: 1px;
}

table {
    display: block;
    text-align: left;
    font-size: 12pt;
    color: white;
    border-spacing: 100px 0;
    width: 400px;
    margin: 0 calc(50% - 200px);
    margin-bottom: 15px;
}

tr {
    white-space: nowrap;
}

/** Dynamic */
.header {
    margin-top: 25px;
}
.header h1 {
    /* background: url(../assets/shared/images/ui/dialogs/grand.png);  */
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 600px 80px;
    padding: 20px 0;
    width: 100%;
    margin: 0;
    color: white;
    text-align: center;
    font-weight: bolder;
}

.header span{
    font-size: 25pt;
}

/**********************/
.logo {
    text-align: center;
}
.logo img {
    width: 300px;
}
/**********************/


.rs-variable-url {
display: inline;
}

.rs-locale-substitution {
display: inline;
}

/** Footer Text */
#footer {
    margin: 50px 0;
    text-align: center;
}
#footer span {
    display: inline-block;
	font-weight: bold;
    margin-bottom: 10px;
    font-size: 14pt;
    text-align: center;
}
