/* @override 
	http://www.franchiserelationships.com/css/forums.css
	https://franchiserelationships.worldsecuresystems.com/css/forums.css
*/

/* @group Forums */

/* @group General */

.forumcontent {
	line-height: 1.45em;
	position: relative;
	padding: 0px 70px;
	margin-top: 25px;
	xmargin-bottom: 30px;
}

.forumcontent h1, .forumcontent h2, .forumcontent h3 {
	font-family: TrebuchetMS, "Trebuchet MS";
	
}

.forumcontent h1 {
	font-size: 2.1em;
	line-height: 1.15em;
	font-weight: normal;
	text-align: center;
	margin-top: 1em;
	margin-bottom: 0.8em;
}

.forumcontent h1 .smaller {
	font-size: 80%;
	color: #ee8f31;
}

.forumcontent h2 {
	font-size: 1.6em;
	text-align: center;
	padding: 0;
}

.forumcontent h3 {
	margin-top: 1.2em;
}

.forumcontent p.intro {
	font-weight: bold;
	font-size: 1.1em;
}

.forumcontent p.alert {
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	padding: 1em 1em;
	color: #ff0000;
	background-color: #fcc;
}

.forumcontent .clickhere {
	text-align: center;
	margin: 1.5em 0em 2em 0em;
}

.cright .clickhere {
	margin: 1.3em 0em 1.3em 0em;

}

.forumcontent .clickhere {
	text-align: center;
	margin: 1.3em 0em 0.5em 0em;
}

.forumcontent .clickhere p {
	text-align: left;
	margin-top: 8px;
	font-size: 12px;
}



.forumbanner img {
	margin: 0;
	padding: 0;
}

.sectionheading {
	clear: both;
	font-weight: bold;
	font-size: 1.3em;
	color: white;
	background-color: #0072cf;
	padding: 4px 0px 6px 0;
	text-align: center;
}

.forumcontent .alertbox h1 {
	margin: 0;
}

.forumalert {
	padding: 8px 12px;
	text-align: center;
	margin: 12px 24px 18px 0px;
	font-weight: bold;
	color: white;
	background-color: #ee8f31;
}

.forumcontent .terms-and-conditions {
	margin-top: 3em;
	font-size: 0.9em;
	line-height: 1.3em;
}

.forumcontent .call-to-register {
	text-align: center;
	font-size: 1.5em;
	padding: 12px 20px 14px;
	margin: 24px 70px;
	background-color: #0072cf;
	border-radius: 6px;
	color: white;
}

/* @end */

/* @group Vimeo-YouTube Embeds */

div.vimeocaption {
	color: white;
	font-weight: bold;
	line-height: 1.2em;
	padding: 16px 20px 18px 20px;
	xwidth: 400px;
	margin: 0 auto;
}

div.vimeocontainer div.clickbutton {
	color: white;
	padding: 6px 20px;
	xwidth: 400px;
	xmargin: 0 auto;
}

