<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.footer a{
	display:inline-block;
}

.footer{
	width:100%;
	background-color: #161616;
	font-family: 'Libre Franklin', sans-serif;
}

.footerContainer{
	padding: 50px 20px 50px 20px;
	max-width:1380px;
	width: 100%;
	margin:0 auto;
}

.footer .columnContainer {
	position: relative;
}

.footerColumn {
	flex:1 0 20%;
	max-width: 20%;
	padding:0 20px;
	font-size:20px;
	line-height:28px;
	position: relative;
	font-family:'Weizmann', serif;
}

.footerColumn.static-logo {
	padding-left: 0;
}

.footerColumn.static-logo .logosite {
    height: auto;
    min-height: 78px;
}

.footerColumn.static-logo .social {
	margin-top: 30px;
	font-size: 28px;
	justify-content: space-between;
    width: 80%;
}

.footerColumn.static-logo .social a {
	padding: 0;
}

.footerColumn.static-urls {
	padding-right: 0;
}

.footerColumn ul {
	list-style: none;
	padding:0;
	margin:0;
}

.footerColumn ul a {
	font-family: 'Libre Franklin', sans-serif;
}

.footerColumn a:link, .footerColumn a:visited{
	color:white;
	text-decoration: none;
}
.footerColumn a:hover, .footerColumn a:active, .footerColumn a.active{
	color:#0080F7;
}

.footerColumn &gt; a {
	font-size: 20px;
	line-height: 28px;
	font-weight:normal;
	margin-bottom: 6px;
}

.footerColumn.static-urls &gt; a {
	margin-bottom: 16px;
	max-width: 100%;
	width: 100%;
}

.footerColumn.static-urls &gt; a:last-child {
	margin-bottom: 0;
}

.footerColumn a.pbr, .footerColumn a.blog{
	font-weight:normal;
}

.footerColumn a.blog{
	position:absolute;
	bottom:0;
	min-height:0;
}

.footerColumn ul li a{
	font-size: 15px;
	line-height: 26px;
	font-weight: 400;
	margin-bottom: 0;
}

.footerColumn li:last-of-type a{
	margin-bottom: 0;
}

@media screen and (max-width:1024px){
	.footerColumn {
		flex:1 0 25%;
		max-width: 25%;
		padding:0 20px;
	}
	.footerColumn:nth-child(2) {
		padding-left: 0;
	}
	.footerColumn.static-logo .logoTopContainer {
		text-align: center;
	}
	.footerColumn.static-logo {
		padding-left: 20px;
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 40px;
	}
	.footerColumn.static-logo .social {
		max-width: 320px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
		font-size: 28px;
		justify-content: space-evenly;
	}
	.footerColumn.static-logo .social a {
		padding: 0 5px;
	}
}

@media screen and (max-width:768px){
	.footerColumn {
		flex:1 1 50%;
		max-width: 50%;
		padding:0 20px;
	}
	.footerColumn:nth-child(2), .footerColumn:nth-child(3) {
		padding-left: 20px;
		margin-bottom: 30px;
	}
}

@media screen and (max-width:480px){
	.footerColumn {
		flex:1 1 100%;
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
		padding:0 20px;
	}
	.footerColumn:nth-child(4) {
		margin-bottom: 30px;
	}
}

.footer .mobileButtons{
	display:none;
}

.footer .mobileButtons div{
	flex:0 0 50%;
	padding:0 15px;
}
.footer .mobileButtons div:nth-of-type(2n){
	padding-left:0;
}

.footer .mobileButtons div:nth-of-type(1), .footer .mobileButtons div:nth-of-type(2){
	padding-bottom:15px;
}


.footerBottom{
	border-top:1px solid #fff;
	margin-top:40px;
	padding-top: 40px;
}

.footerBottom .social a:hover, .footerBottom .social a:active, .footerBottom .social a.active{
	color:#0080F7;
}

.footerBottom .logoGroupContainer {
	margin-top:0;
	margin-left: auto;
    margin-right: 0;
	font-size: 14px;
    font-family: 'Roboto Condensed', sans-serif;
}

.footerBottom .logoGroupContainer .col-logo {
    padding-right: 20px;
}

