/* 
  html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
  v1.4 2009-07-27 | Authors: Eric Meyer & Richard Clark
  html5doctor.com/html-5-reset-stylesheet/
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
    display:block;
}

nav ul { list-style:none; }

blockquote, q { quotes:none; }

blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }

a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }

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

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

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }

/* tables still need cellspacing="0" in the markup */
table { border-collapse:collapse; border-spacing:0; }

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

input, select { vertical-align:middle; }

/* END RESET CSS */

/* always force a scrollbar in non-IE */ 
html { overflow-y: scroll; }


/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

ul, ol { margin-left: 1.8em; }
ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; } 

small { font-size: 85%; }
strong, th { font-weight: bold; }

td, td img { vertical-align: top; } 

sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }

pre { 
padding: 15px; 

/* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
white-space: pre; /* CSS2 */
white-space: pre-wrap; /* CSS 2.1 */
white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
word-wrap: break-word; /* IE */
}

textarea { overflow: auto; } /* thnx ivannikolic! www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.ie6 legend, .ie7 legend { margin-left: -7px; } /* thnx ivannikolic! */

/* align checkboxes, radios, text inputs with their label
by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button { cursor: pointer; }

/* webkit browsers add a 2px margin outside the chrome of form elements */  
button, input, select, textarea { margin: 0; }

/* colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { 
border-radius: 1px;
-moz-box-shadow: 0px 0px 5px red; 
-webkit-box-shadow: 0px 0px 5px red; 
box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid { background-color: #f0dddd; }

/*  j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; } 

/* make buttons play nice in IE:    
www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }

/* bicubic resizing for non-native sized IMG: 
code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }



/* 
* Non-semantic helper classes 
*/

/* for image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers
css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; } 

/* Hide only visually, but have it available for screenreaders 
www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden  */
.visuallyhidden { position: absolute !important;    
clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
clip: rect(1px, 1px, 1px, 1px); }

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

/* >> The Magnificent CLEARFIX: Updated to prevent margin-collapsing on child elements << j.mp/bestclearfix */
.clearfix:before, .clearfix:after {
content: "\0020"; display: block; height: 0; visibility: hidden;	
} 

.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }
select, input, textarea, button { font:99% sans-serif; }
/* normalize monospace sizing */
pre, code, kbd, samp { font-family: monospace, sans-serif; }
body {
	font-size: 14px;
	*font-size:small;
}

body, select, input, textarea {
	font-family: Arial, Helvetica, Arial, sans-serif;
	color: #666666;
	line-height: 1.2em;
}

