
html{
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Open Sans', sans-serif;
  width: 100%;
  height: 100%;
  margin:0;
  background:#eee;
  color:#111;
}

.rs-container {
  background: #eee;
  width: 100%;
}

.app-title {

  font-family:'Open Sans', sans-serif;
  text-align:center;
  font-weight:400;
  font-size:large;
  text-transform:uppercase;
  color:#111;
  letter-spacing:6px;
}

.markup-item {

  padding:12px;
  background: #ffcc00;
  color:#333;
  border:4px solid #eee;
  box-sizing:border-box;
  font-family: Georgia;
  font-size:16px;
}

.markup-item img {

  max-width:140px!important;
  display: block;
  margin:0 auto;
  margin-top:12px;
}

.markup-item p a, .markup p a:visited {
  color:red;
}