.footerBottom .logoGroupContainer .col-logo:last-child {
    padding-right: 0px;
}

.footerBottom .logoGroupContainer .col-logo img.logo.logocharitynav {
    width: 115px;
    height: 115px;
    margin-bottom: 10px;
}

.footerBottom .logoGroupContainer .col-logo img.logo.logoplatinumnav {
    width: 115px;
    height: 115px;
    margin-bottom: 10px;
}

.footer .bottomLinks {
	font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 0;
	padding-right: 20px;
}

.footer .bottomLinks a:first-child {
	padding-left: 0;
} 

.footer .bottomLinks p{
	margin:0;
	margin-top:6px;
	color: #fff;
}

.footer .bottomLinks a {
	color:white;
	text-decoration: none;
	display:inline-block;
	padding:0 8px;
}

.footer .bottomLinks a:first-child {
	padding-left: 0;
} 

.footer .bottomLinks a:hover, .footer .bottomLinks a:active, .footer .bottomLinks a.active{
	color:#0080F7;
}

@media screen and (max-width: 991px) {
    .footerBottom {
        flex-direction: column-reverse;
    }
    .footer .bottomLinks {
        margin-bottom: 30px;
    }
	.footer .bottomLinks,.footerBottom .logoGroupContainer {
		flex: 0 0 100%;
		max-width: 100%;
        text-align: center;
	}
	.footerBottom .logoGroupContainer {
		text-align: center;
        margin: 0 auto;
        padding-bottom: 30px;
	}
}

@media screen and (max-width: 767px) {
	.footerBottom .logoGroupContainer .col-logo {
		padding-right: 0;
		padding-bottom: 20px;
		width: 100%;
	}
	.footerBottom .logoGroupContainer .col-logo:last-child {
		padding-bottom: 0px;
	}
}

@media screen and (max-width: 500px) { 
	.footer .bottomLinks {
		text-align: center;
	}
}

section.footer-sharing {
	position: relative;
	background-color: #F9F5EA;
	text-align: center;
	display: block;
	padding:30px 0;
}
section.footer-sharing .inner-sharing {
	 padding-left: 15px;
	 padding-right: 15px;
	 justify-content: center;
 }

section.footer-sharing .inner-sharing .text-share {
	font-family: 'Libre Franklin', sans-serif;
	color: #161616;
	font-weight: 600;
	font-size: 22px;
	line-height: 30px;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	margin-right: 25px;
	display: inline-block;
	flex: 0 0 78px;
	max-width: 78px;
}

section.footer-sharing .inner-sharing .sharethis-inline-share-buttons {
	max-width: 100%;
	display: inline-block!important;
}

section.footer-sharing .inner-sharing #st-1 .st-btn:last-child {
	display: inline-block!important;
}

section.footer-sharing .inner-sharing .social-share-icons {
	max-width: 100%;
	display: flex;
	flex-wrap: wrap;
}

section.footer-sharing .inner-sharing .social-share-icons .st-custom-button {
	margin-right: 10px;
	cursor: pointer;
}

section.footer-sharing .inner-sharing .social-share-icons .st-custom-button:last-child {
	margin-right: 0px;
}

section.footer-sharing .inner-sharing .social-share-icons .fa-brands, section.footer-sharing .inner-sharing .social-share-icons .fa-brands:visited {
	font-size:28px;
	color:#161616;
}

section.footer-sharing .inner-sharing .social-share-icons .fa-brands:hover , section.footer-sharing .inner-sharing .social-share-icons .fa-brands:active {
	color:#0080F7;
}

section.footer-sharing .inner-sharing .social-share-icons .fa, section.footer-sharing .inner-sharing .social-share-icons .fa:visited {
	font-size:28px;
	color:#161616;
}

section.footer-sharing .inner-sharing .social-share-icons .fa:hover , section.footer-sharing .inner-sharing .social-share-icons .fa:active {
	color:#0080F7;
}

/*port from old site*/

div.clear{
	clear:both;
}

footer .lt{
	float:left;
}
footer .rt{
	float:right;
}

footer .content{
	max-width:100%;
	margin:0 auto;
	width:100%;
	overflow:hidden;
	clear:both;
}

