﻿html {
	height: 100%;
	width: 100%;
	overflow: hidden;
}
body {
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
div, img, ul, p, ol, li, table, tr, th, td, h1, form, body {
	margin: 0;
	padding: 0;
	border: none;
	position: relative;
	box-sizing: border-box;
}
div {
	width: 100%;
}
table {
	border-collapse: collapse;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 16px;
	font-size: 1.1vw;
	background-color: #fdfdfd;
}
a {
	color: #000000;
	text-decoration: underline;
	border: none;
	cursor: pointer;
}

/* new fonts */
#vw_element {
	width: 1px;
	width: 50vw;
}
#outer_wrapper {
	width: 70%;
	min-width: 300px;
	margin: 10px auto;
}
#header_cnt {
	background-color: #c7d0d5;
	background: -webkit-radial-gradient(#e5ecef 10%, #c7d0d5);
	background: -o-radial-gradient(#e5ecef 10%, #c7d0d5);
	background: -moz-radial-gradient(#e5ecef 10%, #c7d0d5);
	background: radial-gradient(#e5ecef 10%, #c7d0d5);
	-webkit-box-shadow: 0px 0px 15px rgba(33,62,83,0.7) inset;
	-moz-box-shadow: 0px 0px 15px rgba(33,62,83,0.7) inset;
	box-shadow: 0px 0px 15px rgba(33,62,83,0.7) inset;   
	z-index:50;
}
#header_cnt table {
	width: 100%;
}
.title-logo {
	width:80%;
	background-image: url(images/map.png);
	background-size: 100%;
}
.title-logo h1 {
	font-size: 150%;
	text-align: center;
	color: #000000;
	text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, #cccccc 0 5px 5px;
	background-repeat: no-repeat;
	font-weight:normal;
}
.title-logo a {
	color: #000000;
	text-decoration: none;
}
.title-logo img {
	width: 1em;
	position: relative;
	top: 0.15em;
}
.header-functions-cnt {
	width: 25%;
	min-width: 150px;
}
.header-functions-cnt table td {
	width: 12%;
	padding: 1px;
}
.header-btns {
	padding: 1px;
	-webkit-box-shadow: 0px 0px 8px rgba(176,189,198,0.5) inset;
	-moz-box-shadow: 0px 0px 8px rgba(176,189,198,0.5) inset;
	box-shadow: 0px 0px 8px rgba(176,189,198,0.5) inset;
	border: 1px solid rgb(176,189,198);
	min-width:40px;
}
.header-btns:hover {
	background-color: #ecf0f2;
}
.header-btns span {
	display: none;
	font-size: 76%;
	border: 1px #cccccc solid;
	background-color: #ffffff;
	background: -webkit-linear-gradient(#ffffff, #B0C4DE);
	background: -o-linear-gradient(#ffffff, #B0C4DE);
	background: -moz-linear-gradient(#ffffff, #B0C4DE);
	background: linear-gradient(#ffffff, #B0C4DE);
	color: #000000;
	opacity: 0.9;
	text-align: center;
	position: absolute;
	top: 45px;
	top: 2.5vw;
	left: -30px;
	width: 80px;
	padding: 5px;
	z-index: 50;
}
.header-btns:hover span {
	display: block;
}
.header-functions-cnt table .spacer {
	width: 5%;
}
.header-functions-cnt table td img {
	width: 100%;
}
/* lang list */
.header-functions-cnt .select-lang-cnt {
	width: 35%;
	position: relative;
	min-width: 10em;
}
.header-functions-cnt .select-lang-cnt input {
	height: 1.2em;
	width: 100%;
	font-size: 110%;
	background-color: #f1f6f9;
	border:3px #00FF7F solid;
	border-radius:0.5em;
}
.header-functions-cnt .select-lang-cnt input:hover, .header-functions-cnt .select-lang-cnt input:focus {
	background-color: #ffffff;
}
.header-functions-cnt .select-lang-cnt input::-ms-clear, .header-functions-cnt .select-lang-cnt input::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}
.header-functions-cnt .select-lang-cnt ul {
	position: absolute;
	top: 1.8em;
	left: 0;
	list-style: none;
	background-color: #ffffff;
}
.header-functions-cnt .select-lang-cnt ul li, #langListContainerSC li {
	background-color: #ffffff;
	font-size: 120%;
	padding-right: 1em;
	padding-left: 0.5em;
	padding: 3px 1em 3px 0.5em;
	color: rgb(251, 158, 37);
	-webkit-transition: background-color 0.5s ease;
	-moz-transition: background-color 0.5s ease;
	-o-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
}
.header-functions-cnt .select-lang-cnt ul li:hover, #langListContainerSC li:hover {
	cursor: pointer;
	background-color: #F5F5F5;
	color: #FF6347;
}
.header-functions-cnt .select-lang-cnt img {
	position: absolute;
	width: 15%;
	top: 0;
	left: 85%;
}
.small-screen-langSelect {
	display: none;
	width: 5%;
	min-width: 40px;
}
.small-screen-langSelect img {
	width: 90%;
	margin-left: 5%;
}
#langListContainer {
	display: none;
	border: 1px #F5F5F5 solid;
	max-height: 15em;
	overflow-y: scroll;
	min-width: 20em;

}
.small-screen-langSelect div {
	position: relative;
	width:5em;
	top:0.1em;
}
.small-screen-langSelect img {
	padding: 2px;
	-webkit-box-shadow: 0px 0px 8px rgba(176,189,198,0.5) inset;
	-moz-box-shadow: 0px 0px 8px rgba(176,189,198,0.5) inset;
	box-shadow: 0px 0px 8px rgba(176,189,198,0.5) inset;
	border: 1px solid rgb(176,189,198);
	border:0.15em #00FF7F solid;
	border-radius:0.5em;
	min-width:5.5em;
}
.small-screen-langSelect img:hover {
	background-color: #ecf0f2;
	cursor: pointer;
}
/*  
.small-screen-langSelect div div span {
	position: absolute;
	left: 7em;
	top: 0.5em;
	display: none;
	font-size: 76%;
	border: 1px #cccccc solid;
	background-color: #ffffff;
	background: -webkit-linear-gradient(#ffffff, #B0C4DE);
	background: -o-linear-gradient(#ffffff, #B0C4DE);
	background: -moz-linear-gradient(#ffffff, #B0C4DE);
	background: linear-gradient(#ffffff, #B0C4DE);
	color: #000000;
	width: 8em;
	padding: 5px;
	z-index: 50;
}
.small-screen-langSelect div div:hover span {
	display: block;
}
*/

#langListContainerSC {
	display: none;
	border: 1px #F5F5F5 solid;
	max-height: 15em;
	overflow-y: scroll;
	position: absolute;
	left: 0;
	top: 50px;
	background-color: #ffffff;
	min-width:15em;
}
.settings-btn {
	width: 6%;
	padding: 1px;
	min-width: 50px;
}
.settings-btn div {
	padding: 2px;
	-webkit-box-shadow: 0px 0px 8px rgba(176,189,198,0.5) inset;
	-moz-box-shadow: 0px 0px 8px rgba(176,189,198,0.5) inset;
	box-shadow: 0px 0px 8px rgba(176,189,198,0.5) inset;
	border: 1px solid rgb(176,189,198);
	border-radius:5px;
}
.settings-btn div:hover {
	background-color: #ecf0f2;
	cursor: pointer;
}
.settings-btn img {
	width: 100%;
}
#content_cnt {
	z-index: 20;
}
#wkspcfm, #stngfrm, #crntvsncnt, #help_cnt {
	position: absolute;
	top: 0;
	display: none;
	z-index: 20;
}
#wkspcfm {
	right: 0;
	width: 30%;
	background-color: #dbe5ef;
	-webkit-box-shadow: 0px 0px 15px #91a9bd inset;
	-moz-box-shadow: 0px 0px 15px #91a9bd inset;
	box-shadow: 0px 0px 15px #91a9bd inset;
	min-width: 200px;
}
#wkspcfm ul li {
	list-style: none;
	padding: 5px 5%;
}
#wkspwdth, #wksphgt, #wksptxtsz {
	width: 90%;
}
#wkspcfm input {
	font-size: 110%;
}
#stngfrm {
	right: 0;
	width: 30%;
	background-color: #dbe5ef;
	-webkit-box-shadow: 0px 0px 15px #91a9bd inset;
	-moz-box-shadow: 0px 0px 15px #91a9bd inset;
	box-shadow: 0px 0px 15px #91a9bd inset;
	min-width: 200px;
	font-size:120%;

}
#stngfrm ul li {
	list-style: none;
	padding: 5px 5%;
	cursor: pointer;
}
#stngfrm ul li:hover {
	-webkit-box-shadow: 0px 0px 15px #91a9bd;
	-moz-box-shadow: 0px 0px 15px #91a9bd;
	box-shadow: 0px 0px 15px #91a9bd;
	-webkit-box-shadow: 0px 0px 15px #91a9bd inset;
	-moz-box-shadow: 0px 0px 15px #91a9bd inset;
	box-shadow: 0px 0px 15px #91a9bd inset;
}
#stngfrm .menu-btns {
	display: none;
}
#crntvsncnt {
	left: 0;
	background-color: #dbe5ef;
	-webkit-box-shadow: 0px 0px 15px #91a9bd inset;
	-moz-box-shadow: 0px 0px 15px #91a9bd inset;
	box-shadow: 0px 0px 15px #91a9bd inset;
	padding: 5px 2%;
}
#crntvsncnt img {
	padding: 2px;
	-webkit-box-shadow: 0px 0px 8px rgba(176,189,198,0.5) inset;
	-moz-box-shadow: 0px 0px 8px rgba(176,189,198,0.5) inset;
	box-shadow: 0px 0px 8px rgba(176,189,198,0.5) inset;
	border: 1px solid rgb(176,189,198);
	width: 1.5em;
	top:0.25em;
}
.header-type1 {
	font-size: 110%;
	font-family: Geneva, Verdana, sans-serif;
	font-weight: bold;
}
.header-type2 {
	margin: 15px 0 5px 0;
	text-decoration: underline;
	font-weight: bold;
}
.header-type3 {
	font-size: 100%;
	font-weight: bold;
	margin: 10px 0;
}
.text-type1 {
	margin: 8px 0;
}
/*  help */
#enghelp {
	background-color: #dbe5ef;
	-webkit-box-shadow: 0px 0px 15px #91a9bd inset;
	-moz-box-shadow: 0px 0px 15px #91a9bd inset;
	box-shadow: 0px 0px 15px #91a9bd inset;
	padding: 5px 2%;
	z-index: 20;
}
#help_cnt .list-type1 li {
	width: 90%;
	margin: 5px auto;
}
#help_cnt .header-type1 span {
	font-size: 100%;
	font-weight: normal;
}
#help_cnt img {
	width: 1.5em;
}
#help_cnt img, #help_cnt input {
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-box-shadow: 0px 0px 80px rgba(176,189,198,0.7) inset;
	-moz-box-shadow: 0px 0px 80px rgba(176,189,198,0.7) inset;
	box-shadow: 0px 0px 80px rgba(176,189,198,0.7) inset;
	border-top: 2px #E8E8E8 solid;
	border-left: 2px #E8E8E8 solid;
	border-bottom: 2px #A0A0A0 solid;
	border-right:2px #A0A0A0  solid;
}
#help_cnt .help-lang-list {
	width: 100%;
	margin: 10px 0;
}
#help_cnt .help-lang-list td {
	padding: 3px 3px;
}
#help_cnt  .help-lang-list tr:nth-child(odd) {
   background-color:#eff3f5;
 }
