/* Specifics styles */
div.awesomplete > ul > li[aria-selected="true"] {
  background: #ff9432 !important;
}

.awesomplete li[aria-selected="true"] mark{
  background: #ee8228 !important;
}

.awesomplete mark {
  background: #ffe632 !important;
}

/* Style for Journals Autocomplete */
.awesomplete.mra-journalName {
  position: static;
}

.awesomplete.mra-journalName > input {
  width: 55%;
}

.awesomplete.mra-journalName > ul {
  margin-left: 4%;
  width: 93%;
  min-width: inherit;
  z-index: 1000;
}

@media only screen and (max-width : 650px) {
  .awesomplete.mra-journalName > ul {
    width: 91%;
  }
}

.mra-journalName table tr:first-child label.bold{
  font-weight: bold;
}

.mra-journalName table tr:first-child td:first-child {
  width: 80%;
}

.mra-journalName table tr:first-child td:last-child,
.mra-journalName table tr:last-child td:last-child {
  text-align: right;
}

/* Style for Authorss Autocomplete */
.awesomplete.mra-authorName {
  position: static;
}

.awesomplete.mra-authorName > input {
  width: 55%;
}

.awesomplete.mra-authorName > ul {
  margin-left: 4%;
  width: 93%;
  min-width: inherit;
  z-index: 1000;
}

@media only screen and (max-width : 650px) {
  .awesomplete.mra-authorName > ul {
    width: 91%;
  }
}

.mra-authorName table tr:first-child {
  font-weight: bold;
}
