/*
buffalog.css
'buffalog' style for the Tarski theme - http://tarskitheme.com/
Designed by Benedict Eastaugh, http://extralogical.net/
*/


/* Scrollbars
----------------------------------------------- */
HTML
{
scrollbar-face-color: #000000;
scrollbar-arrow-color: #74aa93;
scrollbar-track-color: #91b4b0;
scrollbar-shadow-color: #000000;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #74aa93;
scrollbar-darkshadow-color: #74aa93;
}

form #field_4.default
{
scrollbar-face-color: #FFFFFF;
scrollbar-arrow-color: #d3e9be;
scrollbar-track-color: #FFFFFF;
scrollbar-shadow-color: #FFFFFF;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #d3e9be;
scrollbar-darkshadow-color: #d3e9be;
}


/* BUTTONS
----------------------------------------------- */

/* Comic Buttons*/

body.buffalog #button-cis { margin: 0 0 0 0 }
body.buffalog #button-cis a { display: block; height: 43px; width: 160px; background-image: url('http://www.cowshell.com/images/link_cis2.png'); no-repeat 0 0; }
body.buffalog #button-cis a:hover { background-position: -160px 0 }

body.buffalog #button-cb { margin: 0 0 0 0 }
body.buffalog #button-cb a { display: block; height: 37px; width: 150px; background-image: url('http://www.cowshell.com/images/link_cb.png'); no-repeat 0 0; }
body.buffalog #button-cb a:hover { background-position: -150px 0 }

body.buffalog #button-bgsg { margin: 0 0 0 0 }
body.buffalog #button-bgsg a { display: block; height: 48px; width: 124px; background-image: url('http://www.cowshell.com/images/link_bgsg.png'); no-repeat 0 0; }
body.buffalog #button-bgsg a:hover { background-position: -124px 0 }

body.buffalog .widget p { padding-right: 20px; }


/* Social Buttons*/

body.buffalog #button-tw { margin: 0 0 0 0 }
body.buffalog #button-tw a { display: block; height: 32px; width: 32px; background-image: url('http://www.cowshell.com/test/social/twitter_bird.png'); no-repeat 0 0; }
body.buffalog #button-tw a:hover { background-position: -32px 0 }

body.buffalog #button-fb { margin: 0 0 0 0 }
body.buffalog #button-fb a { display: block; height: 32px; width: 32px; }
body.buffalog #button-fb a:hover { background-position: -32px 0 }
body.buffalog #button-fb a { background-image: url('http://www.cowshell.com/test/social/facebook.png'); no-repeat 0 0; }

body.buffalog #button-tb { margin: 0 0 0 0 }
body.buffalog #button-tb a { display: block; height: 32px; width: 32px; }
body.buffalog #button-tb a:hover { background-position: -32px 0 }
body.buffalog #button-tb a { background-image: url('http://www.cowshell.com/test/social/tumblr.png'); no-repeat 0 0; }

body.buffalog #button-ig { margin: 0 0 0 0 }
body.buffalog #button-ig a { display: block; height: 32px; width: 32px; }
body.buffalog #button-ig a:hover { background-position: -32px 0 }
body.buffalog #button-ig a { background-image: url('http://www.cowshell.com/test/social/instagram.png'); no-repeat 0 0; }

body.buffalog #button-da { margin: 0 0 0 0 }
body.buffalog #button-da a { display: block; height: 32px; width: 32px; }
body.buffalog #button-da a:hover { background-position: -32px 0 }
body.buffalog #button-da a { background-image: url('http://www.cowshell.com/test/social/deviant_art.png'); no-repeat 0 0; }

body.buffalog #button-gp { margin: 0 0 0 0 }
body.buffalog #button-gp a { display: block; height: 32px; width: 32px; }
body.buffalog #button-gp a:hover { background-position: -32px 0 }
body.buffalog #button-gp a { background-image: url('http://www.cowshell.com/test/social/google_plus.png'); no-repeat 0 0; }



