body {
  background-color:gray;
}
input {
  background:none;
}
ul.token-input-list {
    overflow: hidden; 
    height: auto !important; 
    height: 1%;
    width: 710px;
    border: 1px solid gray;
    cursor: text;
    font-size: 12px;
    font-family: Verdana;
    min-height: 1px;
    z-index: 999;
    margin: 0;
    padding: 0;
}

ul.token-input-list {
    list-style-type: none;
}

ul.token-input-list li input {
    border: 0;
    width: 100px;
    padding: 3px 8px;
    margin: 2px 0;
}

li.token-input-token {
    overflow: hidden; 
    height: auto !important; 
    height: 1%;
    margin: 3px;
    padding: 1px 3px;
    /*background-color: #eff2f7;*/
    color: #000;
    cursor: default;
    border: 1px solid #ccd5e4;
    font-size: 11px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;
}

li.token-input-token p {
    display: inline;
    padding: 0;
    margin: 0;
}

li.token-input-token span {
    color: #a6b3cf;
    margin-left: 5px;
    font-weight: bold;
    cursor: pointer;
}

li.token-input-selected-token {
    background-color: #5670a6;
    border: 1px solid #3b5998;
    color: #fff;
}

li.token-input-input-token {
    float: left;
}

div.token-input-dropdown {
    position: absolute;
    width: 400px;
    background-color: #fff;
    overflow: hidden;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    cursor: default;
    font-size: 11px;
    font-family: Verdana;
    z-index: 1;
}

div.token-input-dropdown p {
    margin: 0;
    padding: 5px;
    font-weight: bold;
    color: #777;
}

div.token-input-dropdown ul {
    margin: 0;
    padding: 0;
}

div.token-input-dropdown ul li {
    background-color: #fff;
    padding: 3px;
}

div.token-input-dropdown ul li.token-input-dropdown-item {
    background-color: #fff;
}

div.token-input-dropdown ul li.token-input-dropdown-item2 {
    background-color: #fff;
}

div.token-input-dropdown ul li em {
    font-weight: bold;
    font-style: none;
}

div.token-input-dropdown ul li.token-input-selected-dropdown-item {
    background-color: #3b5998;
    color: #fff;
}

div.line {
  clear:both;
  padding:5px;
}
span.label {
  display:block;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  width: 20px;
  padding:5px;
  float:left;
}
span.text {
  display:block;
  height:20px;
  width:630px;
  padding:5px;
  margin-bottom:5px;
  float:left;
}
#text {
  border:1px solid gray;
  padding:5px;
  float:left;
  margin-top:1px;
}
#translation {
  margin-top:10px;
  padding: 20px;
}
#content {
  width: 730px;
  min-height: 500px;
  margin-left: auto;
  margin-right: auto;
  padding:20px;
  background-color: #e9e9e9;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

#footer {
  width: 750px;
  margin-left: auto;
  margin-right: auto;
  color: #E9E9E9;
  
}

a {
  color:#FFC207;
  font-size: smaller;
}

h2 {
  color: #808080;
  margin:5px;
}

.button {
  cursor:pointer;
  padding: 5px;
  border: 1px solid #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  float: left;
  background-color:#606060;
  color:white;
  margin-top:0px;
  
}

#link-here {
  display:none;
  color: #808080;
  margin:25px;
}

#link {
  color: gray;
}