::-moz-selection{ background: #4674b7; color:#fff; text-shadow: none; }
::selection { background:#4674b7; color:#fff; text-shadow: none; }

h1,h2,h3,h4,h5,h6 { font-weight: normal; }

h1 {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 8px;
}
h2 {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 8px;
}
h3 {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 8px;
}
h4 {
	font-size: 14pxpx;
	line-height: 18px;
	margin-bottom: 8px;
}
h5 {
	font-size: 1em;
	line-height: 1.2em;
	margin-bottom: 8px;
}
h6 {
	font-size: 1em;
	line-height: 1.2em;
	margin-bottom: 8px;
}
p {
	margin-bottom: 10px;
	line-height: 20px;
}
p a {
	color: #4674b7;
}

#flashes-wrapper {
	width: 960px;
	margin: 10px auto;
}

.cursive {
	text-align: center;
	font-family: 'Nothing You Could Do', cursive;
	font-weight: bold;
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 20px;
	color: #cccccc;
}

form ul {
	margin-left: 0px;
	list-style-type: none;
}

a, a:active, a:visited { text-decoration: none; }
a:hover { color: #4674b7; }

/* Primary Styles
Author: Kalexiko
*/
.container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.block-clear {
	clear: both;
	display: block;
	height: 1px;
	border-top: 1px dashed #999999;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* Columns */
.quad-col {
	float: left;
	width: 225px;
	margin-right: 20px;
}
.tbl-col {
	float: left;
	width: 300px;
	margin-right: 30px;
}
.tbl-col h4 {
	font-family: Questrial, sans-serif;
	font-size: 24px;
	line-height: 28px;
	color: #333333;
	text-align: center;
}
.tbl-col span {
	display: block;
	font-size: 14px;
	color: #999999;
}
.tbl-col p {
	font-size: 14px;
	line-height: 20px;
}
.dbl-col {
	float: left;
	width: 470px;
	margin-right: 20px;
}
.dbl-col h3 {
	font-family: Questrial, sans-serif;
	font-size: 24px;
	line-height: 30px;
	color: #4674b7;
}
.dbl-col p {
	font-family: Helvetica Neue, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
}
.dbl-col p a {
	font-weight: bold;
	color: #4674b7;
}
.last {
	margin-right: 0px;
}

/* Header */
header {
	margin-bottom: 20px;
}
header .container {
	overflow: hidden;
	padding: 20px 0;
	border-bottom: 1px dashed #999999;
	position: relative;
}
#logo {
	float: left;
	width: 160px;
	height: 107px;
	background: url(../public/images/logo.png) no-repeat;
}
nav {
	position: absolute;
	bottom: 24px;
	right: 0;
}
nav li {
	display: inline;
	margin-left: 5px;
}
nav a {
	text-transform: uppercase;
	color: #666666;
	font-size: 14px;
}
nav a:hover, nav a.active {
	color: #4674b7;
}
.tel {
	float: right;
	font-size: 22px;
	line-height: 25px;
	font-weight: bold;
	color: #4674b7;
	padding-left: 15px;
	background: url(../public/images/icon/tel.png) no-repeat;
	margin-left: 20px;
}
#top-nav {
	float: right;
}
#top-nav li {
	display: inline;
	line-height: 25px;
	margin-left: 10px;
}
#top-nav a {
	font-weight: bold;
	color: #4674b7;
}

/* Home */
h3.splash-title {
	font-family: Hammersmith One, Arial, Helvetica;
	font-size: 36px;
	line-height: 40px;
	font-weight: normal;
	text-align: center;
}
h4.splash-sub {
	font-family: 'Nothing You Could Do', cursive;
	font-weight: bold;
	font-size: 32px;
	line-height: 38px;
	color: #cccccc;
	text-align: center;
}
.solutions {
	overflow: hidden;
	background: url(../public/images/home-arrows.png) no-repeat 0px 100px;
	margin-bottom: 40px;
}
.solution {
	float: left;
	width: 300px;
	margin-right: 30px;
}
.solution.last {
	margin: 0;
}
.solution p {
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	margin: 0;
}
.strip {
	background: #f5f5f5;
	overflow: hidden;
	margin-bottom: 20px;
}
.strip .container {
	border-top: 1px dashed #cccccc;
	padding: 20px 0;
}
.cta {
	width: 800px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 40px;
}
.cta a {
	float: right;
}
.cta h4 {
	float: left;
	width: 560px;
	font-family: Questrial, sans-serif;
	font-size: 20px;
	line-height: 26px;
	color: #4674b7;
}

/* News */
.news .quad-col {
	margin-bottom: 40px;
}
.news .quad-col img {
	display: block;
	width: 225px;
	height: 180px;
	margin-bottom: 10px;
	background: #333333;
}
.news h3 {
	font-family: 'Nothing You Could Do', cursive;
	font-weight: bold;
	font-size: 30px;
	line-height: 30px;
	color: #cccccc;
	float: left;
	background: url(../public/images/arrow.png) no-repeat bottom right;
	padding-right: 40px;
	padding-bottom: 25px;
}

.news .quad-col img p,
.news .quad-col a {
	text-align: center;
}

