@charset "UTF-8";
.necDialog .ui-dialog-titlebar {display:none;}

.navigator {
  background:#ededed;
  margin: 0;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  width:100%;
  height:80px;
}

.navigator #icon {
	float: left;
	width: 15%;
}

.navigator #icon img {
	max-width:50px;
	height: auto;
}

.navigator #message {
	float: right;
	width: 85%;
}
.navigator #action {
	float: right;
}
