
/******* NO LONGER USED. SEE main.less/main.css INSTEAD *******/


body {
	color: #333333;
	font-family: Arial,sans-serif; /*verdana,kalimati,arial,helvetica,sans-serif;*/
	background-color: #ffffff;
	font-size: 95%;	
}

html body { /* update HACK: Temporary fix for CONF-15412 */ 
    overflow-x: visible; 
    overflow-y: scroll; 
} 
p, ul, ol, dl, h1, h2, h3, h4, h5, h6, blockquote, pre, form.aui, table.aui, .aui-tabs, .aui-panel, .aui-group {
    margin: 10px 0px 0px;
}
p:first-child, ul:first-child, ol:first-child, dl:first-child, h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, blockquote:first-child, pre:first-child, form.aui:first-child, table.aui:first-child, .aui-tabs:first-child, .aui-panel:first-child, .aui-group:first-child {
    margin-top: 0px;
}
h1, h2, h3 { margin: 0; padding: 0; }

body h2, body h3, body h4 {
    font-weight: normal;
    color: #569D2F;
    margin-top: 5px;
    padding: 5px 0;
}
h1 { font-size: 155%; }
h2 { font-size: 130%; }
h3 { font-size: 120%; margin-top:20px; padding:0px; }
h4 { font-size: 100%; }

h1 a, h2 a, h3 a, h4 a {
	text-decoration:none;
}

.wrapper { max-width: 1000px; margin: 0 auto; padding:0px 0px; border-left:1px solid #cccccc; border-right:1px solid #cccccc; }
.clearer { clear: both; }

a {
    color: #569D2F;
    font-weight: normal;
    text-decoration: underline;
}
a img { text-decoration: none;}

#navigation { overflow: hidden; width: 100%; }
.nav, .nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    height: 30px;
    background: #1B181C url('../images/top-bg.png') repeat-x top right;
    border-bottom: 1px solid #999999;
}
.nav li {
    display: inline;
    padding: 0px 5px;
    margin: 0px;
    white-space: nowrap;
    border-right: 1px solid #ccc;
    line-height:30px;
}
.nav ul > li:last-child { border-right: 0px;  }
.nav a { color: #ffffff; text-decoration: none;}
.nav a:focus, .nav a:hover { color: #fff; }

@media screen and (max-width:46em) {
	.nav li {
      border-bottom-width: 0;
      overflow: hidden;
      height: 0;
      line-height: 0;
      padding: 0 1em;
    }
    .nav:target a {
      border-bottom-width: 1px;
      line-height: 3em;
      height: 3em;
      }
    #jump {
      background: #000 url(/c/i/nav.png) 50% 50% no-repeat;
      border: 1px solid #8b8b8b;
      border-width: 0 0 1px 1px;
      cursor: pointer;
      display: block;
      padding: 0;
      height: 53px;
      width: 53px;
      text-indent: -999em;
      position: absolute;
      right: 0;
      top: 0;
    }
}

.bs, #references img {
    box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
}

/* .radied {
    border-radius: 10px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.relief {
	border-top: 1px solid rgba(255,255,255,0.3);
	border-left: 1px solid rgba(255,255,255,0.3);
	border-right: 1px solid rgba(100,100,100,0.3);
	border-bottom: 1px solid rgba(100,100,100,0.3);
} */

.light, .light a { color: #999; }
.small { font-size: 0.5em; }

#top #smallbanner h1 {
    margin: 0px 15px;
    float: left;
    width: 650px;
}
.home-banner IMG { max-width: 98%; }

#aside { float:right; width: 280px; padding:70px 30px 0px 0px; font-family: Georgia, serif; font-size:18px; font-style:italic; line-height:1.3em;}

#banner {
    background: url('../images/bg.png');
    height: 148px;
    width: 680px;
    float: right;
    margin: 30px 0px 0px 0px;
    position: relative;
    padding: 20px 10px 20px 120px;
}
#banner h1 {
    width: 450px;
    margin: 0;
}
#banner #logo {
    position: absolute;
    top: -23px;
    left: -100px;
}
#banner #tapestry {
    display: block;
    margin-bottom: 10px;
}

#small-banner {
    background-color: rgb(227,251,217);
    padding: 5px 20px;
    margin: 10px 0px
}