.news p {
	font-size: 14px;
	line-height: 20px;
}
.pagination {
	float: right;
	overflow: hidden;
}
.pagination li {
	display: inline;
	float: left;
	margin-left: 2px;
	line-height: 27px;
}
.pagination a {
	display: block;
	width: 27px;
	height: 27px;
	background: url(../public/images/button/pagination.png) no-repeat;
	color: #ffffff;
	text-align: center;
	line-height: 27px;
}
.pagination a:hover, .pagination a.current {
	background-position: -27px;
}
.pagination span {
	margin-right: 10px;
}
.article {
	float: left;
	width: 700px;
	margin-right: 30px;
}
.article-side {
	float: left;
	width: 220px;
}
.article p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 20px;
}
.article-title {
	font-family: Hammersmith One, sans-serif;
	font-size: 30px;
	line-height: 32px;
	color: #333333;
	margin-bottom: 14px;
}
.added-on {
	color: #4674b7;
	font-size: 14px;
	display: block;
	margin-bottom: 20px;
}
.back {
	float: left;
	padding-left: 50px;
	background: url(../public/images/left-arrow.png) no-repeat left center;
	font-family: 'Nothing You Could Do', cursive;
	font-weight: bold;
	font-size: 30px;
	line-height: 30px;
	color: #cccccc;
	margin-bottom: 20px;
}
.article-side img {
	background: #333333;
}

/* Case Studies */
.case-studies .strip .container {
	border-top: none;
}
.case-studies .strip h3, .mobile .strip h3, .office .strip h3 {
	font-family: Hammersmith One, sans-serif;
	font-size: 30px;
	line-height: 32px;
	color: #333333;
	text-align: center;
	margin-bottom: 20px;
	clear:both;
}
.case-studies .strip p {
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
}
.case-study {
	float: left;
	width: 319px;
	border-right: 1px dashed #999999;
	margin-bottom: 20px;
}
.case-study.last {
	margin: 0;
	border: none;
}
.case-clear {
	clear: both;
	display: block;
	height: 1px;
	border-top: 1px dashed #999999;
	margin-bottom: 20px;
}
.case-study a {
	display: block;
	padding: 20px 0;
}
.case-study img {
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}
.case-study span {
	display: block;
	text-align: center;
}
.case-study .company-name {
	font-family: Questrial, sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #333333;
}
.case-study .company-desc {
	font-family: Helvetica Neue, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: #666666;
}
.case-logo {
	display: block;
	height: 56px;
	margin-bottom: 10px;
}
.case-bottom {
	width: 720px;
	margin: 0 auto;
}

/* Web */
.grid {
	float: left;
	width: 280px;
	padding-right: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	border-right: 1px dashed #999999;
}
.grid.last {
	margin: 0;
	border: none;
}
.img-con {
	height: 120px;
}
.grid img {
	display: block;
	margin: 0 auto;
}
.grid p {
	font-family: Helvetica Neue, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	margin-left: 10px;
}

/* Mobile */
.mobile h4, .office h4 {
	color: #4674b7;
	font-family: Questrial, sans-serif;
	font-size: 24px;
	line-height: 30px;
}
span.blue {
	color: #4674b7;
}
.mobile p {
	text-align: left;
}
.mobile .strip h3 {
	padding-top: 32px;
}
.left-arrow {
	padding-left: 60px;
	padding-top: 32px;
	background: url(../public/images/icon/left-arrow.png) no-repeat top left;
}
.right-arrow {
	padding-left: 60px;
	padding-top: 32px;
	background: url(../public/images/icon/right-arrow.png) no-repeat top right;
}
.mobile .tbl-col img {
	display: block;
	margin: 0 auto;
}
.mobile .tbl-col h4 {
	color: #333333;
}
.bull {
	line-height: 20px;
}
.mobile .img-con {
	height: 150px;
}
.target {
	font-family: Hammersmith One, sans-serif;
	font-size: 36px;
	line-height: 58px;
	color: #333333;
	float: left;
	padding-right: 100px;
	background: url(../public/images/point-right.png) no-repeat right center;
}

