/**
 * Example Print Preview site
 *
 *	print.css
 *	author: Tim Connell
 */

/* -- Hide screen specific elements -- */
#nav,
#footer .footer-links,
#feature a.prev,
#feature a.next,
#menu-table,
a.print-preview,
.btn {
    display: none;
}

.input-group-addon {
    display: none;
}

.form-control {
  border-width: 0px;
}

.footer{
	display: none;
}


/* -- Typography -- */
body {
    font-family: Georgia, serif;
    line-height: 1.2;
}

p, table, ul, ol, dl, blockquote, pre, code, form {
    margin: 0 0 0.5em;
}

h1,h2,h3,h4,h5 {
    font-weight: normal;
    text-shadow: rgba(0, 0, 0, 0.44) 1px 1px 2px;
}

h1 { font-size: 2em;  }
h2 { font-size:1.7em; }
h3 { font-size:1.5em; }
h4 { font-size:1.2em; }
h5 { font-size:1em; }

a:link:after,
a:visited:after {
  content: none !important;
  font-size: 80%;
  text-decoration: none;
}

