/*
 * 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. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

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

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

body { margin: 0; font-size: 1em; color: #fff; line-height: 1.4; background-color: black; }

/*
 * 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: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }


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

a { color: #fff; text-decoration: none; }
a:visited { color: #fff; }
a:hover { color: #fff; text-decoration: underline; }
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, serif; _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/i/440
 */

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; white-space: normal; }

/*
 * 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)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

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

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
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, input[type="search"]::-webkit-search-cancel-button { -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; }


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ==|== primary styles =====================================================
   Author: Waynetron
   ========================================================================== */
   
/* ===================================== 
   All pages
   ===================================*/

body {
	background-image:url('../img/backgroundTile.jpg');
	background-repeat: repeat-x;
	
	/*background-color: #8ca8a6;*/
	background-color: #000;
}

header {
	height: 100px;
	margin-top: 10px;
}

.ribbonFree a {
	background-image:url('../img/ribbonFree.png');
	width: 173px;
	height:  177px;
	position: fixed;
	top: 0;
	right: 0;
}

.container {
	min-width: 970px;
	overflow-x: hidden;
	margin: 0 auto;
}

.menu {
	float:right;
	margin-top: 50px;
}

.logo {
	float:left;
}

.logo a {
	display:block;
	width: 227px;
	height: 91px;
	background-image: url('../img/logo.png');
}

.logo a:hover {
	background-position: 0 -91px;
}

.menu li {
	float:left;
	margin-left:15px;
}

.menu a {
	border: 1px solid #333;
	padding: 4px;
	padding-left: 10px;
	padding-right: 10px;
	-moz-border-radius: 6px 6px;
	border-radius: 6px;
	background-color: #001c2a;		
}

.menu a:hover {
	background-color: #073d58;
	text-decoration: none;	
}
.content {
	clear:both;		
	width: 970px;
	margin: 0 auto;
	
}

.content .availableOnAppStore {
	text-align: center;
	float: left;
	width: 100%;
	margin: 0 auto;
}
.content .availableOnAppStore p {
	font-size: 1.2em;
	color: #ccc;
	float: left;
	clear: both;
}

.appStoreButtonIOS a {
	display:block;
	margin: 0 auto;
	height: 71px;
	width: 209px;
	background-image: url('../img/btn-appstoreIOS.png');
}

.appStoreButtonIOS a:hover {
	background-position: 0 -71px;
}

.appStoreButtonMac a {
	display:block;
	margin: 0 auto;
	height: 71px;
	width: 253px;
	background-image: url('../img/btn-appstoreMac.png');
}

.appStoreButtonMac a:hover {
	background-position: 0 -71px;
}

.ourOtherApps {
	text-align: center;
	margin-top: 60px;
}

.appsWrap{
	background-image: url('../img/apps-bg.png'); 
	background-position: 0px 0px;	
	clear:both;
	height: 176px;
	min-width: 970px;
}

.apps{
	margin: 0 auto;
}

.apps ul {
	text-align: center;
	padding-top:34px;
	margin-left:-25px;
}
.apps li {
	display: inline;
	list-style: none;
	margin:20px;
	margin-left: 0px;
}

nav {
	margin: 0 auto;
	width: 970px;
	font-size: 0.75em;
}

footer {
	font-size: .8em;
	margin: 0 auto;
	padding-top:40px;
	text-align: center;
	min-width: 970px;
}

footer ul {
	display: inline-block;
	text-align: center;
	height: 100px;
	width: 280px;

}

footer li {
	display: inline;
	list-style: none;
	margin-right:10px;
	float: left;
}

footer li a {
	display:block;
	width: 73px;
	height: 80px;
	float: left
}

footer li a.twitter{
	background-image: url('../img/icon-twitter.png');
}

footer li a.facebook{
	background-image: url('../img/icon-facebook.png');
}

footer li a.email{
	background-image: url('../img/icon-email.png');
}

footer li a:hover {
	background-position: 0 -80px;
}


footer p {

}

/* ===================================== 
  Homepage
   ===================================*/

#bannerHolder {
	clear:both;		
	margin: 0 auto;
	text-align: center;
	width: 970px;
	display: none;
}

.banner {
}