/* Office */
.office .grid h3 {
	font-family: Questrial, sans-serif;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	margin-bottom: 10px;
}
.office .target {
	padding-right: 75px;
}
.office .strip h3 {
	padding-top: 32px;
	margin: 0;
}
.office .tbl-col img {
	display: block;
	margin: 0 auto;
}

/* Support & Training */
.support h3 {
	font-family: Hammersmith One, sans-serif;
	font-size: 36px;
	line-height: 42px;
	color: #333333;
	text-align: center;
}
.support h4 {
	text-align: center;
	font-family: 'Nothing You Could Do', cursive;
	font-weight: bold;

	font-size: 30px;
	line-height: 36px;
	margin-bottom: 20px;
	color: #cccccc;
}
.support .grid span {
	display: block;
	font-family: Questrial, sans-serif;
	text-align: center;
}

/* Savings Calculator */
.results {
	padding: 12px;
	border: 8px solid #4674b7;
	font-weight: bold;
	color: #4674b7;
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 20px;
}
.results span {
	float: left;
	width: 50%;
}
.savings-calculator input[type="text"] {
	border: none;
	width: 280px;
	padding: 10px;
	background: #e7e8e9;
	margin-top: 2px;
}
.savings-calculator .tbl-col {
	margin-bottom: 20px;
}
.savings-calculator label {
	line-height: 20px;
}
.savings-calculator h4 {
	font-family: 'Nothing You Could Do', cursive;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	color: #cccccc;
	float: left;
	background: url(../public/images/arrow-dr.png) no-repeat right;
	padding-right: 50px;
	padding-bottom: 40px;
}
.savings-calculator .dbl-col ul {
	list-style-type: disc;
	margin-left: 20px;
}
.savings-calculator .dbl-col li {
	margin-bottom: 8px;
}

/* Buttons */
.request-demo {
	display: block;
	width: 210px;
	height: 58px;
	background: url(../public/images/button/request-demo.png) no-repeat;
}
.request-demo:hover {
	background-position: -210px;
}
.request-demo:active {
	background-position: -420px;
}
.reset {
	float: right;
	width: 132px;
	height: 48px;
	background: url(../public/images/button/reset.png) no-repeat;
	border: none;
}
.reset:hover {
	background-position: -132px;
}
.get-results {
	float: right;
	border: none;
	width: 172px;
	height: 48px;
	background: url(../public/images/button/get-results.png) no-repeat;
}
.get-results:hover {
	background-position: -172px;
}
.get-results:active {
	background-position: -344px;
}
.submit-enquiry {
	float: right;
	border: none;
	width: 210px;
	height: 58px;
	background: url(../public/images/button/submit-enquiry.png) no-repeat;
	margin-top: 20px;
}
.submit-enquiry:hover {
	background-position: -210px;
}
.submit-enquiry:active {
	background-position: -420px;
}
.yes-please {
	float: right;
	width: 210px;
	height: 58px;
	background: url(../public/images/button/yes-please.png) no-repeat;
}
.yes-please:hover {
	background-position: -210px;
}
.yes-please:active {
	background-position: -420px;
}
.find-out-more {
	display: block;
	width: 175px;
	height: 45px;
	background: url(../public/images/button/find-out-more.png) no-repeat;
	margin: 0 auto;
}
.find-out-more:hover {
	background-position: -175px;
}
.find-out-more:active {
	background-position: -350px;
}
.read-more {
	display: block;
	width: 168px;
	height: 46px;
	background: url(../public/images/button/read-more.png) no-repeat;
	margin: 0px auto;
}
.read-more:hover {
	background-position: -168px;
}
.read-more:active {
	background-position: -336px;
}

