/* 
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 16px; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #407ee6; color: #fff; text-shadow: none; }
::selection { background: #407ee6; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: Nick Looijmans (nick@nilo.be)
   ========================================================================== */

html {
	-webkit-font-smoothing: antialiased;
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.5;
	background: #fff;
	color: #333;
	color: rgba(0,0,0,0.8);
}

.container {
	width: 90%;
	max-width: 1000px;
	min-width: 768px;
	margin: 0 auto;
	padding: 0 20px;
}

img {
	max-width: 100%;
}

/* Styles */

.inverted {
	background: #363636 url('../images/dark-linen.gif');
	color: rgb(255,255,255);
}

/*
	Typography
*/

/* Headings */

h1, h2, h3, h4 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	line-height: 1.125;
}

h1 {
	font-size: 1.5em;
	margin: 0 0 20px;
}

h1.big {
	font-size: 2em;
	font-weight: normal;
}

h2 {
	font-size: 1em;
	margin: 0 0 24px;
	font-weight: bold;
}

/* Text */

p {
	margin: 0 0 24px;
}

ul {
	margin: 0 0 24px;
}

/* Links */

a, a:visited {
	color: #407ee6;
}

a:hover, a:focus {
	color: #2a7fe4;
}

/* Buttons */

.button, a.button {
  display: inline-block;
  background-color: #2369dd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(87, 140, 229)), to(rgb(35, 105, 221)));
  background-image: -webkit-linear-gradient(top, rgb(87, 140, 229), rgb(35, 105, 221));
  background-image: -moz-linear-gradient(top, rgb(87, 140, 229), rgb(35, 105, 221));
  background-image: -o-linear-gradient(top, rgb(87, 140, 229), rgb(35, 105, 221));
  background-image: -ms-linear-gradient(top, rgb(87, 140, 229), rgb(35, 105, 221));
  background-image: linear-gradient(top, rgb(87, 140, 229), rgb(35, 105, 221));
  color: #fff;
  border: 1px solid #3e6099;
  font-size: 1em;
  line-height: 1.142;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
  font-weight: bold;
  text-decoration: none;
  padding: 14px 20px 17px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.3);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.3);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.button.dark, a.button.dark {
	background-color: #5b5b5b;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(91, 91, 91)), to(rgb(50, 50, 50)));
	background-image: -webkit-linear-gradient(top, rgb(91, 91, 91), rgb(50, 50, 50));
	background-image: -moz-linear-gradient(top, rgb(91, 91, 91), rgb(50, 50, 50));
	background-image: -o-linear-gradient(top, rgb(91, 91, 91), rgb(50, 50, 50));
	background-image: -ms-linear-gradient(top, rgb(91, 91, 91), rgb(50, 50, 50));
	background-image: linear-gradient(top, rgb(91, 91, 91), rgb(50, 50, 50));
}

.button:hover, a.button:hover, .button:focus, a.button:focus {
	background: #2a7fe4;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(105, 164, 235)), to(rgb(42, 127, 228)));
	background-image: -webkit-linear-gradient(top, rgb(105, 164, 235), rgb(42, 127, 228));
	background-image: -moz-linear-gradient(top, rgb(105, 164, 235), rgb(42, 127, 228));
	background-image: -o-linear-gradient(top, rgb(105, 164, 235), rgb(42, 127, 228));
	background-image: -ms-linear-gradient(top, rgb(105, 164, 235), rgb(42, 127, 228));
	background-image: linear-gradient(top, rgb(105, 164, 235), rgb(42, 127, 228));
}

.button.dark:hover, a.button.dark:hover, .button.dark:focus, a.button.dark:focus {
	background-color: #686868;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(104, 104, 104)), to(rgb(73, 73, 73)));
	background-image: -webkit-linear-gradient(top, rgb(104, 104, 104), rgb(73, 73, 73));
	background-image: -moz-linear-gradient(top, rgb(104, 104, 104), rgb(73, 73, 73));
	background-image: -o-linear-gradient(top, rgb(104, 104, 104), rgb(73, 73, 73));
	background-image: -ms-linear-gradient(top, rgb(104, 104, 104), rgb(73, 73, 73));
	background-image: linear-gradient(top, rgb(104, 104, 104), rgb(73, 73, 73));
}