.banner .appStoreButtonIOS.quickMath {
	position: absolute;
	margin-left: 390px;
	margin-top: 377px;
}

.banner .appStoreButtonIOS.time {
	position: absolute;
	margin-left: 390px;
	margin-top: 377px;
}

.banner .appStoreButtonIOS.sudokuTouch {
	position: absolute;
	margin-left: 505px;
	margin-top: 328px;
}

.banner .appStoreButtonMac.sudokuTouch {
	position: absolute;
	margin-left: 725px;
	margin-top: 328px;
}

.banner .appStoreButtonIOS.pocketWords {
	position: absolute;
	margin-left: 105px;
	margin-top: 358px;
}

.banner .appStoreButtonIOS.prodigy {
	position: absolute;
	margin-left: 140px;
	margin-top: 293px;
}

.banner .appStoreButtonIOS.shinyPicnic {
	position: absolute;
	margin-left: 390px;
	margin-top: 307px;
}

.banner .appStoreButtonIOS.shinyParty {
	position: absolute;
	margin-left: 390px;
	margin-top: 390px;
}


.banner .appStoreButtonIOS.matchBlitz {
	position: absolute;
	margin-left: 390px;
	margin-top: 307px;
}

/* ===================================== 
  Sakura
   ===================================*/

.content .appStoreButtonIOS.quickMath {
	position: absolute;
	margin-left: 390px;
	margin-top: -110px;
}

.content .appStoreButtonIOS.time {
	position: absolute;
	margin-left: 390px;
	margin-top: -50px;
}

.content .appStoreButtonIOS.shinyPicnic {
	position: absolute;
	margin-left: 390px;
	margin-top: -50px;
}

.content .appStoreButtonIOS.matchBlitz {
	position: absolute;
	margin-left: 390px;
	margin-top: -50px;
}

body.sakura {
	background-image:url('../img/backgroundTile.jpg');
	background-repeat: repeat;
	color: #000000;	
}

body.sakura .main {	
	background-image:url('../img/quickMathBgTile.jpg');
	padding-bottom: 70px;
	margin-bottom: -85px;
}

body.sakura .headerTop {
	padding-top: 63px;
	margin-left: 409px;
}

body.sakura .content .header {
	margin-top: 0px;
}

body.sakura .ourOtherApps {
	margin-top: 80px;
	padding-top: 10px;
}

body.sakura .ourOtherAppsBgFix {
	background-image:url('../img/backgroundTile.jpg');
	background-repeat: repeat-x;
}

body.sakura footer  {
}

body.sakura footer p {
	color: #FFFFFF;
}

body.sakura footer .appsWrap  li {
	width: 110px;
}

.sakura h1 {
	font-weight: strong;
	font-size: 2.5em;
	line-height: 1.3em;
	margin-bottom: 10px;
}

.sakura p {
	font-size: 1.2em;
	margin-top: 10px;
}

.sakura .contentRow.first {
	margin-top: 0px;
}

.sakura .contentRow {
	height: 370px;
	float: left;
	width: 970px;
	margin-top: -50px;
}

.sakura .contentRow.last {
	height: 440px;
}

.sakura .contentRow img.left {
	float: left;
}

.sakura .contentRow img.right {
	float: right;
}

.sakura .contentRow .text {
	padding-top: 135px;
	padding-left: 50px;
	padding-right: 50px;
}

.sakura .contentRow.first .text {
	padding-top: 120px;
}


/* ===================================== 
  Pocket Words
   ===================================*/

body.pocketWords {
	background-image:url('../img/pocketWordsBgTile.jpg');
	background-repeat: repeat;
	font-family: Georgia, Times;
}

body.pocketWords .content .header {
	height: 440px;
}

.pocketWords .container {
	background-image:url('../img/shadowBgTile.png');
	background-attachment: fixed;
	background-repeat: repeat-x;
}

.pocketWords h1 {
	font-weight: normal;
	font-size: 2.6em;
	line-height: 1.2em;
	margin-bottom: 10px;
}

.pocketWords p {
	font-size: 1.2em;
	margin-top: 10px;
}

.pocketWords .contentRow.first {
	margin-top: 0px;
}