/* Contact */
.contact h3 {
	font-family: Hammersmith One, sans-serif;
	font-size: 36px;
	line-height: 42px;
	color: #333333;
	text-align: center;
}
.contact-details {
	float: right;
	width: 300px;
}
.contact-details p span {
	font-family: Questrial, sans-serif;
	color: #4674b7;
	font-size: 18px;
	line-height: 22px;
}
.form .tbl-col {
	margin-bottom: 20px;
}
.form input[type="text"] {
	width: 280px;
	border: none;
	padding: 10px;
	background: #e7e8e9;
	margin-top: 2px;
}
.form textarea {
	width: 940px;
	height: 80px;
	border: none;
	padding: 10px;
	background: #e7e8e9;
	margin-top: 2px;
}
.form h5 {
	float: left;
	background: url(../public/images/arrow-dr.png) no-repeat right;
	padding-right: 50px;
	padding-bottom: 40px;
	font-family: Questrial, sans-serif;
	font-size: 18px;
	color: #333333;
}
#map {
	float: left;
}

/* Footer */
footer {

}
footer .container {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dashed #cccccc;
}
footer {
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}
footer ul {
	list-style-type: none;
	position: relative;
	float: left;
	left: 50%;
	margin: 0 auto;
	margin-bottom: 10px;
}
footer ul li {
	display: inline;
	position: relative;
	float: left;
	right: 50%;
	margin: 0 6px;
}
footer ul li a {
	color: #999999;
	font-size: 11px;
}
footer p, footer p a {
	font-size: 11px;
	color: #999999;
	text-align: center;
}
a#twitter, a#facebook {
	display: block;
	width: 29px;
	height: 29px;
}
a#twitter {
	background: url(../public/images/icon/twitter.png) no-repeat;
}
a#facebook {
	background: url(../public/images/icon/facebook.png) no-repeat;
}


.hide {
	display: none;
}

span.icon {
	line-height: 15px;
	padding-left: 10px;
	font-family: Arial, Helvetica, Arial, sans-serif !important;
	font-size: 13px inherit!important;
}

span.icon img {
	float: left;
}



code {
	padding: 20px;
	border: 1px solid #f1f1f1;
	background: #f9f9f9;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	display: block;
	float: left;
	width: 920px;
}

code textarea {
	width: 100%;
	height: 90px;
}


/*
* Media queries for responsive design
* These follow after primary styles so they will successfully override.
*/

@media all and (orientation:portrait) {
/* Style adjustments for portrait mode goes here */

}

@media all and (orientation:landscape) {
/* Style adjustments for landscape mode goes here */

}

/* Grade-A Mobile Browsers (Opera Mobile, iPhone Safari, Android Chrome)
Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {


/* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you
j.mp/textsizeadjust
html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}

/*
* print styles
* inlined to avoid required HTTP connection www.phpied.com/delay-loading-your-print-css/
*/
@media print {
* { background: transparent !important; color: #444 !important; text-shadow: none !important; }
a, a:visited { color: #444 !important; text-decoration: underline; }
a:after { content: " (" attr(href) ")"; }
abbr:after { content: " (" attr(title) ")"; }
.ir a:after { content: ""; }  /* Don't show links for images */
pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
tr, img { page-break-inside: avoid; }
@page { margin: 0.5cm; }
p, h2, h3 { orphans: 3; widows: 3; }
h2, h3{ page-break-after: avoid; }
}


div.flash{padding:10px;margin:5px 0;padding-left:60px;border-left:5px solid #fff;position:relative;min-height:50px}div.error{border-color:#f30;background:#f7d7d7 url('../admin/images/alert-error.png') 10px 10px no-repeat;color:#900}div.info{background:#daecf8 url('../admin/images/alert-info.png') 10px 10px no-repeat;border-color:#3f89cb;color:#316a9f}div.success{background:#e0efd0 url('../admin/images/alert-success.png') 10px 10px no-repeat;border-color:#99c900;color:#690}div.alert{background:#fdfdd4 url('../admin/images/alert-alert.png') 10px 10px no-repeat;border-color:#ffb323;color:#ffb323}div.flash ul{padding-left:20px;list-style:square;line-height:150%}a.hide{font-size:10px;display:block;padding:2px;position:absolute;bottom:5px;right:5px;color:inherit}a.hide:active{bottom:5px;right:5px;position:absolute}div.flash h5,div.flash p{padding:0;margin-bottom:5px}
