* {
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: baseline; }

div {
  position: relative;
  z-index: 2; }

body {
  background-color: #333;
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400; }

.quote-box {
  position: relative;
  margin: 8% auto auto auto;
  width: 450px;
  padding: 40px 50px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  display: table;
  background-color: #fff; }
  .quote-box .quote-text {
    text-align: center;
    width: 450px;
    height: auto;
    clear: both;
    font-weight: 500;
    font-size: 2.25em; }
    .quote-box .quote-text i {
      font-size: 1.0em;
      margin-right: 0.4em; }
  .quote-box .quote-author {
    width: 450px;
    height: auto;
    clear: both;
    padding-top: 20px;
    font-size: 1.5em;
    text-align: right; }
  .quote-box .buttons {
    width: 450px;
    margin: auto;
    display: block; }
    .quote-box .buttons .button {
      height: 38px;
      border: none;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
      color: #fff;
      background-color: #333;
      outline: none;
      font-size: 0.85em;
      padding: 8px 18px 6px 18px;
      margin-top: 30px;
      opacity: 1;
      cursor: pointer; }
      .quote-box .buttons .button:hover {
        opacity: 0.9; }
      .quote-box .buttons .button#tweet-quote, .quote-box .buttons .button#tumblr-quote {
        float: left;
        padding: 0px;
        padding-top: 8px;
        text-align: center;
        font-size: 1.2em;
        margin-right: 5px;
        height: 30px;
        width: 40px; }
      .quote-box .buttons .button#new-quote {
        float: right; }

/*# sourceMappingURL=style.css.map */
