/* --------------------------- HISTORY ----------------------------- */

#historyPortlet {
  margin: 5px;
  padding: 10px;
}
#historyPortlet table tr td {
  vertical-align: top;
}

#historyPortlet table tr td.historyUrl div {
  width: 90%;
  padding: 5px 15px 10px 10px;
  margin: 5px auto;
}

#historyPortlet table tr td.historyUrl div div {
  width: 100%;
  padding: 0;
}

#historyPortlet table tr td.history_url div input {
  width: 100%;
}

#historyPortlet .historyUrl .linkToSearch {
  width: 100%;
}
