.link {
  text-align: center;
  margin-left: 0;
  margin-right: 0; }
  .link img, .link .lexeme, .link input, .link #destination {
    vertical-align: middle; }
  .link lexeme {
    padding-left: 0.5em;
    padding-right: 0.5em;
    font-family: sans-serif;
    font-size: xx-large; }
  .link #destination {
    width: 10em;
    margin-left: 1em; }
  .link > a {
    display: inline-block; }
  .link .hidden {
    color: black;
    border: 1px solid black;
    padding-top: 2em;
    padding-bottom: 2em; }
    .link .hidden img {
      border: 0; }

h1.link {
  margin: 1.5em auto 2em; }
  h1.link .orig, h1.link .dest, h1.link .link {
    position: relative; }
  h1.link .orig, h1.link .dest {
    display: inline-block;
    border: 3px solid black;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
    font-size: 0.875em;
    padding: 1em 1.5em; }
  h1.link .link {
    font-size: 0.75em;
    vertical-align: 50%;
    border-bottom: 3px solid black;
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom: 0.1em;
    margin-left: 8px;
    margin-right: 5px; }
  h1.link.review a {
    cursor: pointer; }
  h1.link .prev, h1.link .next {
    width: 35px;
    height: 61px;
    vertical-align: middle; }
  h1.link .prev {
    background: url(/img/prev-triangle.png);
    margin-right: 2em; }
  h1.link .next {
    background: url(/img/next-triangle.png);
    margin-left: 2em; }

h1.link.linkword .orig, h1.link.linkword .dest, h1.link.linkword .link {
  color: #13b1b3; }
h1.link.linkword .link {
  border-color: #13b1b3; }
h1.link.linkword .orig, h1.link.linkword .dest {
  background-color: #e9f7f7;
  border-color: #d3f1f1; }

h1.link.sound-alike .orig, h1.link.sound-alike .dest, h1.link.sound-alike .link {
  color: #86cf6a; }
h1.link.sound-alike .link {
  border-color: #86cf6a; }
h1.link.sound-alike .orig, h1.link.sound-alike .dest {
  background-color: #ecf9df;
  border-color: #d4f1c8; }

h1.link.association .orig, h1.link.association .dest, h1.link.association .link {
  color: black; }
h1.link.association .link {
  border-color: black; }
h1.link.association .orig, h1.link.association .dest {
  background-color: white;
  border-color: #f4f3f3; }

.caption {
  display: inline-block;
  color: #a0a0a0;
  font-size: 11pt;
  font-weight: normal; }

#baseline {
  margin-top: 5em;
  margin-bottom: 5em; }

.preview {
  border: 1px solid #f7f7f7;
  margin-bottom: 1.3em; }
  .preview h2 {
    text-align: center; }

fieldset#linkword textarea {
  width: 50%;
  height: 20em; }

#link-head-bar, .link-details {
  width: 50em;
  margin: 2em auto; }

#link-head-bar h2 {
  display: inline-block;
  color: #acacac;
  margin: 0 0 5px 0; }

#link-ops {
  border-top: 1px solid #ebebeb;
  padding: 5px 0;
  background: white;
  background: -moz-linear-gradient(top, #f7f8f7, white, white, white);
  background: -webkit-gradient(linear, center top, center bottom, from(#f7f8f7), color-stop(33%, white), to(white)); }
  #link-ops .operation {
    margin-right: 2em;
    cursor: pointer; }
    #link-ops .operation img {
      vertical-align: middle;
      margin-right: 0.33em; }
    #link-ops .operation.disabled {
      color: grey; }
  #link-ops .rating {
    float: right; }

.link-details {
  margin-top: 1.3em;
  margin-bottom: 1.3em; }
  .link-details textarea {
    width: 100%;
    height: 24em; }

#recall-buttons {
  text-align: center; }
  #recall-buttons button {
    padding: 0.5em 0.75em; }

a.language-pair {
  display: block;
  text-align: center; }

.column .link-pack {
  margin-right: 1.3em;
  margin-left: auto; }

.pack-links {
  width: 33em; }
