.MR-table {
   background-color: white;
   border: 1px black solid;
   width: 800px;
   margin: 0 auto;
}
h1 {
   text-align: center;
   font-family: 'Open Sans', sans-serif;
   font-weight: 800;
   font-size: 3em;
   line-height: 1.1em;
}
h2 {
   text-align: center;
   font-family: 'Open Sans', sans-serif;
   font-weight: 700;
}
h3 {
   font-family: 'Open Sans', sans-serif;
   font-weight: 700;
}
.productInfo {
   width: 300px;
   text-align: left;
   font-family: 'Open Sans', sans-serif;
}
.bodyCopy {
   font-family: 'Open Sans', sans-serif;
}

.youTubeVideo {
   text-align: center;
   padding-bottom: 10px;
}
.bodyQuote {
			font-family: 'Open Sans', sans-serif;
			font-style: italic;
			padding: 20px 20px 20px 15px;			
}
.dsrButton {
   padding: 7px 15px 7px 15px;
   border-radius: 7px;
   text-decoration: none;
   font-family: 'Open Sans', sans-serif;
}
.dsrButton:link {
   color: black;
   background-color: #cccccc;
}
.dsrButton:visited {
   color: black;
   background-color: #cccccc;
}
.dsrButton:hover {
   color: white;
   background-color: #000000;
}
.dsrButton:active {
   color: black;
   background-color: #cccccc;
}