.pocketWords .contentRow {
	height: 370px;
	float: left;
	width: 970px;
	margin-top: -50px;
}

.pocketWords .contentRow.last {
	height: 440px;
}

.pocketWords .contentRow img.left {
	float: left;
}

.pocketWords .contentRow img.right {
	float: right;
}

.pocketWords .contentRow .text {
	padding-top: 135px;
	padding-left: 50px;
	padding-right: 50px;
}

.pocketWords .contentRow.first .text {
	padding-top: 120px;
}


/* ===================================== 
  Prodigy
   ===================================*/

body.prodigy {
	background-image:url('../img/prodigyBgTile.png');
	background-repeat: repeat;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

body.prodigy .content .header {
	height: 440px;
}

.prodigy .container {
	background-image:url('../img/shadowBgTile.png');
	background-attachment: fixed;
	background-repeat: repeat-x;
}

.prodigy h1 {
	font-weight: normal;
	font-size: 2.6em;
	line-height: 1.2em;
	margin-bottom: 10px;
}

.prodigy p {
	font-size: 1.2em;
	margin-top: 10px;
	color: silver;
}

.prodigy .contentRow.first {
	margin-top: -80px;
	margin-bottom: 10px;
}

.prodigy .contentRow {
	height: 370px;
	float: left;
	width: 970px;
	margin-top: 0px;
	margin-bottom: 35px;
}

.prodigy .contentRow.last {
	height: 440px;
}

.prodigy .contentRow img.left {
	float: left;
}

.prodigy .contentRow img.right {
	float: right;

}

.prodigy .contentRow .text {
	padding-top: 135px;
	padding-left: 50px;
	padding-right: 50px;
}

.prodigy .contentRow.first .text {
	padding-top: 120px;
}



/* ===================================== 
  Sudoku Touch
   ===================================*/
   
 body.sudokuTouch {
 	background-image:url('../img/sudokuTouchBgTile.jpg');
 	background-repeat: repeat;
 	font-family: helvetica, arial sans-serif;
 }
 .sudokuTouch .scroll {
 	color: black;	
 	margin-top: -80px;
 }
 .sudokuTouch .scroll {
	font-size: 1.2em;
 }
  .sudokuTouch .scroll h1 {
 	clear: left;
 	margin-top: 30px;
 	font-size: 1.5em;
 }
 
 .sudokuTouch .scroll img.left {
 	float: left;
	margin-right: 50px;
	margin-bottom: 20px;
 }
 .sudokuTouch .scroll img.right {
 	float: right;
 }
 
.sudokuTouch .scroll .top {
	background-image: url('../img/scrollTop.png');
	height: 171px;
} 
 .sudokuTouch .scroll .middle {
 	background-image: url('../img/scrollMiddle.png');
 }
 .sudokuTouch .scroll .bottom {
 	background-image: url('../img/scrollBottom.png');
 	height: 92px;
 }
 .sudokuTouch .scroll .middle .content {
  	margin: 50px;
 	margin-left: 10px;
 	width: 750px;
 }
 
 .sudokuTouch .video {
 	text-align: center;
 }
	  .sudokuTouch .video iFrame {
	  padding: 5px;
	  background-color: white;
  }  

/* ===================================== 
  Contact page
   ===================================*/

.content.contact {
	width: 672px;
	margin-top: 20px;	
}

.content .form {
	background-image:url('../img/blueprintBgTile.png');
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	padding: 40px;
}

#contact_form {
	width: 460px;
	margin: 0 auto;
}

form input {
	border:1px solid #a2a2a2;
	border-radius:4px;
	height:34px;
	width:320px;

-webkit-box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.22);
-moz-box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.22);
box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.22);
opacity: 1;
float: right;

color: gray;
font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

form select, #submit_button, form input, textarea {
	margin: 8px 0 8px 0;
}

label {
	color: #434343;
	text-align: left;
	float: left;
	margin-top: 14px;

}

form select {
	border:1px solid #a2a2a2;	
	border-radius:4px;
	height: 37px;
	width: 324px;
	text-align: left;
	line-height: 37px;
	vertical-align: middle;
	float: right;
	font: italic 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: gray;
	background: 5px #ffffff;
	-webkit-box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.22);
	-moz-box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.22);
	box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.22);
	padding: 4px 0 0 2px;
}

