.Shadowed {
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
}

.RouteProfile {
  cursor: pointer;
  font-weight: bold;
  font-style: normal;
}

.PersonalsAd {
  padding: 0px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 10px;
  margin-top: 5px;
  min-height: 230px;
  max-height: 300px;
}

.Content .PersonalsAd:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.AdLeft, .AdRight {
  box-sizing: border-box;
  width: 175px;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  display: inline-block;
}

.AdLeft {
  height: 230px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 10px 0px 0px 10px;
}

.AdRight {
  float: right;
  border: none;
  padding: 7px;
  width: calc(100% - 175px);
  width: -webkit-calc(100% - 175px);
  display: inline-block;
  height: 230px;
  overflow: auto;
  padding-top: 0px;
}

.AdRight div {
  padding-top: 5px;
  padding-bottom: 5px;
}

.InfoBox {
  box-sizing: border-box;
  padding: 5px 15px 5px 20px;
  width: 200px;
  height: 100%;
  float: left;
  background-color: rgba(0, 0, 0, 0.1);
}

.InfoContainer {
  box-sizing: border-box;
  padding: 5px;
  margin: 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.InfoContainer img {
  height: 100px;
  width: 100px;
  float: none;
  margin: 0px;
}