/**
 * Sticky Notes
 *
 * An open source lightweight pastebin application
 *
 * @package     StickyNotes
 * @author      Sayak Banerjee
 * @copyright   (c) 2014 Sayak Banerjee <mail@sayakbanerjee.com>. All rights reserved.
 * @license     http://www.opensource.org/licenses/bsd-license.php
 * @link        http://sayakbanerjee.com/sticky-notes
 * @since       Version 1.0
 * @filesource
 */

body {
  background: #fafafa;
}
footer {
  margin: 30px;
  text-align: center;
}
h3 {
  margin-top: 50px;
}
h4 {
  margin-top: 30px;
}
.navbar {
  background: #f2f2f2;
}
.thumbnail {
  margin-left: auto;
  margin-right: auto;
  width: 610px;
}
.well.pull-right {
  margin: 20px 0 20px 20px;
}
.well.pull-right h4 {
  margin-top: 0;
}
.well.pull-right ul {
  padding-left: 19px;
  margin-bottom: 0;
}
.jumbotron .glyphicon {
  font-size: 1.7em;
}
.jumbotron .img-thumbnail {
  margin-left: 60px;
}
