body {
  /*background: #050505 url('background.png');*/
  color: #015171;
  font-family: sans-serif;
  font-size: 14px;
  text-align: center;
  line-height: 75%;
}

.container {
  width: 600px;
  height: 220px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.logo {
  padding-bottom: 20px;
  border-bottom: 1px solid #015171;
}

.reverse {
  unicode-bidi: bidi-override;
  direction: rtl;
}

.reverse span {
  border-left: 1px solid #015171;
  padding: 0 13px;
}

.reverse span:last-child {
  border-left: none;
}

.gray {
  color: #454545;
}

.lightgray {
  color: #888;
}
