.mw-mf-watchlist-selector {
  border-bottom: 1px solid #e2e2e2;
}
.mw-mf-watchlist-selector li {
  text-align: center;
  display: inline-block;
  border-left: 1px solid #e2e2e2;
  width: 25%;
  margin: 0 0 0 -1px;
}
.mw-mf-watchlist-selector li.selected a {
  font-weight: bold;
  border-bottom-color: #3366bb;
}
.mw-mf-watchlist-selector li a {
  display: block;
  color: #58595b;
  padding: 5px 0 0;
  margin: 0 1px 0 0;
  border-bottom: 3px solid transparent;
}
ul.mw-mf-watchlist-results {
  list-style: none;
}
ul.mw-mf-watchlist-results li {
  border-bottom: solid 1px #e2e2e2;
  color: #808080;
  line-height: 1;
  position: relative;
}
ul.mw-mf-watchlist-results li .listThumb {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  width: 70px;
  height: 100%;
  margin: 0 0 0 -85px;
}
ul.mw-mf-watchlist-results li .listThumbH {
  /* use -webkit prefix for older android browsers eg. nexus 1 */

  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
}
ul.mw-mf-watchlist-results li .listThumbV {
  /* use -webkit prefix for older android browsers eg. nexus 1 */

  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
ul.mw-mf-watchlist-results li a.title {
  display: block;
  position: relative;
  padding: 0 23px 15px 23px;
  margin: -1px 0;
  border-left: 8px solid transparent;
  /* FIXME: remove if we reset text-decoration in common styles */

  text-decoration: none;
}
ul.mw-mf-watchlist-results li a:active {
  border-left-color: #3366bb;
  background: #e8e8e9;
  background: rgba(232, 232, 233, 0.5);
}
ul.mw-mf-watchlist-results li div,
ul.mw-mf-watchlist-results li p {
  font-size: .9em;
  margin: 0;
  color: #999b9e;
}
ul.mw-mf-watchlist-results li p {
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1;
  margin: .25em 0 0;
}
ul.mw-mf-watchlist-results li h2 {
  font: inherit;
  margin: 0;
  font-weight: bold;
  color: #404040;
  padding: 20px 24px 0 0;
}
ul.mw-mf-watchlist-results li .mw-mf-time {
  color: #c6c6c6;
  font-size: .6em;
  text-transform: uppercase;
  margin: .6em 0 0;
}
ul.mw-mf-watchlist-results li .mw-mf-user {
  margin: .5em 0 0;
}
ul.mw-mf-watchlist-results.a-to-z li a.title {
  padding-left: 77px;
}
.mw-mf-user {
  padding: 1px 0 0 20px;
  color: #565656 !important;
  background: url(images/user.png) 0 -2px no-repeat;
  /* use -webkit prefix for older android browsers eg. nexus 1 */

  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  -webkit-background-size: 16px 16px;
  background-size: 16px 16px;
}
.mw-mf-anon {
  color: #b24242;
  background-image: url(images/user-anon.png);
}
