body {
  background-image: url("/media/graybgscroll.gif");
  background-color: gray;
  color: black;
  font-family: sans-serif;
  font-size: 18px;
}

.roomcruncher {
  width: 510px;
  max-width: 100%;
  background-color: lightgray;
  border: 5px solid black;
  box-sizing: border-box;
  padding: 10px;
  text-align: left;
  display: flex;
  flex-direction: column;
  box-shadow: -5px 5px 0 0 rgba(0, 0, 0, 0.2);
}

.rcdivide {
  width: 100%;
  border-bottom: 2px dashed gray;
  margin-bottom: 2px;
}

#msl {
  background-color: gray;
  color: white;
  border-radius: 10px;
  text-align: left;
  display: inline-block;
  padding: 4px 8px;
  margin: 0 auto 10px 0;
  max-width: 80%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

#msr {
  background-color: blue;
  color: white;
  border-radius: 10px;
  text-align: left;
  display: inline-block;
  padding: 4px 8px;
  margin: 0 0 10px auto;
  max-width: 80%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

#msrp {
  background-color: purple;
  color: white;
  border-radius: 10px;
  text-align: left;
  display: inline-block;
  padding: 4px 8px;
  margin: 0 0 10px auto;
  max-width: 80%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

#rcimg {
  border-radius: 10px;
  margin: 0 0 10px auto;
  width: 400px;
  max-width: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

#rcimgl {
  border-radius: 10px;
  margin: 0 auto 10px 0;
  max-width: 50%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}