#help_cnt .help-lang-support-list {
	margin: 10px 0;
	width: 100%;
}
#help_cnt .help-lang-support-list tr td:first-child {
	width: 30%;
}
#help_cnt .help-lang-support-list td {
	border: 1px solid #000000;
	padding: 3px 3px;
}
/* keyboard */
.segment-cnt {
	margin: 2px 1px;
}
.segment-cnt td p {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
.segment-cnt td .keyboard-btns, #backspacebtn, #spacebtn, .charset2, .charset1, .charset3, .num-charset, .mongol-extra-buttons {
	background-color: #c7d0d5;
	background: -webkit-linear-gradient(#c7d0d5, #e5ecef, #c7d0d5);
	background: -o-linear-gradient(#c7d0d5, #e5ecef, #c7d0d5);
	background: -moz-linear-gradient(#c7d0d5, #e5ecef, #c7d0d5);
	background: linear-gradient(#c7d0d5 , #e5ecef, #c7d0d5 );
	color: #000000;
	font-size: 200%;
	border-top: 2px #E8E8E8 solid;
	border-left: 2px #E8E8E8 solid;
	border-bottom: 2px #A0A0A0 solid;
	border-right: 2px #A0A0A0 solid;
	-webkit-box-shadow: 0px 0px 8px rgba(176,189,198,0.5) inset;
	-moz-box-shadow: 0px 0px 8px rgba(176,189,198,0.5) inset;
	box-shadow: 0px 0px 8px rgba(176,189,198,0.5) inset;
	cursor: default;
	padding-left: 5px;
	padding-right: 5px;
	min-width: 40px;
	min-width: 1.2em;
	text-align: center;
	height:1.5em;
	/* new */
	-o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
	
}
.segment-cnt td .keyboard-btns:hover, .num-charset:hover {
	background-color: #ecf0f2;
	background: -webkit-linear-gradient(#ecf0f2, #ecf0f2, #ecf0f2);
	background: -o-linear-gradient(#ecf0f2, #ecf0f2, #ecf0f2);
	background: -moz-linear-gradient(#ecf0f2, #ecf0f2, #ecf0f2);
	background: linear-gradient(#ecf0f2, #ecf0f2, #ecf0f2);
}
#backspacebtn, #spacebtn, .charset1, .charset2, .charset3, .mongol-extra-buttons {
	background-repeat: no-repeat;
	background-position: center center;
/* creates pseudo background color in white space  */
	-webkit-box-shadow: 0px 0px 80px rgba(176,189,198,0.7) inset;
	-moz-box-shadow: 0px 0px 80px rgba(176,189,198,0.7) inset;
	box-shadow: 0px 0px 80px rgba(176,189,198,0.7) inset;
}
#backspacebtn:hover, #spacebtn:hover, .charset1:hover, .charset2:hover, .charset3:hover, .mongol-extra-buttons:hover {
	-webkit-box-shadow: 0px 0px 80px rgba(236,240,242,0.7) inset;
	-moz-box-shadow: 0px 0px 80px rgba(236,240,242,0.7) inset;
  box-shadow: 0px 0px 80px rgba(236,240,242,0.7) inset;
}
#backspacebtn {
	background-image: url(images/backspace.png);
	background-size: 60%;
}
#spacebtn {
	background-image: url(images/space.png);
	background-size: 40%;
}
.charset1 {
	background-image: url(images/1st.png);
	background-size: 80%;
}
.charset2 {
	background-image: url(images/2nd.png);
	background-size: 80%;
}
.charset3 {
	background-image: url(images/3rd.png);
	background-size: 80%;
}

#sritext {
	font-size: 200%;
	width: 100%;
	height: 100px;
	border: 1px #e0ebf4 solid;
	background-color: #f1f6f9;
	margin: 10px 0;

}
#sritext::placeholder  {
     font-size:80%;
	 color:#bbbbbb;
	 font-family: Arial, Helvetica, sans-serif;
}
#sritext:-ms-input-placeholder{
     font-size:140%;
	 color:#bbbbbb;
	 font-family: Arial, Helvetica, sans-serif;
}
#sritext::-ms-input-placeholder{
     font-size:80%;
	 color:#bbbbbb;
	 font-family: Arial, Helvetica, sans-serif;
}


