@font-face {
  font-family: 'Helvetica';
  src: url("../fonts/thin.eot");
  src: local("☺"), url("../fonts/thin.woff") format("woff"), url("../fonts/thin.ttf") format("truetype"), url("../fonts/thin.svg") format("svg");
  font-weight: 300;
}

@font-face {
  font-family: 'Helvetica';
  src: url("../fonts/normal.eot");
  src: local("☺"), url("../fonts/normal.woff") format("woff"), url("../fonts/normal.ttf") format("truetype"), url("../fonts/normal.svg") format("svg");
  font-weight: normal;
}

@font-face {
  font-family: 'Helvetica';
  src: url("../fonts/bold.eot");
  src: local("☺"), url("../fonts/bold.woff") format("woff"), url("../fonts/bold.ttf") format("truetype"), url("../fonts/bold.svg") format("svg");
  font-weight: 700;
}

@font-face {
  font-family: 'Roman';
  src: url("../fonts/roman.eot");
  src: local("☺"), url("../fonts/roman.woff") format("woff"), url("../fonts/roman.ttf") format("truetype"), url("../fonts/roman.svg") format("svg");
}

@media print {
  /* line 29, main.scss */
  .lang {
    visibility: hidden;
  }

  /* line 32, main.scss */
  #button_print {
    visibility: hidden;
  }

  /* line 35, main.scss */
  hr {
    border-color: black;
  }

  /*
  img{
  	-webkit-filter: grayscale(100%);
  	filter: grayscale(100%);
  	filter: gray;
  }
  */
}
/* line 47, main.scss */
.roman {
  font-family: "Roman";
}

/* line 50, main.scss */
.thin {
  font-weight: 300;
}

/* line 53, main.scss */
.color-blue {
  color: #00c8e6;
}

/* line 57, main.scss */
h1 {
  font-size: 25px;
  font-weight: 300;
  margin: 0;
  letter-spacing: 1px;
}

/* line 64, main.scss */
body {
  width: 100%;
  height: 100%;
  height: 100%;
  background-color: #311e65;
  font-family: "Helvetica";
  font-size: 18px;
  color: #fff;
  letter-spacing: 0;
}

/* line 75, main.scss */
#header {
  background-color: #fff;
  height: 50px;
}
/* line 78, main.scss */
#header .logo {
  width: 107px;
  height: 40px;
  background-image: url("../images/xtee_logo_s.png");
}

/* line 84, main.scss */
.lang {
  display: inline-block;
  color: #663cdc !important;
  font-size: 16px;
  margin-left: 15px;
}

/* line 90, main.scss */
.selected {
  font-weight: 700;
}

/* line 94, main.scss */
table {
  border-color: red;
}

/* line 99, main.scss */
.main_container {
  padding-top: 45px;
  display: none;
  background-image: url("../images/bg_image.png");
  background-repeat: no-repeat;
  background-position: center;
}

/* line 108, main.scss */
.icon1 {
  background-image: url("../images/icon1.png");
  background-position: 51px 4px;
}

/* line 112, main.scss */
.icon2 {
  background-image: url("../images/icon2.png");
  background-position: 40px 4px;
}

/* line 116, main.scss */
.icon3 {
  background-image: url("../images/icon3.png");
  background-position: 45px 4px;
}

/* line 120, main.scss */
.icon4 {
  background-image: url("../images/icon4.png");
  background-position: 45px 37px;
}

/* line 124, main.scss */
section {
  width: 990px;
  margin: 0 auto;
  background-repeat: no-repeat;
}

/* line 132, main.scss */
.inner_data {
  width: 810px;
  margin: 0 auto;
}

/* line 136, main.scss */
.round_box {
  text-align: left;
  border: 1px solid #fff;
  border-radius: 5px;
  padding-left: 19px;
  padding-top: 14px;
  letter-spacing: 0px;
  padding-bottom: 12px;
}
/* line 145, main.scss */
.round_box span {
  display: block;
  font-size: 28px;
  margin-top: 5px;
}

/* line 151, main.scss */
#image_langs {
  width: 250px;
  height: 146px;
  background-image: url("../images/langs.png");
}

/* line 156, main.scss */
#button_print a {
  display: block;
  width: 330px;
  margin: 0 auto;
  background-color: #663cdc;
  font-weight: 300;
  font-size: 22px;
  margin-top: 62px;
  color: #fff;
  margin-bottom: 20px;
  text-decoration: none;
  text-align: center;
  background-image: url("../images/print.png");
  background-position: 24px 12px;
  background-repeat: no-repeat;
  padding: 10px 10px 10px 60px;
  letter-spacing: 1px;
  border-radius: 5px;
}
/* line 174, main.scss */
#button_print a:hover {
  background-color: #4f1ddd;
}

.topnr {
	height: 22px;
	overflow: hidden;
}

.toptext {
	height: 22px;
	width: 420px;
	overflow: hidden;
	white-space: nowrap;
}
