body {
  font-family: Georgia;
  margin: 0;
  padding: 0;
  width: 100%;
}
#wrap {
   margin: 10px auto;
   padding: 10px;
   width: window.innerWidth;
}
#header {
}
#logo {
   font-size: 30px;  
   line-height: 40px;    
   padding: 5px;
}
#navWrap {
   width:100%;
}

#nav {
   padding: 5px 10px 7px 7px;
   margin-right:30px;
   background-color: black;
   box-shadow: 10px 10px 16px 0px rgba(0, 0, 0, 0.75);
}

.site-menu {
   margin: 0;
   padding: 0;    
}
.site-menu li {
   float: left;
   padding: 3px 8px;
   margin: 0 10px 0 0;
   list-style-type: none;
}
.site-menu li a {
   color: white;
   font-weight: bold;
   text-decoration: none;
}

/*br.clearLeft {
   clear: left;
}​*/

.separable-section {
  margin: 5px 10px;
  box-sizing: border-box;
  width: 100%;
}

.section-headline {
  background-color: #EEE;
  padding: 10px;
  margin: 10px 0;
}

/* =============== FB-Style token input =============== */

ul.token-input-list-facebook {
    overflow: hidden; 
    height: auto !important; 
    height: 1%;
    width: 100%;
    cursor: text;
    font-size: 16px;
    font-family: Georgia;
    min-height: 1px;
    z-index: 999;
    margin: 0;
    margin-top: 10px;
    padding: 0;
    background-color: rgb(255, 255, 255);
    list-style-type: none;
    clear: left;
    box-shadow: 0px 0px 12px -6px rgb(0, 0, 0) inset;
    font-family: Georgia;
}

ul.token-input-list-facebook li input {
    border: 0;
    width: 100px;
    padding: 3px 8px;
    background-color: transparent;
    margin: 2px 0;
    -webkit-appearance: caret;
}

li.token-input-token-facebook {
    overflow: hidden; 
    height: auto !important; 
    height: 15px;
    margin: 3px;
    padding: 1px 3px;
    background-color: rgb(26, 26, 26);
    color: rgb(234, 234, 234);
    cursor: default;
    border: 1px solid transparent;
    font-size: 16px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;
    white-space: nowrap;
}

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

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

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

li.token-input-input-token-facebook {
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

div.token-input-dropdown-facebook {
    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-facebook p {
    margin: 0;
    padding: 5px;
    font-weight: bold;
    color: #777;
}

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

div.token-input-dropdown-facebook ul li {
    background-color: #fff;
    padding: 3px;
    margin: 0;
    list-style-type: none;
}

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

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

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

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

/* =============== Langdata Table =============== */

.langdatatable {
  border-collapse: collapse;
  border-spacing: 0;
  width:100%;
  height:100%;
  margin:0px;padding:0px;
}

.langdatatable tr:hover td{
  background: #777 !important;
}

.langdatatable tr:nth-child(odd){ background-color:#e5e5e5; }
.langdatatable tr:nth-child(even){ background-color:#ffffff; }

.langdatatable td {
  vertical-align:middle;
  border-width:0px 1px 1px 0px;
  text-align:left;
  padding:2px;
  font-size:12px;
  font-family:Georgia;
  color:#000000;
  width: 5em;
}

.langdatatable tr:last-child td{
  border-width:0px 1px 0px 0px;
}

.langdatatable tr td:last-child{
  border-width:0px 0px 1px 0px;
}

.langdatatable tr:last-child td:last-child{
  border-width:0px 0px 0px 0px;
}

.langdatatable tr:first-child td{
  background:-o-linear-gradient(bottom, #333333 5%, #333333 100%);  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #333333), color-stop(1, #333333) );
  background:-moz-linear-gradient( center top, #333333 5%, #333333 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#333333", endColorstr="#333333");  background: -o-linear-gradient(top,#333333,333333);

  background-color:#333333;
  border:0px solid #ffffff;
  text-align:center;
  border-width:0px 0px 1px 1px;
  font-size:14px;
  font-family:Georgia;
  font-weight:bold;
  color:#ffffff;
}
.langdatatable tr:first-child:hover td{
  background:-o-linear-gradient(bottom, #333333 5%, #333333 100%);  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #333333), color-stop(1, #333333) );
  background:-moz-linear-gradient( center top, #333333 5%, #333333 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#333333", endColorstr="#333333");  background: -o-linear-gradient(top,#333333,333333);

  background-color:#333333;
}