footer .top{
	width:100%;
	overflow:hidden;
}

footer {
	border-top: 0 none;
}

footer .top {
	background: white;
}

footer .top .bucket {
	width: 50%;
	max-width: 50%;
	padding: 50px;
	min-height: 500px;
	box-sizing: border-box;
}

@media screen and (max-width: 768px) {
	footer .top .bucket {
		width: 100%;
		max-width: 100%;
		padding: 50px 20px;
		min-height: 360px;
		box-sizing: border-box;
		float: none;
	}
	footer .top .bucket.lt {
		border-right: 0 none;
		border-bottom: 1px solid #161616;
	}
}

footer .top .bucket .info {
	width: 100%;
	max-width: 520px;
	position: relative;
}

@media screen and (min-width: 1551px) {
	footer .top .bucket.rt .info {
		margin-left: 18%;
	}
}

@media screen and (max-width: 1550px) and (min-width: 992px) {
	footer .top .bucket.rt .info {
		margin-left: auto;
		margin-right: 0;
	}
}

footer .top .bucket .info h2 {
	margin-bottom: 20px;
	color: #161616;
	text-align: left;
	font-size: 52px;
	letter-spacing: 0;
	line-height: 60px;
}

footer .top .bucket .info p {
	margin-bottom: 40px;
	color: #161616;
	font-family: 'Libre Franklin', sans-serif;
	font-size: 22px;
	line-height: 40px;
}

@media screen and (max-width: 1024px) {
	footer .top .bucket .info h2 {
		font-size: 32px;
		line-height: 44px;
	}
}

@media screen and (max-width: 768px) {
	footer .top .bucket .info p {
		margin-bottom: 30px;
		color: #161616;
		font-family: 'Libre Franklin', sans-serif;
		font-size: 18px;
		line-height: 30px;
	}
}

footer .top .bucket .info input {
	font-family: 'Libre Franklin', sans-serif;
	font-size: 17px;
}
footer .top .bucket .info h2 a {
	font-family: inherit;
    font-size: inherit;
    color: inherit;
    text-transform: inherit;
	text-align: left;
}
footer .top .bucket .info .blueButton {
	padding: 20px;
}

footer .top .bucket .info .newsletter {
	width: 180px;
	height: 40px;
	padding: 0 10px;
	background: #e5e5e5;
	color: #a6a6a6;
}

footer .top .bucket .info .greenButton {
	padding: 7px 8px;
	font-size: 25px;
	margin: 0;
}

footer .top .bucket.lt {
	padding-right: 28px;
	border-right: 1px solid #161616;
}

.info.rt.inputnewsletter{
	height:auto !important;
}

@media (max-width: 600px) {
	footer .top .bucket {
		padding: 20px 0 30px;
		width: 100%;
	}
}

footer .bottom {
	background: #1e303a;
	color: white;
}

footer .bottom a {
	color: white;
}

footer .bottom a:hover {
	color: #0080F7;
}

footer .bottom a.active {
	color: #0080F7;
}

footer .bottom .siteMap {
	padding: 50px 0;
}

footer .bottom .siteMap &gt; ul h5, footer .bottom .siteMap &gt; ul h6 {
	color: white;
}

footer .bottom .siteMap &gt; ul {
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
}

footer .bottom .siteMap &gt; ul &gt; li {
	list-style-image: none;
	list-style-type: none;
	margin-left: 0;
	white-space: nowrap;
	display: inline;
	float: left;
	padding-left: 50px;
	padding-right: 50px;
}

footer .bottom .siteMap &gt; ul &gt; li:first-child, footer .bottom .siteMap &gt; ul &gt; li.first {
	padding-left: 0;
}

footer .bottom .siteMap &gt; ul &gt; li:last-child {
	padding-right: 0;
}

footer .bottom .siteMap &gt; ul &gt; li.last {
	padding-right: 0;
}

footer .bottom .siteMap &gt; ul &gt; li {
	border-left: 1px solid #4e5e70;
	font-size: 15px;
	font-weight: bold;
	font-family: "Merriweather", serif;
}

footer .bottom .siteMap &gt; ul &gt; li:first-child {
	border-left: 0;
}

