
.Container {
	width:400px;
	box-sizing:border-box;
	margin:auto;
	margin-top: 10px;
}

.Content {
	background-color:#9cf;
	width:100%;
	box-sizing:border-box;
	Padding: 20px;
	margin: auto;
	text-align:center;
	border-width:2px;
	border-color:#444;
	border-radius:15px;
	border-style: solid;	
}

h1 {
	color:#000;
	margin: 0px;
	
	font-family: Verdana, sans-serif;
	font-weight: 900;
}

.tagline {
	font-size: 14px;
}

.copyright {
	font-size: 12px;
}

.SeedInput {
	text-align: left;
}

.SeedToggle {
	display: inline-block;
	margin-left: 5px;
}

.SeedNumber, .SeedText {
	height: 30px;
	width: 169px;
	display: inline-block;
	border-width:2px;
	border-color:#999;
	border-radius:5px;
	background-color:#fff;
	Border-style:solid;
	margin: 3px;
	text-align: left;
	padding-left:10px;
	padding-right:10px;
}

.SeedNumber {
	display: none;
	background-color: #ddd;
}

.VersionSelect {
	height: 30px;
	display: inline-block;
	border-width:2px;
	border-color:#999;
	border-radius:5px;
	background-color:#fff;
	Border-style:solid;
	margin: 3px;
}

.LabelFixed {
	display: block;
	text-align: right;
	vertical-align: middle;
	width: 76px;
	position: relative;
	float: left;
	padding-right: 10px;
	padding-top: 10px;
}

.NarrowContainer, .VowelContainer, .ConsonantContainer, .PhonemeContainer {
width:160px;
margin:auto;
}

.WideContainer {
	width:300px;
	margin:auto;
}

.FullContainer {
	width:100%;
	margin:auto;
	box-sizing:border-box;
}

.InputBorder {
	width:100%;
	border-width:2px;
	border-color:#999;
	border-radius:5px;
	background-color:#fff;
	margin:auto;
	Border-style:solid;
	text-align:center;
}

.Arrows, .Bank, .Cipher, .Arrows:focus, .Bank:focus, .Cipher:focus  {
outline: none !important;
border:none;
}
.Bank, .Arrows, .Cipher {
Resize: none;
width: 50px;
border:none;
padding:5px;
overflow:hidden;
}
.Bank {
text-align: right;
white-space: nowrap;
}
.Cipher {
text-align: left;
white-space: nowrap;
}
.Arrows {
width: 20px;
text-align: Center;
}
.Wider {
	width:120px;
}

.PText, .CText {
	width:350px;
	resize: vertical;
	height: 100px;
}

.collapsible {
  background-color: #777;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: solid;
  border-width: 2px;
  border-color: #333;
  border-radius: 10px;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.help {
  background-color: #777;
  color: white;
  cursor: pointer;
  padding: 5px;
  width: 30px;
  height: 30px;
  border: solid;
  border-width: 2px;
  border-color: #333;
  border-radius: 10px;
  text-align: Center;
  outline: none;
  font-size: 15px;
  float: left;
  position: relative;
  left: -18px;
  margin-right:-18px;
}

.active, .collapsible:hover {
  background-color: #49f;
}

.collapsible:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.help:after {
  content: '';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.helpinfo {
	padding: 10px;
}

.helpinfo p {
	text-align: left;
}
.icon {
  background-color: #777;
  color: white;
  cursor: pointer;
  padding: 3px;
  width: 26px;
  height: 26px;
  border: solid;
  border-width: 2px;
  border-color: #333;
  border-radius: 10px;
  text-align: Center;
  outline: none;
  font-size: 15px;
  vertical-align:middle;
  margin: 3px;
}

.icon:hover {
  background-color: #49f;
}

.About {
	text-align:left;
	display: none;
}