

.graph {
  height: 175px;
}
.translations thead th:nth-child(2n+1) {
  width: 40%;
}
.translations .help {
  cursor: help;
}
span.translation-translate {
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
  box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
  padding: 4px;
}
.translation-translate {
  display: block;
  height: auto;
  margin-bottom: 2px;
  width: 97%;
  resize: none;
}
.translation-copy {
  cursor: pointer;
  width: 16px;
}
.translation-copy .icon-chevron-right {
  margin-top: 6px;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.translation-copy .phone {
  display: none;
}
.translations-locales .pull-left,
.translations-locales .pull-right,
.translations-locales > a {
  margin-left: 5px;
}
.translations-filter {
  min-height: 30px;
}
.translations-filter form {
  margin: 0;
}
.translations-filter .selected {
  background: #aaa;
  border-radius: 2px;
  color: white;
  padding: 3px;
}
@media screen and (max-width: 568px) {
  .translation-copy {
    width: auto;
  }
  .translation-copy .icon-chevron-right {
    display: none;
  }
  .translation-copy .phone {
    display: block;
    text-align: center;
    font-style: italic;
    opacity: 0.4;
    filter: alpha(opacity=40);
  }
  .translations-filter fieldset.pull-left {
    float: none;
  }
  .translations-filter fieldset.pull-left [class*=span] {
    margin-bottom: 5px;
  }
  .translations-filter .pull-right {
    float: none;
    text-align: right;
  }
  .translations-locales .pull-left,
  .translations-locales .pull-right,
  .translations-locales > a {
    float: none;
    display: block;
    margin-top: 0;
    margin-bottom: 3px;
  }
  .translations-locales .dropdown-toggle {
    display: block;
    float: none;
  }
}
.translation-translator,
.translation-context,
.translation-approved {
  font-size: 0.8em;
  margin: 0;
  font-style: italic;
}
.status .progress-bar {
  cursor: pointer;
}
kbd {
  border: 1px solid #D3D3D3;
  border-radius: 2px;
  background: #F3F3F3;
  color: #EB2131;
  padding: 0 2px;
}