#submit_button {
	background-image: url(../img/btn-send.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 42px;
	width:132px;	
	padding-top: 0;
	display: block;
}

#submit_button:hover {
	background-position: 0 -42px;
}

textarea {
	border:1px solid #a2a2a2;
	border-radius:4px;
	width: 318px;
	-webkit-box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.22);
	-moz-box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.22);
	box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.22);
	float: right;
	height: 100px;
	color: gray;
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

form#contact_form fieldset.missing_info label { color: #ff0000; }

form#contact_form fieldset.missing_info input,
form#contact_form fieldset.missing_info select,
form#contact_form fieldset.missing_info textarea { background: #ffeeee; }


#error,
#success {
	width: 435px;
	text-align: center;
	color: #333;
	font-size: 14px;
	line-height: 1em;
	padding: 12px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
	-o-box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	margin: 20px auto 0;
	margin-bottom: 20px;
	margin-top: 0px;
	display: none;

}

#error {
  background: #dc2640;
  color: #fff;
}

#success {
  background: #0b3356;
  line-height: 1.5em;
  color: #fff;
  width: 646px;
  padding: 20px;
}

/* ===================================== 
  Press page
   ===================================*/
  
body.press .content {
	margin-bottom: 40px;
	width: 870px;
}

body.press .content h1 {
	font-size: 2.5em;
	font-weight: normal;
	border-bottom: 1px solid #FFF;
	padding-bottom: 25px;
	margin-bottom: 40px;
	text-shadow: 0px 1px 5px #000;
}

body.press .content h2 {
	color: #666;
	font-size: 1.1em;
	margin-bottom: 0;
	padding: 8px;
	padding-left: 15px;
	text-shadow: 0px 1px 0px #fff;
	
}

body.press .content .box .heading {
	background-color: #e9e9e9;		
	-moz-border-radius-topleft: 6px 6px;
	-moz-border-radius-topright: 6px 6px;	
	border-top-left-radius: 6px;	
	border-top-right-radius: 6px;	
}

body.press .content .box .content {
	background-color: #fff;
	-moz-border-radius-bottomleft: 6px 6px;
	-moz-border-radius-bottomright: 6px 6px;
	border-bottom-left-radius: 6px;	
	border-bottom-right-radius: 6px;		
	width: 860px;
	padding: 5px;
}

body.press .content .box .content a {
	color: #666;
	float: right;
	margin-right:30px;
	margin-top: 40px;
	padding-top: 2px;
	padding-left: 35px;
	height: 40px;
	text-decoration: underline;
	background-image:url('../img/icon-download.png');
	background-repeat:no-repeat;
}

body.press .content .box .content a:hover {
	color: #333;
}

/* ===================================== 
  Standard pages
   ===================================*/
  
body.standard .content {
	margin-bottom: 40px;
	width: 870px;
}

body.standard .content h1 {
	font-size: 2.5em;
	font-weight: normal;
	border-bottom: 1px solid #FFF;
	padding-bottom: 25px;
	margin-bottom: 40px;
	text-shadow: 0px 1px 5px #000;
}

body.standard .content h2 {
	color: #666;
	font-size: 1.1em;
	margin-bottom: 0;
	padding: 8px;
	padding-left: 15px;
	text-shadow: 0px 1px 0px #fff;
	
}

body.standard .content .box .heading {
	background-color: #e9e9e9;		
	-moz-border-radius-topleft: 6px 6px;
	-moz-border-radius-topright: 6px 6px;	
	border-top-left-radius: 6px;	
	border-top-right-radius: 6px;	
}

body.standard .content .box .content {
	background-color: #fff;
	-moz-border-radius-bottomleft: 6px 6px;
	-moz-border-radius-bottomright: 6px 6px;
	border-bottom-left-radius: 6px;	
	border-bottom-right-radius: 6px;		
	width: 860px;
	padding: 5px;
}

body.standard .content .box p, body.standard .content .box li  {
	color: #333;
	margin-left: 20px;
}




/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}



/* ==|== 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; *line-height: 0; }
.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; }



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !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; }
}
