
article .text {
  margin: 4em;
  padding: 1em 2em;

  border-style: solid;
  border-color: #DFE8EC;
  border-width: 0 1px 1px 1px;
  border-radius: 8px;
  box-shadow: 4px 4px 4px 0 #888888;
  background: white;
  background: -webkit-linear-gradient(top, #DFE8EC 0%, white 8%) 0 0;
  background: -moz-linear-gradient(top, #DFE8EC 0%, white 8%) 0 0;
  background: linear-gradient(top, #DFE8EC 0%, white 8%) 0 0;
  -webkit-background-size: 100% 17.28px;
  -moz-background-size: 100% 17.28px;
  -ms-background-size: 100% 17.28px;
  background-size: 100% 17.28px;

  color: black;
}

article .text a {
  color: firebrick;
}

ul {
  list-style-type: none;
  text-align: right;
}

li {
  display: inline;
  padding: .5em;
}