/*  mongol   */
.mongol-keyboard  .segment-cnt td .keyboard-btns {
	transform:rotate(90deg);
  	padding-top: 5px;
	padding-bottom: 5px;
	min-height: 40px;
	min-height: 1.2em;
	min-width: 40px;
	text-align: center;
	width:1.5em;
	background-color: #c7d0d5;
	background: -webkit-linear-gradient(left, #c7d0d5, #e5ecef, #c7d0d5);
	background: -o-linear-gradient(right, #c7d0d5, #e5ecef, #c7d0d5);
	background: -moz-linear-gradient(right, #c7d0d5, #e5ecef, #c7d0d5);
	background: linear-gradient(to right, #c7d0d5 , #e5ecef, #c7d0d5 ); 
	color: #000000;
	font-size: 200%;	
	border-bottom: 2px #E8E8E8 solid;
	border-left: 2px #E8E8E8 solid;
	border-top: 2px #A0A0A0 solid;
	border-right: 2px #A0A0A0 solid;
	-webkit-box-shadow: 0px 0px 8px rgba(176,189,198,0.5) inset;
	-moz-box-shadow: 0px 0px 8px rgba(176,189,198,0.5) inset;
	box-shadow: 0px 0px 8px rgba(176,189,198,0.5) inset;
	cursor: default;
	height:1.5em;
	/* new */
	-o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;	
}
.mongol-keyboard  .segment-cnt td .keyboard-btns:hover {
	background-color: #ecf0f2;
	background: -webkit-linear-gradient(left, #ecf0f2, #ecf0f2, #ecf0f2);
	background: -o-linear-gradient(right, #ecf0f2, #ecf0f2, #ecf0f2);
	background: -moz-linear-gradient(right, #ecf0f2, #ecf0f2, #ecf0f2);
	background: linear-gradient(to right, #ecf0f2, #ecf0f2, #ecf0f2 ); 
}
.mongol-textarea #sritext {
	transform:rotate(90deg);
	width: 10em;
	height: 10em;
}
.mongol-extra-buttons {
	background-size: 90%;
	min-width: 1.5em;
	text-align: center;
	height:1.5em;
}
.topmenubtn3 {
	background-color: #c7d0d5;
	background: -webkit-linear-gradient(#c7d0d5, #e5ecef, #c7d0d5);
	background: -o-linear-gradient(#c7d0d5, #e5ecef, #c7d0d5);
	background: -moz-linear-gradient(#c7d0d5, #e5ecef, #c7d0d5 );
	background: linear-gradient(#c7d0d5 , #e5ecef, #c7d0d5 );
	border-top: 2px #E8E8E8 solid;
	border-left: 2px #E8E8E8 solid;
	border-bottom: 2px #A0A0A0 solid;
	border-right: 2px #A0A0A0 solid;
	-webkit-box-shadow: 0px 0px 8px rgba(176,189,198,0.5) inset;
	-moz-box-shadow: 0px 0px 8px rgba(176,189,198,0.5) inset;
	box-shadow: 0px 0px 8px rgba(176,189,198,0.5) inset;
	min-width:40px;
}
.topmenubtn3:hover {
	background-color: #ecf0f2;
	background: -webkit-linear-gradient(#ecf0f2, #ecf0f2, #ecf0f2);
	background: -o-linear-gradient(#ecf0f2, #ecf0f2, #ecf0f2);
	background: -moz-linear-gradient(#ecf0f2, #ecf0f2, #ecf0f2);
	background: linear-gradient(#ecf0f2, #ecf0f2, #ecf0f2);
}
#help_cnt .topmenubtn3, #crntvsncnt .topmenubtn3 {
	font-size: 110%;
	text-align: center;
	margin: 10px auto;
	min-width: 40px;
}
/*  cangjie   */
#cangieInput {
	font-size: 200%;
	width: 5em;
	color: rgb(251, 158, 37);
	font-weight: bold;
}
.cangjie-results-cnt {
	min-height: 3em;
	background-color: #fafaf4;
}
.cangjie-results-cnt img {
	width: 0.5em;
	position: absolute;
	right: 1em;
	top: 0.2em;
	font-size: 200%;
	display: none;
}
.cangjieResultButtons {
	border: 1px blue solid;
}

/* connection status  */

.status-window-mask {
	background-color: #483429;
	background-color: rgba(72,52,41,0.5);  
	width:100%;
	height:100%;
	position:fixed;
	left:0;
	top:0;
	z-index:1500;
}
.status-warning-wrapper {
   position:absolute;
}
.status-warning-wrapper div{
     max-width:70%;
	 margin:auto;
	 padding:1em 2em;
	 background-color:#ffffff;
	 border:1px #cccccc solid;
	z-index:1600;
	text-align:center;
	position:relative;
	top:10em;
}
.status-warning-wrapper div p:last-child {
   margin:1em auto 0.5em auto;
   	background-color: #c7d0d5;
	background: -webkit-linear-gradient(#c7d0d5, #e5ecef, #c7d0d5);
	background: -o-linear-gradient(#c7d0d5, #e5ecef, #c7d0d5);
	background: -moz-linear-gradient(#c7d0d5, #e5ecef, #c7d0d5);
	background: linear-gradient(#c7d0d5 , #e5ecef, #c7d0d5 );  
	color:#000000;
	border-top:2px #E8E8E8 solid;
	border-left:2px #E8E8E8 solid;
	border-bottom:2px #A0A0A0  solid;
	border-right:2px #A0A0A0  solid;
	-webkit-box-shadow: 0px 0px 8px rgba(176,189,198,0.5) inset;
	-moz-box-shadow: 0px 0px 8px rgba(176,189,198,0.5) inset;
	box-shadow: 0px 0px 8px rgba(176,189,198,0.5) inset;
   	cursor:default;
	padding-left:5px;
	padding-right:5px;
	min-width:40px;
	text-align:center;
	width:8em;
}
.status-warning-wrapper div p:last-child:hover {
    background-color:#ecf0f2;
	background: -webkit-linear-gradient(#ecf0f2, #ecf0f2, #ecf0f2);
	background: -o-linear-gradient(#ecf0f2, #ecf0f2, #ecf0f2);
	background: -moz-linear-gradient(#ecf0f2, #ecf0f2, #ecf0f2);
	background: linear-gradient(#ecf0f2, #ecf0f2, #ecf0f2); 
	cursor:pointer;
}

/*  query styles */
@media only screen and (max-width: 1400px) {
body {
	font-size: 16px;
}
#outer_wrapper {
	width: 80%;
}
.header-btns span {
	top: 3vw;
	left: -30px;
	width: 70px;
	padding: 5px;
}
#stngfrm, #wkspcfm, #help_cnt .tabs-cnt {
	width: 40%;
}
}
@media only screen and (max-width: 1000px) {
#outer_wrapper {
	width: 90%;
}
#stngfrm, #wkspcfm, #help_cnt .tabs-cnt {
	width: 50%;
}
}
@media only screen and (max-width: 800px), (max-width: 900px) and (min-resolution: 115dpi), (max-width: 1025px) and (min-resolution: 128dpi), (max-width: 1150px) and (min-resolution: 146dpi), (max-width: 1300px) and (min-resolution: 165dpi), (max-width: 1500px) and (min-resolution: 185dpi), (min-resolution: 215dpi) {
body {
	font-size: 16px;
}
#outer_wrapper {
	width: 100%;
	margin: 1vw auto;
}
.title-logo h1 {
	font-size: 125%;
}
.header-functions-cnt {
	display: none;
}
.small-screen-langSelect {
	display: block;
}
.header-functions-cnt .select-lang-cnt ul li, #langListContainerSC li {
	background-color: #ffffff;
	font-size: 120%;
	padding-right: 1em;
	padding-left: 0.5em;
	padding: 8px 1em 8px 0.5em;
}


#stngfrm .menu-btns {
	display: block;
}
#sritext {
	margin: 1vw 0;
}
#stngfrm ul li, #wkspcfm ul li {
	padding: 8px 5%;
}
#stngfrm ul li {
	padding: 15px 15%;
}
.mongol-textarea #sritext {	
	width: 90vw;
	height: 90vw;
	max-height:150vmin;
	max-width:150vmin;
}


}
/*  small screen */
@media (max-width: 500px), (max-width: 600px) and (min-resolution: 100dpi), (max-width: 700px) and (min-resolution: 120dpi), (max-width: 850px) and (min-resolution: 140dpi),(max-width: 1000px) and (min-resolution: 170dpi), (max-width: 1200px) and (min-resolution: 200dpi) {
#help_cnt .tabs-cnt {
	width: 70%;
}
#stngfrm {
	width:80%;
}
.small-screen-langSelect img {
	min-width:40px;
}
@media only screen and (max-width: 150px) {
#outer_wrapper {
	font-size: 12px;
}
}
