body {
  background: white;
  margin: 20px;
  font: 14px verdana, sans-serif;
}

img {
  border: 0;
}

form {
  margin: 0 0 40px 0;
}

h1 {
  font-size: 18px;
  font-weight: normal;
  text-transform: lowercase;
  margin: 0;
}

h2 {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}

.header {
  padding: 0 40px 0 10px;
  vertical-align: top;
}

.header a {
  color: black;
  text-decoration: none;
}

.section {
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  margin-top: 16px;
  padding: 16px 0;
}

.pages {
  margin-top: 20px;
  text-align: left;
  text-transform: lowercase;
}

.pages ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pages li ul {
  margin: 2px 0 2px 12px;
}

.pages a {
  color: #666;
}

.pages a.selected {
  color: black;
}

.pages a:hover, .todays-word a:hover {
  text-decoration: underline;
}

.todays-word {
  margin: 60px 0 20px 0;
  text-align: left;
  border: 1px solid #e1e1e1;
  background: #f1f1f1;
  padding: 4px;
  color: #666;
  text-transform: lowercase;
}

.todays-word h3 {
  margin: 0 0 4px 0;
  font-size: 11px;
  font-weight: normal;
}

.content {
  padding-top: 8px;
  vertical-align: top;
}

input {
  font: 12px verdana, sans-serif;  
}

input.q {
  width: 200px;
  border: 1px solid #999;
  padding: 3px;
  margin-right: 4px;
}

.pagination {
  margin: 40px 0 10px 0;
  color: #555;
}

.pagination a {
  color: #1783D4;
}

p.result {
  font-size: 11px;
  margin: -20px 0 30px 0;
  color: #555;
}

a {
  color: #333;
}

/* WORD */

.word {
  margin: 0 0 24px 0;
  max-width: 500px;
}

a.gramma, span.gramma, a.ref {
  font-size: 12px;  
  color: #999;
  text-decoration: none;  
}


a.gramma, span.gramma {
  font-style: italic;
  text-transform: lowercase;
  margin-left: 8px;
}

span.ref {
  margin-left: 8px;  
  font-size: 12px;  
  color: #999;  
}

a.gramma:hover, .expressions a:hover, a.ref:hover {
  text-decoration: underline;
}


ol.translations {
  margin-top: 14px;
  margin-bottom: 14px;
}


a.show-examples, .expressions a {
  font-size: 11px;
  color: #1783D4;
  padding: 1px 2px;
}

.expressions a {
  font-size: 12px;
}

a.show-examples:hover, .expressions a:hover {
  color: white;
  background: #1783D4;
  text-decoration: none;
}

/* Examples */



.expressions {
  margin: 0px 0 8px 1em;
}

.expressions div {
  margin: 0 0 4px 0;
  font-size: 12px;
}

.expressions ul {
  list-style: none;
  margin: 4px 0 10px 0; 
  padding: 0;
}

.translations ul {
  margin: 4px 0 8px 0;
  padding: 0;
  list-style: none;
  font-size: 11px;
}

.translations em {
  font-size: 14px;
  margin-left: 4px;
}



.translations li em {
  font-size: 11px;
  text-transform: none;
  color: #999;
}

.translations li em a {
  color: #999;
  text-decoration: none;
}

.translations li em a:hover {
  text-decoration: underline;
}


.translations li {
  line-height: 16px;
  margin: 10px 0;
}

ul.examples, .expressions ul {
  margin-top: 8px;
}

.examples li, .expressions li {
  line-height: 13px;
  font-size: 12px;
  margin: 0 0 12px 0;
}


.examples li p, .expressions li p {
  margin: 0 0 0 12px;
}

.examples li p.sv, .expressions li p.sv {
  margin: 0 0 4px 12px;
}

.examples li p.da, .expressions li p.da {
  font-style: italic;
}


table {
  border: 0;
  border-spacing: 0px;
  border-collapse: collapse;
}

.word-attributes th {
  font-weight: normal;
  color: #555;
  padding-right: 6px;
  white-space: nowrap;
}

.word-attributes th, .word-attributes td {
  vertical-align: top;
  text-align: left;
  padding-bottom: 2px;
}

.word-attributes th.with-space, .word-attributes td.with-space {
  padding-top: 12px;
}

a.false-friend {
  background: #FFFF00;
  padding: 1px 2px;
  margin-left: -2px;
  text-decoration: none;
}

a.false-friend:hover {
  text-decoration: underline;
}

strong.false-friend {
  background: #FFFF00;
  padding: 1px 2px;
}

.word-attribute, .word-attributes table {
  margin: 0 0 8px 0;
}

.word-attribute {
  color: black;
}

.word-attributes {
  /* width: 488px; */
  background: #f1f1f1;
  border: 1px solid #e1e1e1;
  padding: 4px 6px 2px 6px;
  font-size: 12px;
  margin: 8px 0 0 0;
}


.pronunciation {
  float: right;
  color: black;
}

.word-attribute h4 {
  display: inline;
  font-weight: bold;
  color: #555;
  margin-right: 4px;
}

.false-friend h4 {
  color: #941010;
}

/* pages */

.page-container {
  font-size: 11px;
  max-width: 500px;
}

.page-container h1 {
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 16px 0;
}

.page-container h2 {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}

.page-container p {
  margin: 0 0 14px 0;
}