#features { margin: 0 .5em; }
#features h3 { margin-left:15px; font-size:21px; color: #569D2F; margin-top: 0px; }
.feature { background: #eeeeee url('../images/bg.png') repeat-x top right; padding:15px 15px 0; line-height:1.3em;}
.feature p, #bar p { padding: 0; margin: 0; }

DIV#downloadbox { margin: 1em; }
DIV#downloadbox #download, #downloadbox #plugins, #downloadbox #demos  {

    border: 3px solid white;
    margin-top: 1em;
    background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed));
    background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
}
@media (min-width: 768px) {
    DIV#downloadbox #download, #downloadbox #plugins, #downloadbox #demos  {
        min-height: 13em;
    }
}

DIV#whatIs { margin: 1em; }

#bar {
    margin: 15px 0px;
    padding: 10px;
    background-color: #569D2F;
    color: #ffffff;
    text-align:center;
}
#bar a, #bar p { color: #ffffff; }

#col {
    clear: both;
    float: right;
    width: 300px;
    margin: 0 30px;
}

#col h2 { 
	font-family: Arial,sans-serif;
}

#content { margin: 0px 2em; padding-top: 1em; }

#content ul { list-style:square; padding-left:40px; }
#content ul ul { list-style:circle; padding-left:50px; margin: 0px; }

#content h1, h2, h3{
    margin-top: .5em;
    padding: 5px 0;
}

.big-col {
    /* width: 620px; */
    /* float: left; */
    margin-right: 360px !important;
}

#references { margin: 10px 0px; width: 620px; }
#references li {
    font-size: 10px;
    display: block;
    float: right;
    width: 250px;
    margin: 0px 10px 10px 10px;
    text-align: left;
}
#references img {
    display: block;
    margin-bottom: 5px;
    padding: 1px;
    border: 1px solid #cccccc;
}

/* the "created by ... on ..." section of the blog posts */
.endsection {
  visibility: hidden;
  display: none;
}

#breadcrumbs {
	clear:both;
	font-size: 95%;
	color: black;
	background-color:#eeeeee;
	padding: 10px 30px;
} 
#breadcrumbs a { color: #569D2F; text-decoration:none; }

#footer { 
  position: relative;
  margin-top: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
}

#footer p {
  font-size: x-small;
  margin: 0;
}

/* Confluence's styles customization */
a.blogHeading {
    font-weight: normal;
    font-size: 16px;
    color: #569D2F;
}

a.blogDate {
    font-weight: normal;
}

/* style the tutorial navigation */
.tutorial-nav {
    width: 300px;
    float: left;
}

#content .navmenu TABLE { width: auto !important }
DIV.navmenu { margin-left: 1em !important; padding-left: 1em !important; }
#content UL.content-by-label { padding: 1em 1em 1em 0; list-style: none; }
UL.content-by-label>li:first-child { margin-top: 0; }
UL.content-by-label>li { overflow: auto; margin-top: 7px; }
UL.content-by-label>li DIV { display: inline; }
.aui-label { background-color: #F2F2F2; }
.aui-label {
    background: none repeat scroll 0% 0% #F5F5F5;
    border: 1px solid #CCC;
    border-radius: 3.01px;
    color: #3572B0;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    padding: 1px 5px;
    margin: 0px 5px 0px 0px;
    text-align: left;
    text-decoration: none;
}

#top p { margin: 0; }

div.Scrollbar table.ScrollbarTable {
    background-color: white;
    border-top: 1px solid #F0F0F0;
    border-bottom: 1px solid #F0F0F0;
}
DIV.Scrollbar .ScrollbarParent img {
    width: 16px;
    height: 16px;
    margin: 0 4px;
}

DIV#breadcrumbs a.edit {
    float: right;
    font-size: 80%;
    color: #ccf;
}
DIV#breadcrumbs a.edit:hover {
    color: #393;
}

DIV.syntaxhighlighter { overflow: inherit !important; background-color: white; }
DIV.syntaxhighlighter .line.alt1, DIV.syntaxhighlighter .line.alt2 { background-color: white !important; }