/* Other Buttons*/

#button-book1 a { display: block; height: 299px; width: 200px; }
#button-book1 a:hover { background-position: -200px 0; }
#button-book1 a { background-image: url('http://www.cowshell.com/images/targetpractice_order.png'); no-repeat 0 0; }

#button-book2 a { display: block; height: 299px; width: 200px; }
#button-book2 a:hover { background-position: -200px 0; }
#button-book2 a { background-image: url('http://www.cowshell.com/images/cis02_order.png'); no-repeat 0 0; }

#button-book3 a { display: block; height: 299px; width: 200px; }
#button-book3 a:hover { background-position: -200px 0; }
#button-book3 a { background-image: url('http://www.cowshell.com/images/cis03_order.png'); no-repeat 0 0; }


/* Main structure
----------------------------------------------- */
/* keeping original size does not make sense. 984 = 1024 - 40 (just like original's 760 = 800 - 40) */
body { min-width: 960px; height: 100%; }
#wrapper { width: 960px; height: 100%; }

body { text-align: left; }
body.centre { text-align: center; height: 100%; }
body #wrapper { margin: 0 auto 0 0; height: 100%; }
body.centre #wrapper { margin: 0 auto; height: 100%; }


		/* Positioning
		----------------------------------------------- */
		
		/* nav bar */
		body .primary { width: 720px; float:right; }
		
		body.janus .primary { float: right; }
		body .primary-span { padding-left: 210px; clear: both; }
		body.janus .primary-span { padding-left: 0; padding-right: 210px; }
		
		/* subscribe */
		body .secondary { width: 190px; float: left; }
		body.janus .secondary { float: left; }
		body .secondary-span { padding-left: 520px; clear: both; }
		body.janus .secondary-span { padding-right: 520px; }
		
		/* content */
		body #content .primary { width: 500px; float:left; margin-left: 210px; }
		
		/* content wide */
		body #contentwide .primarywide { width: 800px; float:left; margin-left: 210px; }
		
		/* main sidebar */
		#sidebar.secondary { width: 190px; float: left; }
		body #content .secondary { margin-left: -714px; }
		
		/* secondary sidebar */
		body .tertiary { width: 180px; float: right; margin-right: -0;}
	

/* Sidebars
----------------------------------------------- */
#second-sidebar.tertiary ul, #sidebar.secondary ul {
	font-family: 'Arial', sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 13px;
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
	}

/* Footer
----------------------------------------------- */
#footer {
    margin: 0 20px 0 20px;
    border-top: 0px double #ccc;
    padding: 1em 0 0 0;
}		

#theme-info {
    margin: 0.5em 0 0 0;
    border-top: 3px double #ccc;
    padding: 1em 0 0.5em 0;
    color: #808080;
}

/* Navigation
----------------------------------------------- */
body.buffalog #header { background-color: #000; padding-left: 0px; padding-right: 0px; }
body.buffalog #navigation { background-color: #000; padding-left: 20px; padding-right: 20px; padding-bottom: 5px; padding-top: 5px;}

body.buffalog #navigation .sub-menu {
    display: none;
    min-width: 120px;
    position: absolute;
    left: -10px;
    top: 100%;
    z-index: 999;
    margin: 0;
    padding: 0 10px 3px;
    border: 1px solid #000;
    border-top-color: #000;
    background: #000;
	
}

body.buffalog #wrapper { border-left: 5px solid #609e8b; }
body.buffalog #wrapper { border-right: 5px solid #609e8b; }
body.buffalog #wrapper { background-color: #fff; }