.button:active, a.button:active {
	position: relative;
	top: 1px;
	-moz-box-shadow: inset 0 1px 1px rgba(23, 40, 158, 0.7);
	-webkit-box-shadow: inset 0 1px 1px rgba(23, 40, 158, 0.7);
	box-shadow: inset 0 1px 1px rgba(23, 40, 158, 0.7);
}

input.button {
	padding: 14px 20px 15px;
}

.inverted .button, .inverted a.button {
	border: none;
}

/* Forms */

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
	background: rgba(0,0,0,0.2);
	border: none;
	text-shadow: 0 1px 0 rgba(255,255,255,0.3);
	padding: 9px 8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.5);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.5);
}

::-webkit-input-placeholder {
	color: rgba(0,0,0,0.3);
	text-shadow: 0 1px 0 rgba(255,255,255,0.3);
}

input.error {
	color: #B94A48;
}

/*
	Modules
*/

/* Header */

header {
	overflow: hidden;
	position: relative;
	padding-bottom: 36px !important;
	text-shadow: 0 1px 2px rgba(0,0,0,0.75);
}

header #appstore {
	margin-top: 12px;
	padding: 18px 32px 17px;
}

#intro {
	margin-top: 24px;
}

#logo {
	width: 239px;
	height: 76px;
	text-indent: -9999px;
	background: url('../images/luan-logo.png') no-repeat;
	margin: 0 0 30px;
}

#logo.logotype {
	background: url('../images/luan-logotype.png') no-repeat;
	width: 143px;
	height: 51px;
	margin: 0 0 40px;
}

header h2 {
	font-size: 2em; /*32px*/
	font-weight: normal;
	margin-bottom: 22px;
}

#screenshot {
	padding-top: 110px;
}

#top {
/*	margin-bottom: -60px;*/
}

#auth {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
	-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
}

#auth li {
	margin: 0;
	float: left;
	display: block;
}

#auth .button {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#auth .button:active {
	top: 0;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.68);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.68);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.68);
}

#auth #register {
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
}

#auth #log-in {
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
}

#auth #dashboard {
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
}

#language {
	float: right;
	list-style: none;
	margin: 7px 20px 0;
	padding: 6px 10px;
}

#language li {
	display: inline-block;
}

#language li a {
	padding: 6px;
	color: #a2a2a2;
	color: rgba(255,255,255,0.6);
	text-decoration: none;
}

#language li a:hover, #language li a:focus {
	color: #2a7fe4;
}

#language li.active a {
	color: #fff;
	font-weight: bold;
}

/* Scheme */

#scheme {
	padding: 67px 0;
}

/* Main */

#main {
	padding: 0;
}

#description #screenshots {
	padding: 0;
	list-style: none;
	margin-top: 42px;
}

#description #screenshots a {
	display: inline-block;
	position: relative;
	text-align: center;
	margin-right: 16px;
}

#description #screenshots img {
	display: block;
	position: relative;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
	margin-bottom: 12px;
}

#description #screenshots span {
	display: inline-block;
	background: aqua;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding: 2px 14px;
	background: rgba(0,0,0,0.25);
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

#description #screenshots a:before {
	content: '';
	display: block;
	position: absolute;
	left: -6px;
	top: -6px;
	width: 24px;
	height: 24px;
	background: url('../images/zoom-icon.png') no-repeat;
	z-index: 2;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

#description #screenshots a:hover span {
	background: #407ee6;
}

#description #screenshots a:active img {
	top: 1px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#features {
	padding-bottom: 20px;
}

#features h2 {
	margin: 0 0 6px;
}

#features ul {
	padding-left: 0;
	list-style: none;
}

#features ul img {
	float: left;
	display: block;
	margin-right: 15px;
}

#features ul span {
	display: table-cell;
}

/* Pricing */

#pricing {
	padding-bottom: 84px;
}

#pricing .column {
	width: 18.4%;
	margin: 0 2% 0 0;
	float: left;
}