.aui-message .param-body {
    text-indent: 0px;
}
.aui-message.problem {
    background: none repeat scroll 0% 0% #FFF8F7;
    border-color: #D04437;
}
.aui-message {
    border-width: 1px;
    line-height: 20px;
    padding-bottom: 7px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 9px;
    display: table;
}
DIV.macro-since {
    background-color: #f0f0ff;
}
DIV.macro-deprecated {
    background-color: #fff0f0;
}
DIV.aui-message {
    border-radius: 18px;
    border: none;
    margin-left: 1em;
    padding-left: 35px;
}
.aui-message { /* from batch.css */
	background: #fff;
	border: 1px solid #3572b0;
	border-radius: 3px;
	color: #333;
	margin: 5px 0 0 0;
	overflow-wrap: break-word;
	position: relative;
}
.aui-message::before {
	bottom: 0;
	content: '';
	left: 12px;
	position: absolute;
	top: 10px;
	width: 20px;
}
.aui-message.warning, .aui-message-warning {
	background: #fff;
	border-color: #f6c342;
}
.aui-message.info:before, .aui-message-info:before {
	content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA1klEQVR42qWTUQqCQBCGfdKCuogu+qBeoot0kl7TBwU9S3QLyega9ZBh1L/wLyyDLGkLHzj/vzPM7o6eXLv9IQRH0IMnuVAL7b0y0QcVeIPPFPQasJ5KPlkbW5CDFcmpGf8MfLtATeMGEqObBCuOwJV6ZYsjxVhrsoDQEuojiLRQmLa9H5d1nEIHPYOMvrMD6hm9XgcDg2BGgYDesLTAlt596RFSep3jEp0FWnqlDtTMZ4ytZ1SuQZJLDlLtGuUGpNQ3/G7kKP/5M7nbLNnqCzxAR03J/V+HSh9XtOsatQAAAABJRU5ErkJggg==');
}
.aui-message.warning:before, .aui-message-warning:before {
	content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABA0lEQVR42p2QP0tCURiH7zdQRA3u4OJUiyDY4CDtTuEXuXs0JEQ4uDk5C0EuKoEu+SWcg5baLCS7tNTx98IzyMWjXoeHe95/z3vODdzi2kdTvIo30fL1+YbLIhYOfsV5GsFAOL59zsNjBRfij60lEXKbf1E5RvDExl4URYGwXJfc6JCgwqZYhBp2hs5n4odadZ9gzKYu2x1YrUPt2SeosWEtijsEBfGN5HKXYErxweKkAMk9PbOkoE5hJXI+AbUVvfVtwZzkHTECAGptel8cgisSnyJDk+8GRlZ8MdOwxITghoa9ArhlZmzB+/abDjwh+c8+LBgRnMLEBHnxKJYpBpfMFDbGjWcGPFD11gAAAABJRU5ErkJggg==')
}
.aui-message .icon-warning, .aui-icon-warning {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABA0lEQVR42p2QP0tCURiH7zdQRA3u4OJUiyDY4CDtTuEXuXs0JEQ4uDk5C0EuKoEu+SWcg5baLCS7tNTx98IzyMWjXoeHe95/z3vODdzi2kdTvIo30fL1+YbLIhYOfsV5GsFAOL59zsNjBRfij60lEXKbf1E5RvDExl4URYGwXJfc6JCgwqZYhBp2hs5n4odadZ9gzKYu2x1YrUPt2SeosWEtijsEBfGN5HKXYErxweKkAMk9PbOkoE5hJXI+AbUVvfVtwZzkHTECAGptel8cgisSnyJDk+8GRlZ8MdOwxITghoa9ArhlZmzB+/abDjwh+c8+LBgRnMLEBHnxKJYpBpfMFDbGjWcGPFD11gAAAABJRU5ErkJggg==');
}
.aui-message .icon-problem, .aui-icon-problem {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA20lEQVQ4y6WTTQ6CQAyFZ+VPohcBAgvBC3g/YQEJnsV4BjdGjNfQhRiNvppHUnGYBJnkS+jrtHQ6HWNaa79aemANKnAjR2qe6VpwjkAOnuDVgfhKMLUFb9XGDUjAhCTUGv9OYnSCgo4ziJT+CVC2D07Ucy0+KIatyr4SUIuoS4wvQtqUbenLTwLqzXFSw26LEfdIENNXiVHTGPdIMKav/jfBnL6L8wiOmVkw5jC0iZkYQc9rDNU1Bs5BsvxZD1LhGuWS5xR9xu+yc5QHPyZLmRlLvYOrdJta0N7/BnQXKgcW/4OXAAAAAElFTkSuQmCC');
}
.aui-message .icon-hint, .aui-icon-hint, .aui-message .icon-info, .aui-icon-info {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA1klEQVR42qWTUQqCQBCGfdKCuogu+qBeoot0kl7TBwU9S3QLyega9ZBh1L/wLyyDLGkLHzj/vzPM7o6eXLv9IQRH0IMnuVAL7b0y0QcVeIPPFPQasJ5KPlkbW5CDFcmpGf8MfLtATeMGEqObBCuOwJV6ZYsjxVhrsoDQEuojiLRQmLa9H5d1nEIHPYOMvrMD6hm9XgcDg2BGgYDesLTAlt596RFSep3jEp0FWnqlDtTMZ4ytZ1SuQZJLDlLtGuUGpNQ3/G7kKP/5M7nbLNnqCzxAR03J/V+HSh9XtOsatQAAAABJRU5ErkJggg==');
}
.aui-message .icon-success, .aui-icon-success {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA9klEQVR42qWTPQrCQBSErfwBhRQewDoGFYyHtDEWCSSVR8gBRDxCGjFi4xEstFBR4jyYYnmuK5LAB/vmzexuNpuGfvrzwAcLUIIb2VPzTa8ONkEMXqCywV4KOrbw2jBmYAbaZEatIhvJmBMkbBzB2LHLITjQG5vik+Ko8eORBeh9SlaEiELmCHmgACvWGTORFCWL8Et4IGF6TtRC1qUUdxYtNiOB4wk4s18Aj3qL2v1jAiOQ28L09Khf1CuoVS1heqbs7ayHyEm2INdhdYhLKYI/P+PI+IxBnYuUuK5yCqbUuxyn+irX/Jnc21xyqw9wBTtqgfa/Af067eG0xhemAAAAAElFTkSuQmCC');
}
.aui-icon {
    background-repeat: no-repeat;
    background-position: 0px 0px;
    border: medium none;
    display: inline-block;
    height: 16px;
    margin: 0px;
    padding: 0px;
    text-align: left;
    text-indent: -999em;
    vertical-align: text-bottom;
    width: 16px;
}
.aui-message .shadowed { -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; }
.aui-popup .aui-message.closeable, .aui-dialog .aui-message.closeable { z-index:4000; }
.aui-message.error { background:#d04437; border-color:#d04437; color:#fff; }
.aui-message.warning { background:#fffdf6; border-color:#ffeaae;}
.aui-message.info { background:#fcfcfc; border-color:#8c9fb2; }
.aui-message.success  { background:#f3f9f4; border-color:#91c89c; }
.aui-message.hint, .aui-message-hint, .aui-message.info, .aui-message-info {
    background: #fff;
    border-color: #3572b0;
}
.aui-message.error a { color:#fff; text-decoration:none; border-bottom: 1px solid #fff; }
.aui-message p.title { font-weight:bold; }
.aui-message p.title strong { font-weight:inherit; }
.aui-message .aui-icon { left:10px; position:absolute; top:12px; background-position: center center; }
.aui-message.closeable { padding-right:36px; }
.aui-message.closeable .icon-close { cursor:pointer; left:auto; right:10px; top:10px; }
.aui-message .svg-icon { left:10px; position:absolute; top:10px; }
.aui-message.closeable .svg-icon.close { cursor:pointer; left:auto; position:absolute; right:10px; top:10px; }
#header .aui-message {
	border-bottom:none;
	border-left:none;
	border-right:none;
	border-width:2px;
	margin:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
}
#footer .aui-message { margin-left:20px;margin-right:20px;text-align:left; }

DIV.confluence-information-macro-tip {
	background-color: #f3f9f4;
	border-color: #91c89c;
}

.confluence-information-macro-note {
	background: #fffdf6;
	border-color: #ffeaae;
}
.confluence-information-macro-information {
	background-color: #fcfcfc;
	border-color: #aab8c6;
}
DIV.confluence-information-macro-warning {
	background: #fff8f7;
	border-color: #d04437;
}
.confluence-information-macro {
	background: #fcfcfc;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #333;
	margin: 10px 0 1em 0;
	min-height: 20px;
	padding: 10px 10px 10px 36px;
	position: relative;
}
.confluence-information-macro .confluence-information-macro-icon.aui-iconfont-error {
	color: #cf4336;
	font-size: 200%;
}
.confluence-information-macro .confluence-information-macro-icon.aui-iconfont-info {
	color: #4a6785;	
}
.confluence-information-macro .confluence-information-macro-icon.aui-iconfont-warning {
	color: #594300;
}

.confluence-information-macro .confluence-information-macro-icon {
	display: block;
	left: 10px;
	line-height: 20px;
	position: absolute;
	top: 12px;
	vertical-align: text-bottom;
}
.confluence-information-macro > .title {
	font-weight: bold;
}
.aui-icon-small {
	height: 16px;
	width: 16px;
}
.aui-icon-small::before {
	font-size: 20px;
	font-weight: bold;
	margin-top: -10px;
}
.aui-iconfont-approve:before {
	content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA9klEQVR42qWTPQrCQBSErfwBhRQewDoGFYyHtDEWCSSVR8gBRDxCGjFi4xEstFBR4jyYYnmuK5LAB/vmzexuNpuGfvrzwAcLUIIb2VPzTa8ONkEMXqCywV4KOrbw2jBmYAbaZEatIhvJmBMkbBzB2LHLITjQG5vik+Ko8eORBeh9SlaEiELmCHmgACvWGTORFCWL8Et4IGF6TtRC1qUUdxYtNiOB4wk4s18Aj3qL2v1jAiOQ28L09Khf1CuoVS1heqbs7ayHyEm2INdhdYhLKYI/P+PI+IxBnYuUuK5yCqbUuxyn+irX/Jnc21xyqw9wBTtqgfa/Af067eG0xhemAAAAAElFTkSuQmCC");
}
.aui-iconfont-info:before {
	content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA1klEQVR42qWTUQqCQBCGfdKCuogu+qBeoot0kl7TBwU9S3QLyega9ZBh1L/wLyyDLGkLHzj/vzPM7o6eXLv9IQRH0IMnuVAL7b0y0QcVeIPPFPQasJ5KPlkbW5CDFcmpGf8MfLtATeMGEqObBCuOwJV6ZYsjxVhrsoDQEuojiLRQmLa9H5d1nEIHPYOMvrMD6hm9XgcDg2BGgYDesLTAlt596RFSep3jEp0FWnqlDtTMZ4ytZ1SuQZJLDlLtGuUGpNQ3/G7kKP/5M7nbLNnqCzxAR03J/V+HSh9XtOsatQAAAABJRU5ErkJggg==');
}
.aui-iconfont-error:before {
	content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA20lEQVQ4y6WTTQ6CQAyFZ+VPohcBAgvBC3g/YQEJnsV4BjdGjNfQhRiNvppHUnGYBJnkS+jrtHQ6HWNaa79aemANKnAjR2qe6VpwjkAOnuDVgfhKMLUFb9XGDUjAhCTUGv9OYnSCgo4ziJT+CVC2D07Ucy0+KIatyr4SUIuoS4wvQtqUbenLTwLqzXFSw26LEfdIENNXiVHTGPdIMKav/jfBnL6L8wiOmVkw5jC0iZkYQc9rDNU1Bs5BsvxZD1LhGuWS5xR9xu+yc5QHPyZLmRlLvYOrdJta0N7/BnQXKgcW/4OXAAAAAElFTkSuQmCC');
}
.aui-iconfont-warning:before {
	content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABA0lEQVR42p2QP0tCURiH7zdQRA3u4OJUiyDY4CDtTuEXuXs0JEQ4uDk5C0EuKoEu+SWcg5baLCS7tNTx98IzyMWjXoeHe95/z3vODdzi2kdTvIo30fL1+YbLIhYOfsV5GsFAOL59zsNjBRfij60lEXKbf1E5RvDExl4URYGwXJfc6JCgwqZYhBp2hs5n4odadZ9gzKYu2x1YrUPt2SeosWEtijsEBfGN5HKXYErxweKkAMk9PbOkoE5hJXI+AbUVvfVtwZzkHTECAGptel8cgisSnyJDk+8GRlZ8MdOwxITghoa9ArhlZmzB+/abDjwh+c8+LBgRnMLEBHnxKJYpBpfMFDbGjWcGPFD11gAAAABJRU5ErkJggg==')
}
.aui-icon-small::before, .aui-icon-large::before {
	color: inherit;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	left: 0;
	line-height: 1;
	position: absolute;
	text-indent: 0;
	speak: none;
	top: 50%;
}
.sectionMacro{margin-top:10px;display:table;width:100%;}
.sectionMacroRow{display:table-row;}
.columnMacro{display:table-cell;vertical-align:top;}
.sectionMacro>:not(.sectionMacroRow),.sectionMacroWithBorder>:not(.sectionMacroRow){display:table-caption;}
.sectionMacro .columnMacro{border:none;padding:0;}
.sectionMacro .columnMacro+.columnMacro{padding-left:20px;}
.sectionMacroWithBorder{margin-top:10px;display:table;width:100%;}
.sectionMacroWithBorder .columnMacro{border-style:dashed;border-width:1px;border-color:#ccc;padding:10px;}
.sectionColumnWrapper{display:block;overflow-x:auto;}