/* Content
----------------------------------------------- */
body.buffalog #content {padding-left: 20px; padding-right: 20px; }
body.buffalog { background: #0e1613; }
body.buffalog { background-image: url('http://www.cowshell.com/images/bg_blog_new.gif'); background-repeat: repeat-y; background-position: center;}


body.buffalog code { color: #bf8060; }
body.buffalog abbr, body.buffalog acronym { border-bottom: 1px solid #bf8060; }

body .content img { max-width: 1000px; height: auto;}
body .content a img { max-width: 1000px;}

		
		/* Headers
		--------------------------------------- */
		body.buffalog h1, body .entry .title { font-family: 'Arial',  Helvetica, sans-serif; text-transform: lowercase; }
		body.buffalog h2 { font-family: 'Arial',  Helvetica, sans-serif; text-transform: lowercase; }
		body.buffalog h2 a:link, body.buffalog h2 a:visited {font-family: 'Arial',  Helvetica, sans-serif; text-transform: lowercase; color: #404040; }
		body.buffalog h2 a:active { color: #ccc; }
		body.buffalog h2 a:hover { color: #74aa93; text-decoration:none;}
		body.buffalog h3 { font-family: 'Arial',  Helvetica, sans-serif; color: #114c4a; font-size: 18px; text-transform: lowercase; letter-spacing: -1px; margin-bottom: 8px;}
		body.buffalog h4 { font-family: 'Arial',  Helvetica, sans-serif; text-transform: lowercase; }
		
		
		/* Post content
		--------------------------------------- */
		body.buffalog .articlenav { background: #fbfeef; }
		body.buffalog .pagination { font-family: 'Arial',  Helvetica, sans-serif; text-transform: lowercase; }
		body.buffalog #comment-paging { font-family: 'Arial',  Helvetica, sans-serif; text-transform: lowercase; }
		
		/* Inserts
		--------------------------------------- */
		body.buffalog .insert { background: #fbfeef; margin: 0 0 1em 0; border: 1px solid #ddebc5; padding: 9px; }
		body.buffalog .insert h3 { border-bottom: 1px solid #ddebc5; }
		
		/* Downloads
		--------------------------------------- */		
		body.buffalog .content a.download:link, body.buffalog .content a.download:visited, body.buffalog .content a.download:active { background-color: #fbfeef; border: 1px solid #ddebc5; }
		
		/* Images
		--------------------------------------- */
		body.buffalog a img { border: 0px solid #fff; }
		body.buffalog a:hover img, body.buffalog .comment a:hover .avatar { border: 0px solid #fff; }
		body.buffalog .gallery a img { border: 1px solid #fff; border-radius: 3px;}
		body.buffalog .gallery a:hover img, body.buffalog .comment a:hover .avatar { border: 1px solid #404040; }
		
		body.buffalog .thumbs a img { border: 2px solid #000; }
		body.buffalog .thumbs a:hover img { border: 2px solid #000; filter: alpha(opacity=50); -moz-opacity: 0.50; opacity: 0.50; }
		
		
		/* Comic Gallery
		--------------------------------------- */
		body.buffalog .comicgallery { border-spacing: 20px; }
		body.buffalog .comicgallery td a:hover {text-decoration: none; }
		body.buffalog .comicgallery em { font-family: Georgia, "Times New Roman", Times, serif; color: #666 }
		body.buffalog .comicgallery a:hover em {color: #CCC; }
		body.buffalog .comicgallery a:hover p {color: #ddebc5; }
		body.buffalog .comicgallery a img { margin-top:15px; border: 2px solid #000; }
		body.buffalog .comicgallery a:hover img { border: 2px solid #ddebc5; }
		
		 body.buffalog .comic-cell {
    		width: 184px; height: 175px; border-radius: 10px; border: 2px solid #000; text-align: center;
			}
		
		body.buffalog .comic-cell a { width: 100%; height: 100%;  border-radius: 6px;  background: #fff; display: block; }
		body.buffalog .comic-cell a:hover { cursor:pointer;  border-radius: 6px; background: #000; }
		body.buffalog .comic-cell a:active { cursor:pointer;  border-radius: 6px; background: #404040; }
		
				
		body.buffalog .art-cell {
    		width: 184px; height: 165px; border-radius: 10px; border: 2px solid #000; text-align: center;
			}
		
		body.buffalog .art-cell a { width: 100%; height: 100%;  border-radius: 6px;  background: #fff; display: block; }
		body.buffalog .art-cell a:hover { cursor:pointer;  border-radius: 6px; background: #000; }
		body.buffalog .art-cell a:active { cursor:pointer;  border-radius: 6px; background: #404040; }
		
		body.buffalog .guestgallery { border-spacing: 20px; }
		body.buffalog .guestgallery td {width: 134px; height: 165px; text-align: center; }
		body.buffalog .guestgallery em { font-family: Georgia, "Times New Roman", Times, serif; color: #666 }
		body.buffalog .guestgallery a img { margin-top:15px; border: 2px solid #000; }
		body.buffalog .guestgallery a:hover img { border: 2px solid #000; filter: alpha(opacity=50); -moz-opacity: 0.50; opacity: 0.50; }
		
		
			
		
/* Links.
----------------------------------------------- */
body.buffalog a:link, body.buffalog a:visited { color: #257867; border-bottom: 0px solid #ddebc5; }
body.buffalog a:active { color: #257867; }
body.buffalog a:hover { color: #114c4a; text-decoration: underline;}

body.buffalog .content a:link, content a:visited, body.buffalog .link-pages a:link, body.buffalog .link-pages a:visited, body.buffalog .tagdata a:link, body.buffalog .tagdata a:visited, body.buffalog .widget_tag_cloud a:link, body.buffalog .widget_tag_cloud a:visited { border-bottom: 0px solid #ddebc5; }
body.buffalog .content a:active, body.buffalog .link-pages a:active, body.buffalog .tagdata a:active, body.buffalog .widget_tag_cloud a:active { border-bottom: 0px solid #257867; }
body.buffalog .content a:hover, body.buffalog .link-pages a:hover, body.buffalog .tagdata a:hover, body.buffalog .widget_tag_cloud a:hover { color: #114c4a; text-decoration:underline; border-bottom: 0px solid #808080; }

	/* Nav links
	----------------------------------------------- */
	body.buffalog #navigation a:link, body.buffalog #navigation a:visited { color: #74aa93; }
	body.buffalog #navigation a:active { color: #257867; }
	body.buffalog #navigation a:hover { color: #f1ffe4; text-decoration: none; }
	body.buffalog #wrapper .nav-current:link, body.buffalog #wrapper .nav-current:visited, body.buffalog #wrapper .nav-current:active { color: #257867; }
	body.buffalog #wrapper .nav-current:hover { color: #f1ffe4; }

/* Showcase
----------------------------------------------- */
	body.buffalog .wp-showcase-gallery a img { border: 2px solid #ccc; border-radius: 0px; box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);}
	body.buffalog .wp-showcase-gallery a:hover img { border: 2px solid #74aa93; }
	
	body.buffalog .flex-control-nav {width: 100%; position: absolute; bottom: -5px; text-align: center;}
	
	body buffalog .flexslider .slides {text-align: center; }
	
	
/* Slider
----------------------------------------------- */

	body buffalog .feature {text-align: center; }


/* Widgets
----------------------------------------------- */
	
	body.buffalog .book-side a img { margin: 0 0 0 30px; border: 2px solid #fff; border-radius: 0px; box-shadow: 0 5px 7px rgba(0, 0, 0, 0.2);}
	body.buffalog .book-side a:hover img { border: 2px solid #74aa93; }
	
	
	/* Calendar widget
	------------------------------------------- */
	body.buffalog .widget_calendar tbody td a { color: #fff; background: #8bb6cc; }
	body.buffalog .widget_calendar tbody td a:hover { color: #fff; background: #cca352; }



/* Forms
----------------------------------------------- */



#submit {
	margin: 0 4 10px 2px;
	padding: 3px 5px 3px 5px;
	color: #fff;
	background: #74aa93;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 95%;
	border-width: 1px;
	border-style: solid;
	border-color: #74aa93;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}
	
	#submit:hover {
		cursor:pointer;
		background: #114c4a;
		}
	
	#submit:active {
		cursor:pointer;
		background: #257867;
		}
		

/* Forms
----------------------------------------------- */
input, select, textarea { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 100%; }
input.text, input[type=text], input[type=password], textarea { border: 1px solid #d3e9be; padding: 2px; border-radius: 6px; -webkit-border-radius: 6px; -khtml-border-radius: 6px; -moz-border-radius: 6px; background: #ffffff; color: #114c4a; }
input.text:hover, input[type=text]:hover, input[type=password]:hover, textarea:hover { background: #f0fbf0; }
	
	/* Search form
	--------------------------------------- */
	
	body.buffalog .searchbox { width: 180px; margin: 0 0 0 15px; }

	body.buffalog #s {
		display: inline;
		width: 140px;
		margin: 0 0 0 0;
		padding: 2px;
		color: #114c4a;
		background: #fff;
		font-family: 'Verdana', sans-serif;
		font-size: 12px;
		border: 1px solid #d3e9be;
		-moz-border-radius: 6px;
		-khtml-border-radius: 6px;	
		-webkit-border-radius: 6px;
		border-radius: 6px;
		}
	
	body.buffalog #s:hover {
		background: #f0fbf0;
		}
		
	
	#searchsubmit {
		margin: -2px 0px 0px 6px;
		position:absolute;
    	width:22px;
    	height:22px;
    	background: url("http://cowshell.com/images/search_button01.png") left no-repeat;  
    	border: none;
		font-size: 0px;
		}
	
		#searchsubmit:hover {
			background: url("http://cowshell.com/images/search_button02.png") left no-repeat;  
    		border: none; 
			}


	/* CONTACT FORM
	--------------------------------------- */

	form #g10164-name.name, #g10164-email.email, #g10164-website.url {
	width:300px;
	height:22px;
	margin: 0 4px 0px 8px;
	padding: 4px 5px 0px 5px;
	color: #114c4a;
	background:#fff;
	font-family: 'Verdana', sans-serif;
	font-size: 12px;
	border: 1px solid #d3e9be;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;	
	-webkit-border-radius: 6px;
	border-radius: 6px;
	}
	
	form #g10164-name.name:hover, #g10164-email.email:hover, #g10164-website:hover {
		background: #f0fbf0;
		}

form #g10164-name.error,  #g10164-email.error, #g10164-website.error {
	width:300px;
	height:22px;
	margin: 0 2px 0px 8px;
	padding: 4px 5px 0px 5px;
	color: #114c4a;
	background:#fff;
	font-family: 'Verdana', sans-serif;
	font-size: 12px;
	border:1px solid #ff0000;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;	
	-webkit-border-radius: 6px;
	border-radius: 6px
	}
	
	form #g10164-name.error:hover, #g10164-email.error:hover, #g10164-website.error:hover {
		background: #ffe7e7;
		}

form #contact-form-comment-g10164-message.textarea {
	width: 400px;
	height: 160px;
	margin: 0 4px 0px 8px;
	padding: 4px 5px 0px 5px;
	color: #114c4a;
	background:#fff;
	font-family: 'Verdana', sans-serif;
	font-size: 12px;
	border: 1px solid #d3e9be;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;	
	-webkit-border-radius: 6px;
	border-radius: 6px;
	}
	
	form #contact-form-comment-g10164-message.textarea:hover {
		background: #f0fbf0;
		}

pushbutton-wide {
	margin: 0 4 10px 2px;
	padding: 3px 5px 3px 5px;
	color: #fff;
	background: #74aa93;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 95%;
	border-width: 1px;
	border-style: solid;
	border-color: #74aa93;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}

	pushbutton-wide:hover {
		cursor:pointer;
		background: #114c4a;
		}

		
		
	/* INTOUCH
	--------------------------------------- */

	form #field_1.default, #field_2.default, #field_3.default {
	width:220px;
	height:22px;
	margin: 0 4px 0px 8px;
	padding: 4px 5px 0px 5px;
	color: #114c4a;
	background:#fff;
	font-family: 'Verdana', sans-serif;
	font-size: 12px;
	border: 1px solid #d3e9be;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;	
	-webkit-border-radius: 6px;
	border-radius: 6px;
	}
	
	form #field_1.default:hover, #field_2.default:hover, #field_3.default:hover {
		background: #f0fbf0;
		}

form #field_1.error, #field_2.error, #field_3.error {
	width:220px;
	height:22px;
	margin: 0 2px 0px 8px;
	padding: 4px 5px 0px 5px;
	color: #114c4a;
	background:#fff;
	font-family: 'Verdana', sans-serif;
	font-size: 12px;
	border:1px solid #ff0000;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;	
	-webkit-border-radius: 6px;
	border-radius: 6px
	}
	
	form #field_1.error:hover, #field_2.error:hover, #field_3.error:hover {
		background: #ffe7e7;
		}

form #field_4.default {
	width: 300px;
	height: 140px;
	margin: 0 4px 0px 8px;
	padding: 4px 5px 0px 5px;
	color: #114c4a;
	background:#fff;
	font-family: 'Verdana', sans-serif;
	font-size: 12px;
	border: 1px solid #d3e9be;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;	
	-webkit-border-radius: 6px;
	border-radius: 6px;
	}
	
	form #field_4.default:hover {
		background: #f0fbf0;
		}

#Submit.submitbutton {
	margin: 0 4 10px 2px;
	padding: 3px 5px 3px 5px;
	color: #fff;
	background: #74aa93;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 95%;
	border-width: 1px;
	border-style: solid;
	border-color: #74aa93;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}

	#Submit.submitbutton:hover {
		cursor:pointer;
		background: #114c4a;
		}
		
		
		/* Contact Form 7
	--------------------------------------- */

	div.wpcf7 {
		padding: 10px 10px 25px 80px;
	
	}

	body.buffalog input, body.buffalog select, body.buffalog textarea {
    	font-family: Verdana, Helvetica, Arial, sans-serif;
		font-size: 100%;
	}

	body.buffalog input::-webkit-input-placeholder {
    	color: #114c4a;
	}


body.buffalog input.text,
body.buffalog input[type=text],
body.buffalog input[type=password],
body.buffalog textarea,
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea
{

	padding: 3px;
	color: #114c4a;
	background:#fff;
	font-family: 'Verdana', sans-serif;
	font-size: 12px;
	border: 1px solid #d3e9be;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;	
	-webkit-border-radius: 6px;
	border-radius: 6px;
	}

	
	body.buffalog input.text:hover,
	body.buffalog input[type=text]:hover,
	body.buffalog input[type=password]:hover,
	body.buffalog textarea:hover,
	.wpcf7 input[type="text"]:hover,
	.wpcf7 input[type="email"]:hover,
	.wpcf7 textarea:hover
	{
		background: #f0fbf0;
		}


body.buffalog input[type=submit]:enabled,
body.buffalog button:enabled,
.wpcf7 input[type="submit"],
.wpcf7 input[type="button"]
{ 
	margin: 0 4 10px 2px;
	padding: 4px 6px 4px 6px;
	color: #fff;
	background: #74aa93;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 95%;
	border-width: 1px;
	border-style: solid;
	border-color: #74aa93;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}

	body.buffalog input[type=submit]:enabled:hover,
	body.buffalog button:enabled:hover,
	.wpcf7 input[type="submit"]:hover,
	.wpcf7 input[type="button"]:hover
	{ 
		cursor:pointer;
		border-color: #74aa93;
		background: #114c4a;
		}
	
		
/* Twitter
----------------------------------------------- */
.tweets {
	font-size: 11px;
	background: #f0fbf0;
	padding: 3px;
	border: 1px solid #d3e9be;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;	
	-webkit-border-radius: 6px;
	border-radius: 6px;

}
 
.aktt_more_updates { background: #ffffff; }
.aktt_tweet_time { font-size: 9px; }