footer .bottom .siteMap &gt; ul &gt; li ul {
	margin-top: 15px;
}

footer .bottom .siteMap &gt; ul &gt; li a {
	font-size: 12px;
	font-weight: normal;
	line-height: 34px;
}

footer .bottom .socialBar {
	border-top: 1px solid #4e5e70;
	border-bottom: 1px solid #4e5e70;
	padding: 20px 0 10px;
	text-align: center;
}

footer .bottom .socialBar ul {
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	display: inline-block;
}

footer .bottom .socialBar ul li {
	list-style-image: none;
	list-style-type: none;
	margin-left: 0;
	white-space: nowrap;
	display: inline;
	float: left;
	padding-left: 28px;
	padding-right: 28px;
}

footer .bottom .socialBar ul li:first-child, footer .bottom .socialBar ul li.first {
	padding-left: 0;
}

footer .bottom .socialBar ul li:last-child {
	padding-right: 0;
}

footer .bottom .socialBar ul li.last {
	padding-right: 0;
}

footer .bottom .socialBar ul a, footer .bottom .socialBar ul p {
	color: white;
	font-size: 12px !important;
	font-family: "Merriweather", serif;
}

footer .bottom .socialBar ul span {
	margin-right: 10px;
	color: #1e303a !important;
	font-size: 15px;
	display: inline-block;
	font-family: 'icomoon';
	padding: 14px 7px;
}

footer .bottom .socialBar ul span:hover {
	color: white !important;
}

footer .bottom .socialBar ul p {
	display: inline;
}

@media (max-width: 700px) {
	footer .bottom .socialBar ul {
		margin: 0;
		padding: 0;
		border: 0;
		overflow: hidden;
	}

	footer .bottom .socialBar ul li {
		list-style-image: none;
		list-style-type: none;
		margin-left: 0;
		white-space: nowrap;
		display: inline;
		float: left;
		padding-left: 15px;
		padding-right: 15px;
	}

	footer .bottom .socialBar ul li:first-child, footer .bottom .socialBar ul li.first {
		padding-left: 0;
	}

	footer .bottom .socialBar ul li:last-child {
		padding-right: 0;
	}

	footer .bottom .socialBar ul li.last {
		padding-right: 0;
	}
}

footer .bottom .mobile .socialBar p {
	display: none;
}

footer .bottom .copyright {
	padding: 25px 0;
	text-align: center;
}

footer .bottom .copyright ul {
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
}

footer .bottom .copyright ul li {
	list-style-image: none;
	list-style-type: none;
	margin-left: 0;
	white-space: nowrap;
	display: inline-block;
	padding-right: 14px;
}

footer .bottom .copyright ul li:first-child, footer .bottom .copyright ul li.first {
	padding-left: 0;
}

footer .bottom .copyright ul li:last-child {
	padding-right: 0;
}

footer .bottom .copyright ul li.last {
	padding-right: 0;
}

footer .bottom .copyright a, footer .bottom .copyright p {
	font-size: 12px;
	font-family: "Merriweather", serif;
}

footer .bottom .copyright p {
	color: white;
}

@media (max-width: 959px) {
	footer .desktop {
		display: block;
	}

	footer .bottom .siteMap &gt; ul &gt; li {
		width: 50%;
		box-sizing: border-box;
		padding-right: 20px;
	}

	footer .bottom .siteMap &gt; ul &gt; li:nth-of-type(3) {
		clear: left;
		padding-left: 0;
		border-left: 0;
	}

	footer .bottom .siteMap &gt; ul &gt; li:nth-of-type(2) {
		padding-right: 0;
	}

	footer .bottom .siteMap &gt; ul &gt; li:nth-of-type(1), footer .bottom .siteMap &gt; ul &gt; li:nth-of-type(2) {
		padding-bottom: 20px;
	}

	footer .bottom .siteMap &gt; ul &gt; li:nth-of-type(3), footer .bottom .siteMap &gt; ul &gt; li:nth-of-type(4) {
		border-top: 1px solid #4e5e70;
		padding-top: 20px;
	}

	.sdsdj {
		margin: 0 auto;
		padding: 0;
		border: 0;
		overflow: hidden;
		width: 675px;
		height: 30px;
		position: relative;
		display: block;
		float: none !important;
	}

}

