.main_cont {
  text-align: left;
}


.endnote.narrower.home {margin-top: 200px;}

.main_text {
  display: inline-block;
 font-family: 'U8 light web', sans-serif;
  color: #1d1d1b;
  font-size: 1.4em;
  line-height: 1.6em;
  text-align: justify;
  letter-spacing: 0.01em;
}

.main_text.text_lin {
  margin-bottom: 20px;
  font-size: 	1em;
	width: 100%;
}

.domain_list_justify {text-align: left;}
	


.logotype, .boldtype /*strong*/ {
 font-size: 1.6rem;
	
	font-weight: 600;

	font-family: 'U8 bold web', sans-serif;
  color: #1d1d1b;
}

em {
    font-size: 1.6rem;
    font-style: normal;
}

strong {
		font-family: 'U8 bold web', sans-serif;
	
	font-weight: 600;}

.awardtitle {color: #444;}

.awardjudge {font-size: 0.8em;
color: #444;}

.itemblock {background: #f2f1f1;     
padding: 10px;
    margin-bottom: 20px;
	text-align: left;}
	
.itemblock .text_link { border-bottom: 2px solid #c1bebe;}

	
.itemblock.last {margin-bottom: 40px;}	

.body {
  margin-top: 50px;
 font-family: 'U8 light web', sans-serif;
	
	font-family: Inter, sans-serif;
    font-weight: 400;
	
	
  color: #9e9999;
	background: #e8e8e8;
}

.text_link {
  border-bottom: 2px solid #e6e6e6;
    color: #9e9999;

  text-decoration: none;
}

.table_text_link {
  border-bottom: 2px solid #bdbdbd;
  color: #9e9999;
  text-decoration: none;
  margin-right: 10px;
}

.table_item {  margin-right: 10px;}


.text_link:hover, .table_text_link:hover  {
  border-bottom-style: none;
  color: black;
}

.nav {
  margin-bottom: 50px;
  background-color: transparent;
  font-size: 1.1em;
  letter-spacing: 0.03em;
}

.nav_menu {
  float: right;
	color: #333;
    font-family: 'U8 bold web', sans-serif;
    font-size: 2em;
}

.nav_item {
  padding-left: 0px;
  color: #9e9999;
}

.nav_item:hover {
  color: #444;
}

.hidden {visibility:hidden;}

@media (max-width: 991px) {
  .main_text.text_lin {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .main_text.text_lin {
    margin-right: 20px;
    margin-left: 20px;
	  max-width: 92%;
  }
  .nav_cont {
    margin-right: 5px;
    margin-left: 20px;
  }
}

@media (max-width: 479px) {
  .main_text.text_lin {
    margin-top: 20px;
    text-align: left;
  }
  
  .table_item, .table_text_link {display: block;}
  .table_text_link {display: block; border-bottom: 0; text-decoration: underline;}
  .rwd-table td:before {width: 100% !important;}

}

@font-face {
  font-family: 'U8 bold web';
  src: url('../fonts/U8-Bold-web.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'U8 light web';
  src: url('../fonts/U8-Light-web.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}


/* RWD table */

.rwd-table {
  margin: 0;
  min-width: 300px;
}
.rwd-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.rwd-table th {
  display: none;
}
.rwd-table td {
  display: block;
}
.rwd-table td:first-child {
  padding-top: .5em;
}
.rwd-table td:last-child {
  padding-bottom: .5em;
}
.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 6.5em;
  display: inline-block;
}
@media (min-width: 480px) {
  .rwd-table td:before {
    display: none;
  }
}
.rwd-table th, .rwd-table td {
  text-align: left;
}
@media (min-width: 480px) {
  .rwd-table th, .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }
  .rwd-table th:first-child, .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child, .rwd-table td:last-child {
    padding-right: 0;
  }
}



.rwd-table {
  background: #f7f5f5;
  color: #9e9999;
  border-radius: .4em;
  overflow: hidden;
  width: 100%;
}
.rwd-table tr {
  border-color: #46637f;
}
.rwd-table th, .rwd-table td {
  margin: .5em 1em;
}
@media (min-width: 480px) {
  .rwd-table th, .rwd-table td {
    padding: 1em !important;
  }
}
.rwd-table th, .rwd-table td:before {
  color: #444;
}


.top_nav a {border-bottom: 0;}


.dwimg {float: left;}


nav.nav_menu.w-nav-menu.centre {
    text-align: center;
    float: none;
}


.centre {
    text-align: left;
}


img.uvimage.centre 

{float: none;
	margin-bottom: -15px;
	margin-right: 0;
	border-radius:100%;
}

span.centre {
    float: none;
}


path {
  fill: transparent;
}

text {
  fill: #FF9800;
}


.narrower {width: 100%;/*width:75%; margin: 0 auto;*/

	
	
	
/*margin-top: 200px;*/

}


.robotimg {margin-bottom: 1em;}