#pricing .column:last-child {
	margin: 0;
}

#pricing .info {
	background: #c5c6c7 url('../images/light-linen.gif');
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	min-height: 282px;
}

#pricing .info.blue {
	background: #3a76da url('../images/blue-linen.gif');
	color: #fff;
}

#pricing .info h2 {
	text-align: center;
	padding: 12px 0;
	border-bottom: 6px solid #fff;
}

#pricing .info ul {
	list-style: none;
	padding: 0;
	margin: 0 0 12px;
	padding-bottom: 24px;	
}

#pricing .info li {
	text-align: center;
}

#pricing .info li.price {
	margin-bottom: 6px;
}

#pricing .button {
	width: 100%;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}

/* Contact */

#contact {
	background: #c5c6c7 url('../images/light-linen.gif');
	padding: 60px 0 40px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.7);
}

#contact-form {
	width: 510px;
	margin: 0 auto;
}

#contact-form #details {
	overflow: hidden;
}

#contact-form #details input {
	width: 219px;
}

#contact-form #details p {
	width: 235px;
	margin: 0 5px 10px;
	float: left;
}

#contact-form #question {
	clear: both;
	overflow: hidden;
}

#contact-form #question p {
	margin-bottom: 10px;
}

#contact-form #message {
	width: 464px;
}

#contact-form #buttons {
	margin: 0 5px;
}

#contact h1 {
	text-align: center;
	margin-bottom: 40px;
}

#contact-analog {
	width: 610px;
	margin: 50px auto 20px;
}

#contact-analog ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

#contact-analog ul span {
	display: block;
}

#contact-analog ul li {
	line-height: 1.2;
	width: 235px;
	margin: 0 5px;
	float: left;
	display: block;
}

#contact-analog ul li.twitter {
	width: 110px;
}

#contact-analog ul a {
	text-decoration: none;
	color: rgba(0,0,0,0.8);
	font-weight: bold;
	font-size: 24px;
}

#contact-analog ul a:hover {
	color: #2a7fe4;
}

#contact .alert {
	margin: 0 5px 2em;
	background: #F2DEDE;
	border: 1px solid #dda2a1;
	color: #B94A48;
	padding: 0;
	list-style: none;
	width: 448px;
	padding: 6px 1em;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.61);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.61);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.61);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/* Footer */

footer {
	background: #9d9ea0;
	color: #fff;
	overflow: hidden;
	font-size: 14px;
	padding: 14px 0 12px;
}

footer p {
	margin: 0;
}

footer a:link, footer a:active, footer a:visited {
	color: #fff;
}

footer #wegrowsoftware {
	text-align: right;
}

#tentoone {
	background: url('../images/10to1.png') no-repeat;
	width: 48px;
	height: 14px;
	overflow: hidden;
	display: inline-block;
	position: relative;
	top: 1px;
	text-indent: 9999px;
}

#footer-links {
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 0;
	border-top: 1px solid rgba(255,255,255,0.15);
	margin-top: 12px;
	padding-top: 12px;
}

#footer-links li {
	display: inline-block;
	margin: 0 12px 0 0;
}

#footer-links li a:link, #footer-links li a:visited {
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 1px;
}

footer a:focus, footer a:hover, #footer-links li a:focus, #footer-links li a:hover {
	text-decoration: underline;
}

/* Grid */

.grid-1,
.grid-2,
.grid-3,
.grid-4,
.grid-6 {
	float: left;
	margin: 0 2% 0 0;
}

.grid-1 {
	width: 15%;
}

.grid-2 {
	width: 32%;
}

.grid-3 {
	width: 49%;
}

.grid-4 {
	width: 66%;
}

.grid-5 {
	width: 83%;
}

.grid-6 {
	width: 100%;
}

.grid-1:last-child,
.grid-2:last-child,
.grid-3:last-child,
.grid-4:last-child,
.grid-5:last-child,
.grid-6:last-child {
	margin: 0;
}

.row {
	clear: both;
}

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

.button.disabled {
  cursor: default;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: alpha(opacity=65);
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (max-width: 1152px) {
	#fdbk_tab {
		display: none;
	}
}

/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