footer .bottom .copyright p {
	font-size:11px !important;
	text-align: center;
}

@media (max-width: 600px) {
	footer .desktop {
		display: block;
	}

	footer .top .content {
		width: 100%;
	}

	footer .top .content .bucket {
		width: 95%;
		border-right: 0;
		margin: 0 10px;
		float: none;
	}

	footer .top .content .bucket.lt {
		border-bottom: 1px solid #e5e5e5;
		padding-right: 0;
	}

	footer .top .content .bucket.rt {
		padding-left: 0;
	}

	footer .top .content .bucket .info {
		height: auto !important;
	}

	footer .bottom .mobile &gt; ul {
		padding: 30px 0;
	}

	footer .bottom .mobile &gt; ul li {
		width: 49%;
		float: left;
		margin-bottom: 10px;
		text-align: center;
	}

	footer .bottom .mobile &gt; ul li:nth-of-type(odd) {
		margin-right: 10px;
	}

	footer .bottom .mobile &gt; ul li:nth-of-type(7), footer .bottom .mobile &gt; ul li:nth-of-type(8) {
		margin-bottom: 0;
	}

	footer .bottom .mobile &gt; ul li a {
		font-family: "Roboto Condensed", sans-serif;
		font-size: 13px;
		padding: 15px;
		background: #415265;
		display: block;
	}

	footer .bottom .socialBar ul {
		margin: 0;
		padding: 0;
		border: 0;
		overflow: hidden;
	}

	footer .bottom .socialBar ul li {
		list-style-image: none;
		list-style-type: none;
		margin-left: 0;
		white-space: nowrap;
		display: inline;
		float: left;
		padding-left: 10px;
		padding-right: 10px;
	}

	footer .bottom .socialBar ul li:first-child, footer .bottom .socialBar ul li.first {
		padding-left: 0;
	}

	footer .bottom .socialBar ul li:last-child {
		padding-right: 0;
	}

	footer .bottom .socialBar ul li.last {
		padding-right: 0;
	}
}

@media (max-width: 400px) {

	footer .top .bucket.lt {
		padding-right:0;
		border-right: 0;
	}

	footer .desktop {
		display: none;
	}

	footer .bottom .siteMap &gt; ul {
		margin: 0 auto;
		padding: 0px;
		overflow: hidden;
		width: 95%;
	}

	footer .top .bucket .info .blueButton {
		display: block;
		width: 80px;
		position: relative;
		margin: 0 auto;
	}

	footer .top .bucket .info .newsletter {
		height: 40px;
		padding: 0px 10px;
		background: none repeat scroll 0% 0% #E5E5E5;
		color: #A6A6A6;
		border:0;
	}
	footer .top .bucket .info .newsletter input{
		border:0;
	}

	.newsletter, input{
		border:0;
	}

	footer .bottom .siteMap &gt; ul &gt; li {
		width: 50%;
		box-sizing: border-box;
		padding-right: 25px;
	}

	footer .bottom .siteMap &gt; ul &gt; li {
		list-style-image: none;
		list-style-type: none;
		margin-left: 0px;
		white-space: nowrap;
		display: inline;
		float: left;
	}

	footer .bottom .siteMap &gt; ul &gt; li:nth-of-type(3), footer .bottom .siteMap &gt; ul &gt; li:nth-of-type(4) {
		padding-top: 20px;
	}

	footer .bottom .siteMap &gt; ul &gt; li:nth-of-type(3), footer .bottom .siteMap &gt; ul &gt; li:nth-of-type(4) {
		padding-top: 20px;
	}
	footer .bottom .socialBar ul p {
		display: none;
	}

	footer .bottom .siteMap &gt; ul &gt; li {
		font-size: 15px;
		font-weight: bold;
		font-family: "Merriweather",serif;
		padding-left: 20px;
	}
	footer .bottom .socialBar ul li {
		list-style-image: none;
		list-style-type: none;
		margin-left: 0px;
		white-space: nowrap;
		display: block;
		float: left;
		padding-left: 15px;
		padding-right: 10px;
		/*padding-bottom: 10px;*/
	}

	footer .bottom .copyright ul {
		margin: 0px auto !important;
		padding: 0 0 20px 0 !important;
		border: 0px none!important;
		overflow: hidden !important;
		width: 300px !important;
		position: relative !important;
		display: block !important;
		float: none !important;
		height: auto !important;
	}

	footer .bottom .copyright ul li:first-child, footer .bottom .copyright ul li.first {
		padding-left: 5px;
	}

	footer .bottom .copyright ul li {
		list-style-image: none;
		list-style-type: none;
		margin-left: 0px;
		white-space: nowrap;
		display: inline;
		float: left;
		padding-left: 5px;
		padding-right: 14px;
	}
}