div.vimeo object {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

div.video-youtube {
	text-align: center;
}


/* @end */

/* @group Program Page */

.forumprogram {
	clear: both;
	margin:  0 -30px;
	margin-bottom: 2em;
	}

/* @group Program Table */

.programtable {
	border-collapse: collapse;
}

.programtable .c1 {
	width: 28%;
	border-left: 1px solid #aaa;
	padding-left: 18px;
	padding-right: 22px;
}

.programtable .c2 {
	width: 72%;
	border-right: 1px solid #aaa;
}

.programtable .c1, .programtable .c2 {
	padding-top: 10px;
	padding-bottom: 8px;
	border-bottom: 1px solid #aaa;
}

.programtable .c1 h2 {
	font-size: 1em;
	line-height: 1.2;
	color: #777;
	text-align: left;
	color: #ee8f31;
	padding-top: 1px;
	margin: 0;
}


.programtable .c1 .forumtime {
	font-size: 1.0em;
	font-weight: bold;
	color: #777;
	padding-top: 2px;
}

.programtable h2, .programtable h3 {
	font-family: Verdana, Arial;
}

.programtable h3 {
	margin: 0;
	font-size: 1.1em;
	padding-right: 54px;
	padding-bottom: 6px;
	line-height: 1.3;
	color: #0072cf;
}

.programtable h4 {
	color: #ee8f31;
	margin-bottom: 0.3em;
	margin-top: 1.2em;
	border-top: 1px solid #aaa;
	padding-top: 9px;
	padding-right: 54px;
}

.programtable .c2 p {
	padding-right: 54px;
	margin-bottom: 0.7em;
	line-height: 1.4;
}

.programtable .c2 ul {
	margin-bottom: 0.7em;
}

.programtable .c2 li {
	padding-right: 54px;
	margin-bottom: 0.3em;
	line-height: 1.4;
}

.programtable span.presenter {
	font-style: italic;
}

/* At a Glance Program Table
	Introduced for MultiUnit 2011 */



.forumprogramglance {
	clear: both;
	margin-bottom: 2em;
	}

.dayheading {
	text-align: center;
	font-weight: bold;
	color: white;
	background-color: #0072cf;
	padding: 2px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
	
.programtable.glance .c1 {
	width: 15%;
	padding: 6px 0 0 9px;
}

.programtable.glance .c1 .forumtime {
	font-size: 0.9em;
}

.programtable.glance .c2 {
	width: 85%;
	padding: 10px 15px 9px 0;
}

.programtable.glance h3 {
	padding-right: 12px;
	padding-bottom: 2px;
}

.programtable.glance .c2 p {
	padding-right: 12px;
	margin: 0px;
}

.programtable.glance .c2 li {
	padding-right: 12px;
	margin: 3px 0 0;
	font-size: 0.9em
}

.programtable .c2 table td {
	margin: 0;
	border-left: 1px solid #aaa;
	width: 25%;
}

.programtable .c2 table h3 {
	margin: 0;
	padding: 0 8px 0 8px;
	xpadding-right: 12px;
	font-size: 0.9em;

}

.programtable .c2 table p {
	margin: 0;
	padding: 0 8px 0 8px;
	font-size: 0.9em;
	line-height: 1.3em;
}


/* @end */



/* @end */

/* @group Fees Table */

table.forumfees {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 15px;
}

table.forumfees th {
	text-align: center;
	font-weight: bold;
	font-size: 0.9em;
	color: gray;
	padding-bottom: 4px;
}

table.forumfees td {
	border: 1px solid #aaa;
	padding: 10px 10px 11px;
	font-size: 1.2em;
}

table.forumfees td.dollar {
	text-align: center;
	color: #0072cf;
	width: 120px;
}

table.forumfees tr.std {
	background-color: #fffce0;
}

table.forumfees .bookedout {
	color: #ff0000;
	float: right;
}

/* @end */

/* @group Social Media Footer */

.social-media-footer {
	padding: 15px 0px;
	background-color: #aaa;
	padding-left: 70px;
	margin-top: 30px;
}

/* @end */

/* @end */

/* @group Field Manager Week */

/* @group base */

div.fieldmanager09 h1 {
	color: #004AB9;
}

div.fieldmanager09 h1.two-day-heading{
	margin-bottom: 1em;
}

div.fieldmanager09 h1.registration-heading {
}

.fieldmanager09 .intro {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	color: #555;
	border-top:  1px solid #555;
	border-bottom:  1px solid #555;
	padding-top: 6px;
	padding-bottom: 8px;
	margin-bottom: 1em;
}

div.forumcontent.fieldmanager09  h2 {
	color: #004AB9;
}



/* @end */

/* @group Spry Submenu Overrides */

/* IE6 FIX: For some reason IE6 will recognise the following
	element as "having layout" only if the class selectors
	are listed in this order. Putting submenu first breaks
	IE6. Safari doesn't care.
	*/

	div.fieldmanager09.submenu {
		background-color: #0072CF;
		height: 24px;
		text-align: right;
		padding-left: 20px;
	}

	div.submenu.fieldmanager09 li
	{
		padding: 0px 12px 0px 0px;
		font-size: 110%;
	}

	div.submenu.fieldmanager09 li a
	{
		background-color: #ee8f31;
		padding: 3px 9px 5px 9px;
		color: #004AB9;
		color: white;
		margin-top: 1px;
	}

/* Contextual submenu selectors */
/* PH: Note padding bottom overlaps highlight into white page
	beneath menu bar to account for differences in IE rendering */

	div.submenu.fieldmanager09 li.selected a {
		padding: 3px 9px 5px 9px;
		margin-top: 1px;
		color: #004AB9;
		background-color: white;
	}

/* @end */

/* @group Overview Page */

.slide-panel {
	margin-top: 32px;
	margin-bottom: 30px;
	height: 260px;
}

.overview-diagram {
	margin-top: 24px;
	margin-bottom: 24px;
	text-align: center;
	padding-right: 6px;
}

.fieldmanager09 p.intro {
	margin-bottom: 18px;
	font-size: 1em;
	color: #555;
	padding-bottom: 8px;
}

.fieldmanager09 div.vimeocontainer {
	margin-top: 24px;
	margin-bottom: 30px;
	text-align: center;
	padding-bottom: 12px;
	background-color: #004AB9;
}
/* @end */

/* @group Program */

.fieldmanager09.forumprogram .sectionheading {
	background-color: #0072cf;
}

.fieldmanager09.forumprogram h3 {
	color: #0072CF;
}

.fieldmanager09 .programtable .c1 h2 {
	color: #00baf2;
	color: #ee8f31;
}

.fieldmanager09 .programtable tr.break td {
	background-color: #f4f3e6;
}

.fieldmanager09 .programtable tr.panel td {
	xbackground-color: #efe3ff;
	background-color: #d0ffec;
	
}

.fieldmanager09 .programtable tr.workshop td {
	background-color: #ffead6;
}

.fieldmanager09 .programtable tr.keynote td {
	background-color: #d6ffcc;
}

.programtable td.c2 div.speaker {
	margin-top: 18px;
}

.programtable td.c2 img.speaker {
	float: left;
	margin-top: 4px;
	border: 1px solid white;
}

.programtable td.c2 p.bio {
	float: right;
	width: 265px;
	font-size: 13px;
	line-height: 17px;
}



/* @end */

/* @group Response Form */

div.responseform {
	width: 530px;
}

div.responseform h2 {
	text-align: left;
}

div.responseform label.newgroup {
	margin-top: 1.5em;
}

div.responseform input.checkbox {
	display: inline;
	margin-right: 1em;
}

div.responseform .checkboxline {
	font-size: 0.9em;
	margin-top: 0.5em;
	margin-bottom: 0.1em;
}

div.responseform textarea {
	font-size: 0.9em;
	margin-top: 0.5em;
	margin-bottom: 0.1em;
	width: 80%;
	opacity: 1;
}

/* @end */

/* @group Button Panels */


.fieldmanager09 .clickpanel {
	text-align: center;
	margin-bottom: 2em;
	margin-top: 2em;
	padding: 5px;
	border: 3px dashed #0072cf;
}

.fieldmanager09 .clickpanel h2 {
	text-align: center;
	margin: 0.4em;
	color: #9342ac;
}

.fieldmanager09 .clickpanel img {
	padding: 8px;
}



/* @end */

/* @group Masterclasses */

.masterclasses-container {
	xborder: 1px solid #aaa;
	border-top: none;
	border-bottom: none;
	margin-bottom: 2em;
}

.masterclasses-container p.masterclass-intro {
	font-size: 1.1em;
	color: black;
	text-align: left;
	xpadding: 22px 24px 20px;
	padding: 22px 0px 00px;
	margin: 0;
	xborder-bottom: 10px solid #0072cf;
}

.masterclass-box {
	margin-top: 24px;
	xpadding: 22px 0px;
	xborder-bottom: 10px solid white;
	xborder-bottom: 10px solid #0072cf;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	overflow: hidden;
}

.masterclass-box td {
	padding: 15px 24px 24px;
}

.masterclass-box td.c1 {
	width: 43%;
	xbackground-color: #f2aa62;
	background-color: #ffbf80;
}

.masterclass-box td.c2 {
	width: 57%;
	xborder-left: 1px dashed #aaa;
	background-color: #ffead6;
}

.fieldmanager09  .masterclass-box td.c1 .class-number {
	color: black;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0.3em;
	line-height: 1.3em;
}

.fieldmanager09 .masterclass-box td.c1 h2 {
	color: #0072cf;
}

.fieldmanager09 .masterclass-box td.c1 img {
	border: 1px solid #ffead6;
}

.fieldmanager09 .masterclasses-container p.intro {
	font-size: 16px;
}

.masterclass-box td.c1 h2 {
	margin: 0;
	font-size: 1.4em;
	color: #9342ac;
	text-align: left;
}

.masterclass-box td.c1 .blurb {
	font-size: 1.05em;
	xcolor: #777;
	color: white;
	color: black;
	line-height: 1.4em;
	margin-top: 0.5em;
	margin-bottom: 1.5em;
}

.masterclass-box td.c2 h3 {
	margin-top: 0;
	margin-bottom: 0.4em;
	font-size: 1.3em;
	color: #0072cf;
}

.masterclass-box td.c2 h3.what-learn {
	margin-top: 1em;
	color: #777;
	font-size: 1.1em;
	font-style: italic;
}

.masterclass-box td.c2 h3.leader {
	margin-top: 1em;
}

.masterclass-box td.c2 ul {
	margin-top: 0.5em;
}

.masterclass-box td.c2 p, .masterclass-box td.c2 li {
	margin-top: 0;
	margin-bottom: 0.2em;
	font-size: 13px;
	line-height: 1.4em;
}

/* @end */

/* @group example box */

.examplebox {
	margin: 20px auto;
	width: 490px;
	background-color: #fffce0;
	padding: 6px 30px 12px;
	border: 5px solid #f3eec3;
}

.fieldmanager09 .examplebox h2 {
	color: #004AB9;
}


/* @end */

/* @group Fees Table */



.fieldmanager09 table.forumfees {
	margin-top: 24px;
	margin-bottom: 6px;
}

.fieldmanager09 .gst-note {
	margin-bottom: 24px;
}

.fieldmanager09 table.forumfees td.header {
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	color: white;
	background-color: #004AB9;
	text-transform: uppercase;
	letter-spacing: 1px;
	}

.fieldmanager09 table.forumfees td {
	padding: 12px 12px;
}

.fieldmanager09 table.forumfees td.label {
}

.fieldmanager09 table.forumfees td.dollar {
	color: #004AB9;
	width: 160px;
}

.fieldmanager09 table.forumfees span.full-rate {
	font-size: 0.9em;
	color:  gray;
	text-decoration: line-through;
	padding-left: 1em;
}

table.forumfees td.dollar.strikethrough {
	text-decoration: line-through;
}


/* @end */

/* @group Whos Coming Table */

table.whoscoming {
	width:  100%;
	border-bottom: 1px solid #ccc;
	margin-top: 2em;
	margin-bottom: 3em;
}

table.whoscoming td {
	padding: 12px 15px;
	text-align: center;
	border-top: 1px solid #ccc;
	width: 173px;
	vertical-align: middle;
}

table.whoscoming tr.logo td {
	padding: 0px 15px;
	height: 94px;
}

/* @end */

/* @group Forum Page */

.fieldmanager09 .forumbox {
	background-color: #ee8f31;
	text-align: center;
	padding: 30px 0 36px;
	margin: 24px 0px 27px;
	color: #004AB9;
	background: url(/forums/fieldmanager10/images/starry-background1.jpg) no-repeat center center;
}

.fieldmanager09 .forumbox .p1 {
	text-align: center;
	text-shadow: 1px 1px 1px white;
	font-size: 1.2em;
}

.fieldmanager09 .forumbox .p2 {
	text-align: center;
	text-shadow: 1px 1px 4px white;
	font-size: 1.7em;
	line-height: 1.2em;
	font-weight: bold;
	margin-top: 6px;
}

.fieldmanager09 .linkbox {
	text-align: center;
	border: 3px dotted #ee8f31;
	padding: 18px;
	margin: 24px 0;
}

/* @end */

/* @group FAQ */

.fieldmanager09 .testimonials {
	padding: 1.3em 3em 0.5em 1.6em;
	margin-bottom: 1.6em;
	xbackground-color: #F4FbFF;
	border: 5px solid #f3eec3;
}

.fieldmanager09 .testimonials p.quote {

}

.venue-table {
	width: 100%;
	border-bottom: 1px solid #ccc;
	margin-bottom: 24px;
}

.venue-table td {
	padding: 9px 0px 4px;
	border-top: 1px solid #ccc;
}

.venue-table td.city {
	font-weight: bold;
	width: 150px;
}

/* @end */

/* @group Quiz */

div.quiz {
	margin:  0 auto;
	border: 1px solid #aaa;
	margin-bottom: 2em;
}

table.quiz {
	border-bottom: 1px solid #aaa;
}

table.quiz th {
	padding: 8px 18px;
	font-weight: bold;
	text-transform: uppercase;
}

table.quiz td {
	border-top: 1px solid #aaa;
	padding: 12px 18px;
}

table.quiz td p {
	margin-bottom: 0.3em;
}

table.quiz .c1 {
	width: 45%;
}

table.quiz .c2 {
	width: 55%;
	background-color: #fffce0;
	border-left: 1px solid #aaa;
}

table.quiz td .question {
	font-weight: bold;
}

table.quiz td .question strong {
	font-style: italic;
}

table.quiz td .option {
	padding-left: 12px;
	background: url(/forums/fieldmanager10/images/obullet5px.png) no-repeat;
}

div.quiz .footnote {
	padding: 10px 18px;
	font-size: 0.9em;
	line-height: 1.2em;
	margin: 0;
}

/* @end */

/* @group Research Page */

div.mockup-report {
	padding: 25px 30px;
	border: 2px solid #bfb0b0;
	background: white url(/forums/fieldmanager10/images/paper_pattern2.jpg) repeat;
	margin-top: 50px;
	margin-bottom: 36px;
}

div.mockup-report .header {
	text-align: center;
	margin-bottom: 27px;
}

div.mockup-report ol {
	font-weight: bold;
}

/* Overrides to vanilla .alertbox styling: */

div.forumcontent.fieldmanager09 div.mockup-report h2 {
	margin-top: 0;
}

.fieldmanager09 .alertbox {
	width: 450px;
}

.fieldmanager09 .alertbox p {
	font-size: 1.1em;
	line-height: 1.4;
}



/* @end */

/* @group Early Bird Panel */

table.early-bird-panel {
	border: 4px solid #ee8f31;
	margin-top: 18px;
	margin-bottom: 18px;
}

table.early-bird-panel td {
	padding: 15px 18px;
	vertical-align: middle;
}

/* @end */





/* @end */

/* @group Multi-Unit 2010 */

.mufs11 p.intro {
	color: #666;
}

.mufs11 .sponsor-box {
	margin-top: 30px;
	margin-bottom: 30px;
}

/* @group submenus */

div.mufs11.submenu {
	xbackground-color: #0072CF;
	height: 30px;
	text-align: right;
	padding-left: 20px;
}

div.submenu.mufs11 li
{
	padding: 6px 12px 0px 0px;
	font-size: 110%;
}

div.submenu.mufs11 li a
{
	padding: 1px 9px 5px 9px;
	color: #004AB9;
	color: white;
	margin-top: 1px;
}

div.submenu.mufs11 li.selected a {
	padding: 3px 9px 5px 9px;
	margin-top: 1px;
	color: black;
	background-color: white;
}

/* @end */



.mufs11 .programtable tr.break td {
	background-color: #f4f3e6;
}

.mufs11 .programtable tr.panel td {
	xbackground-color: #efe3ff;
	background-color: #d0ffec;
	
}

.mufs11 .programtable tr.workshop td {
	background-color: #ffead6;
}

.mufs11 .programtable tr.keynote td {
	background-color: lightgreen;
	background-color: #d6ffcc;
}

/* @group Whos Coming */

.mufs11 table.whoscoming td {
	padding: 5px 0px;
	vertical-align: middle;
	border: 1px solid #aaa;
	border-collapse: collapse;
	background-color: #f0f0f0;
	font-size: 0.9em;
	line-height: 1.2em;
}

.mufs11 table.whoscoming td {
	width: 50%;
}

.mufs11 table.whoscoming td div {
	padding: 0 8px;
}

/* @end */

/* @group Speakers */

.mufs11 table.speakerphotos {
	margin-bottom: 30px;
	border-collapse: collapse;
	xborder-bottom: 1px solid #0072cf;
}

.mufs11 table.speakerphotos td {
	width: 20%;
	background-color: #0072cf;
	background-color: #aaa;
	xpadding-bottom: 6px;
	xborder-left: 1px solid #bbb;
	xborder-right: 1px solid #bbb;
	text-align: center;
}

.mufs11 table.speakerphotos td div {
	font-size: 11px;
	line-height: 15px;
	padding-right: 5px;
	color: white;
	text-align: center;
	xborder-bottom: 1px solid #0072cf;
}

.mufs11 table.speakerphotos td img {
	width: 122px;
}

.mufs11 table.speakerphotos .name {
	xmargin-top: 6px;
	font-weight: bold;
	xcolor: #0072cf;
	font-size: 12px;
	background-color: #444;
	padding: 4px 0px 5px;
}

.mufs11 table.speakerphotos .role {
	color: black;
	margin-top: 5px;
	margin-bottom: 8px;
}

.mufs11 table.speakerphotos .company {
	font-style: italic;
	font-weight: bold;
	margin-bottom: 8px;
	color: black;
}

.mufs11 table.speakers {
	width: 610px;
}

.mufs11 table.speakers td,
.mufs11 table.speakers th {
	padding: 8px 0px;
	xborder: 0px solid #aaa;
	xborder-collapse: collapse;
	background-color: #f0f0f0;
	font-size: 0.9em;
	line-height: 1.2em;
	width: 50%;
}

.mufs11 table.speakers th {
	vertical-align: middle;
	background-color: #0072cf;
	padding: 10px 0;
}

.mufs11 table.speakers th h2 {
	padding: 0 9px;
	color: white;
	margin: 0;
	font-size: 22px;
	text-align: center;
}

.mufs11 table.speakers th h3 {
	padding: 0 9px;
	color: white;
	margin: 0;
	font-size: 18px;
	text-align: center;
}

.mufs11 table.speakers td p {
	padding: 0 12px;
	margin: 9px 0;
}

.mufs11 table.speakers td p.name {
	font-weight: bold;
	font-size: 14px;
	color: #0072cf;
	margin-bottom: 2px;
	margin-top: 12px;
}

.mufs11 table.speakers td p.blurb {
	margin-top: 0;
}


/* @end */

/* @group Button Panels */


.mufs11 .clickpanel {
	text-align: center;
	margin-bottom: 2em;
	margin-top: 2em;
	padding: 5px;
	border: 3px dashed #0072cf;
}

.mufs11 .clickpanel img {
	padding: 8px;
}



/* @end */

/* @end */

/* @group BricksClicks */

.agenda-item {
	xborder: 3px solid #a71520;
	border: 3px solid #c7461c;
	border: 3px solid #ee7c23;
	
	background-color: #0673c6;
	margin-top: 24px;
	margin-bottom: 30px;
	padding: 15px 20px 12px;
	border-radius: 20px;
	color: white;
}

.bricksclicks .agenda-item h3 {
	margin-top: 0;
	margin-bottom: 9px;
	font-size: 20px;
	font-weight: normal;
	line-height: 24px;
	xxcolor: #a6dcff;
	color: #bae3fe;
}

.agenda-item h3 span {
	font-size: 16px;
	text-transform: uppercase;
	color: white;
	letter-spacing: 1px;
	padding-right: 10px;
}

.bricksclicks h1,
.bricksclicks h2 {
	xxcolor: #10319c;
	xxcolor: #0c52b1;
	color: #0673c6;
}

.bricksclicks h3 {
	color: #e16c1f;
}

.bricksclicks p.intro {
	color: #555;
	font-size: 18px;
	line-height: 20px;
	text-align: center;
}

.bricksclicks div.slide-panel {
	margin-top: 15px;
}

.bricksclicks .speaker-list {
	padding: 20px 24px;
	border: 1px solid #f3eec3;
	background-color: #fffce0;
	margin-top: 24px;
}

.bricksclicks .speaker-list h2 {
	margin-top: 0;
}

.bricksclicks .speaker-list strong {
	color: #e16c1f;
	padding-right: 6px;
}

.bricksclicks .click-button {
	text-align: center;	
	margin: 24px 0px;
}


/* @end */