footer h4{
    font-weight:700;
}

.top.newsletterbanner {
    position: relative;
	display: block;
	background: url(/static/weizmannimages/footer/bg-prefooter-newsletter.jpg) no-repeat center center; 
	background-size: cover;
}

.top.newsletterbanner .content {
 max-width: 920px;
 width: 100%;
 padding-left: 20px;
 padding-right: 20px;
}

.top.newsletterbanner .bucket{
    padding:50px 0;
    width: 100%;
	max-width: 100%;
    border-right:0 none;
	color: #fff;
}

.newsletterform{
    display: inline-block;
    vertical-align: top;
    width:250px;
}

.top.newsletterbanner .bucket .info{
    padding:0;
    width: auto;
	max-width: 100%;
}

.newslettertext {
    max-width:100%;
    width:100%;
}

.newslettertext h3 {
	color: #fff;
	text-align: center;
	font-size: 48px;
	line-height: 60px;
	font-weight: normal;
}

.newslettertext p {
	font-family: 'Libre Franklin', sans-serif;
	font-size: 22px;
	line-height: 40px;
	font-weight: 400;
}

@media screen and (max-width: 1024px) {
	.newslettertext h3 {
		font-size: 32px;
		line-height: 44px;
	}
}

@media screen and (max-width: 768px) {
	.newslettertext p {
		font-size: 18px;
		line-height: 30px;
	}
}

.newsletterform{
    margin-top: 41px !important;
}
.newslettertext h4 {
    margin-top: 19px !important;
    margin-bottom: 10px;
}

footer .top .bucket .info .newsletter{
    max-width:100%;
	width: 100%;
}

/* Flightpath mods */
@media (max-width: 959px) {
    footer .top.newsletterbanner .bucket .image img{
        margin-bottom:0;
    }
    .top.newsletterbanner .bucket.lt{
        padding-right:0;
    }
}
@media (max-width: 880px) {
    .image h4{
        margin-top:5px !important;
    }
}

@media (max-width: 650px) {
    .cen.lt{
        margin-top: 30px;
        float:none;
    }
    .newslettertext{
        width:100%;
    }
}
@media (max-width: 650px){
    footer .top .bucket .info .newsletter{
        max-width:100%;
        width:100%;
    }
    footer .top.newsletterbanner .bucket .image{
        max-width:100%;
        width:100%;
        text-align: center;
    }
    div.cen{
    }
    img.lt{
        float:none;
    }
    .newsletterbanner .lt.bucket, .newsletterbanner .lt.image, .newsletterbanner .lt.newslettertext, .newsletterbanner .rt.info, .newsletterbanner .rt.newsletterform{
        float:none;
        max-width: 100%;
        display:inline-block;
        margin: 0 auto;
    }
    .top.newsletterbanner .bucket .info{
        display:block;
    }
    .newsletterform{
        display: block;
    }
    .top.newsletterbanner .bucket.lt, .top.newsletterbanner .bucket .image img{
        margin:0 !important;
        padding:0 !important;
    }
}
@media (max-width: 600px) {
    div.cen{
        text-align:center;
    }
    footer .top.newsletterbanner .bucket .image img{
        margin-right:0 !important;
        display:block;
        margin: 0 auto 20px !important;
    }
    .bucket.lt{
        border-right:0 !important;
    }
    article.passion-project:last-child{
        border-bottom:0 !important;
        padding-bottom:0px;
        margin-bottom: 48px !important;
    }

}

@media screen and (max-width:960px){
		footer .info{
			padding:0 15px;
		}
}</pre></body></html>