body {
	font-family: 'Roboto','Helvetica','Arial',sans-serif;;
	font-size: 20px;
	font-weight: 400;
	color: #000000;
	margin: 0;
	padding: 0;
	background-color: #E5E5E5;
}

pre {
    font-size: 1.1rem;
}
/*
.icon-spinner {
	width: 48px;
	height: 48px;
	border: 5px solid #FFF;
	border-bottom-color: transparent;
	border-radius: 50%;
	display: inline-block;
	box-sizing: border-box;
	animation: rotation 1s linear infinite;
}

@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
*/
.text-center{
    text-align: center;
}

.payment-footer{
	font-size: 14px;
}

.disabled {
	opacity: 0.3;
}

.label_zip {
    color: #007E83 !important;
    /* top: -16px;
       transition: 0.2s ease all;
       font-size: 0.8px; 
    */
}

.vat-cf-button{
    padding: 0.2em 1em 0.2em 1em !important;
}

/*NASCONDI MENU' AGREEMENT IN INGLESE*/
a[title='CEI - Agreement'] { display: none!important; }
/**/

.form-check-label {
     width: 100%!important;
}

.flagStyle {
    cursor: pointer;
}

.badge-chart{
    color: #007E83;
    background-color: #fff;
}

.disabled-button {
    opacity: 0.3!important;
    cursor: not-allowed;
    pointer-events: none;
}

.alert{
    background-color:transparent;
    border:0;
    font-size:0.9rem;
    padding-left:0px;
    padding-right:0px;
    margin-bottom:0px;
    font-weight:700;
}

.alert.alert-danger{
    color:#E10000;
}

.alert.alert-success{
    color:#009900;
}

.alert:before{
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 21px;
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga';
	vertical-align: -5px;
	margin-right: 5px;
}

.alert.alert-warning:before {
    content: 'warning';
    color: inherit;
}

.alert.alert-danger:before{
	content: 'warning';
	color: inherit;
}

.alert.alert-success:before{
	content: 'check_box';
	color: inherit;
}
/* 
.alert.alert-info:before{
	content: 'shopping_cart';
	color: inherit;
} */

.smalltext{
	font-size: 16px;
}

.mobile{
	display: none;
}

h1,h2,h3,h4,h5{
	margin-bottom: 1rem;
	font-family: 'Roboto Condensed', Arial, sans-serif;
	line-height: 1.5em;
}

h1.superbig{
	font-size:120px;
	font-weight: bold;
}

h1{
	font-size: 3rem;
    font-weight: 700;
	margin-bottom: 1em;
	padding-top: 0.5rem;
	line-height: 1.2em;
}

h2{
	font-size: 2.4rem;
	margin-top: 1.1em;
	margin-bottom: 0.5em;
    font-weight: 700;
}

h3{
	font-size: 2.0rem;
	text-transform:  none;
    margin-bottom: .5em;
    margin-top: 1em;
}

h4{
	font-size: 1.6rem;
	margin-bottom: 0.25em;
}

a.rightchevron{
	display: flex;
	align-items: center;
	position: relative;
}

a.rightchevron::after{
	position: absolute;
	right: 10px;
	top: 50%;
    transform: translateY(-50%);
	font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 36px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    content:'chevron_right';
}

a.leftchevron{
	display: flex;
	align-items: center;
	position: relative;
}

a.leftchevron::after{
	position: absolute;
	left: 10px;
	top: 50%;
    transform: translateY(-50%);
	font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 36px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    content:'chevron_left';
}

/*--------------------*/
a[target="_blank"] {
	/*
    background: url("https://static.ceinorme.it/cei-common/img/extlink.png") right center no-repeat;
    padding-right: 15px;
    */
}
/*qt classe non e' detto che serva...*/
div.row.footermenu div a {
    background: none;
}
/*--------------------*/

.row.flex{
	display: flex;
}

.row.flex.vcenter{
	align-items: center;
}

.row.flex.vbottom{
	align-items: flex-end;
}

.relative{
	position: relative;
}

.underline{
	text-decoration: underline;
}

.overhidden{
	overflow:hidden;
}

.maincontent{position: relative;}
.maincontent.disabled:after{content:''; background-color:#000000aa; position: absolute; top:-30px; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; z-index: 20}

#headermenu {
	position: fixed;
	top:0;
	width: 100%;
	z-index: 99;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+49,007E83+50 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(left, #ffffff 49%, #007E83 50%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(49%, #ffffff),
		color-stop(50%, #007E83)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #ffffff 49%, #007E83 50%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #ffffff 49%, #007E83 50%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(left, #ffffff 49%, #007E83 50%);
	/* IE10+ */
	background: linear-gradient(to right, #ffffff 49%, #007E83 50%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',
		endColorstr='#007E83', GradientType=1); /* IE6-9 */
	font-family: 'Roboto Condensed','Helvetica', 'Arial', sans-serif;
}

#headermenu .container {
	
}

.searchbar-toggle{
	position: absolute;
	top:30px;
	right: 70px;
	width:44px;
	height: 42px;
	color: #007E83;
}

.navbar {
	border-radius: 0px;
}

.navbar-default {
	background-color: #007E83;
	border: none;
	position: relative;
	height: 90px;
	/*overflow: hidden;*/
}

#compensateTopBar, .topbar-compensate{
	height: 90px;
	width: 100%;
	background-color: #FFFFFF;
}

.navbar-header {
	width: 25%;
}

.logowrapper {
	background: #FFF;
	width: 100%;
	/* max-width: 200px; */
}

.logo {
	display: block;
	padding: 9px 0 8px;
	text-align: left;
	margin-left: 20px;
}

.compensateFixedHeader {
	width: 100%;
	height: 80px;
}

.navbar {
	margin-bottom: 0px;
}

.navbar-nav {
	font-size: 1.0rem;
	margin-left: 0px;
	font-weight: 300;
}

.navbar-collapse {
	max-height: 10000px !important;
}

.navbar-toggle {
	position: relative;
	float: right;
	margin-right: 15px;
	padding: 13px 10px !important;
	margin-top: 26px !important;
	margin-bottom: 8px;
}

.navbar-nav>li, .menu .navbar-nav>li.active {
	background: none;
}

.navbar-nav>li>a, .navbar-nav>li.active>a, .navbar-nav>li>button,
	.navbar-nav>li.active>button {
	padding: 10px 15px;
	margin: 25px 0px;
	text-transform: uppercase;
	/*background: none!important;*/
	color: #FFF !important;
}

.navbar-nav>li>a, .navbar-nav>li.active>a {
	background-color: transparent !important;
	font-weight: 400;
}

.navbar-nav>li.active>a:hover, .navbar-nav>li>a:hover, .navbar-nav>li.active>a
	{
	/*background: none!important;*/
	color: #000 !important;
}

.navbar-right>li>a {
	border-left: solid 1px rgba(255, 255, 255, 0.3);
}

.navbar-right>li.active>a:hover, .navbar-right>li>a:hover {
	/*background: none;*/
	color: #000;
	border-bottom: none;
}

.navbar-right button {
	background: none;
	border: none;
	border-left: solid 1px rgba(255, 255, 255, 0.3);
	width: 70px;
	height: 40px;
	padding: 0px !important;
}

.navbar-right .chartStyle>a {
	padding: 5px 30px;
	margin: 25px 0;
	display: block;
}

.navbar-right a.loginbutton{
	background-color: #FFFFFF!important;
    color: #007E83!important;
    border-radius: 6px;
    margin-right: 0px;
    border-left: none!important;
}

.navbar-right a.profilebutton{
	display: block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
    border: solid 1px;
    background-color: #FFFFFF!important;
}

.navbar-right li:hover a.profilebutton{
    border: solid 1px #FFFFFF;
}

	.navbar-right a.profilebutton img{
		position: absolute;
		top:50%;
		left:50%;
		transform:translate(-50%,-50%);
		width: 110%;
	}

	.navbar-right li .profilesubmenu{
		position: absolute;
		top:80%;
		left:50%;
		transform: translateX(-50%);
		display: none;
	}

	.navbar-right li:hover .profilesubmenu{
		display: block;
	}

	.ceisubmenububble .bubble{
		margin-top:10px;
		background-color: #FFFFFF;
		border-radius: 10px;
		width: 250px;
		padding:20px;
		position: relative;
		font-size:15px;
		font-family: 'Roboto',sans-serif;
		box-shadow: 0px 3px 5px rgba(0,0,0,0.25);
                z-index: 1;
	}

	

	.ceisubmenububble .bubble:after{
		position: absolute;
		top:-5px;
		left: 50%;
		transform: translateX(-50%);
		content:'';
		width: 0;
		height: 0;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-bottom: 5px solid #FFFFFF;
	}

	.ceisubmenububble .bubble .bubblesection{
		display: block;
		padding-top:10px;
		padding-bottom:10px;
		border-bottom:solid 1px rgba(0,0,0,0.2);
	}

	.ceisubmenububble .bubble .bubblesection.columns{
		display: flex;
		align-items: center;
	}

	
	.ceisubmenububble .bubble .bubblesection:last-child{
		border-bottom:none;
	}

	.ceisubmenububble .bubble .bubblesection .avatar{
	    width: 50px;
	    height: 40px;
	    background-color: #FFFFFF!important;
	    color: #007E83!important;
	    border-radius: 50%;
	    /*border:solid 2px #007E83;*/
	    overflow: hidden;
	    position: relative;
	}

	.ceisubmenububble .bubble .bubblesection .avatar img{
		position: absolute;
		top:50%;
		left:50%;
		transform:translate(-50%,-50%);
		width: 110%;
	}

	.ceisubmenububble .bubble .bubblesection .username{
		width: 200px;
		padding-left: 10%;
		color:#007E83;
		font-weight:600;
	}

	.ceisubmenububble .bubble .bubblesection a{
		width: 100%;
		padding: 10px;
		color:#007E83;
		font-weight:400;
		display: block;
		flex-basis: 100%;
	}

/*
.navbar-right .chartStyle>a {
	padding: 20px 30px;
	margin: 25px 0;
	display: block;
	background-image: url("/web/20230731153539im_/https://static.ceinorme.it/cei-common/immagini/icone/carrello.png");
	background-repeat: no-repeat;
	background-position: center center;
}

.cart-overview {
	padding:15px;
}

.cart-overview .cart-checkout {
	display:block;
	width: 100%;
}
*/
.navbar-right .userStyle>a {
	padding: 20px 30px;
	width:61px;
	margin: 25px 0;
	display: inline-block;
	background-image: url("/web/20230731153539im_/https://static.ceinorme.it/cei-common/immagini/icone/user.png");
	background-repeat: no-repeat;
	background-position: center 20%;
	text-indent: -9999px; line-height: 0px;
	color: transparent !important;
}

.navbar-right .userStyle>a:hover {
	color: transparent !important;
}
/*
.navbar-right .flagStyle>a {
	background-image: url("/web/20230731153539im_/https://static.ceinorme.it/cei-common/immagini/icone/worldicon.png");
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 30px;
	text-align: left;
}
*/

.navbar-right .flagStyle > a {
    padding: 5px 30px;
}

.navbar-right .flagStyle > a > i {
	vertical-align: -4px;
    transform: translateY(-0px);
}

.navbar-right .have-submenu{
	margin-right: 40px;
}

.mynorma_message{
	padding-bottom:2em;
}

.mynorma_section{

}

.hero{
	width: 100%;
	height: 660px;
	overflow:hidden;
	position: relative;
}
	.hero img{
		width: 100%;
		height: auto;
		position: absolute;
		transform: translate(-50%,-50%);
		top:50%;
		left:50%;
	}

	.hero .heromessage{
		display: flex;
		position: absolute;
		width:100%;
		height:100%;
		align-items: center;
	}

	.hero .heromessage.brighttext{
		color:#FFFFFF!important;
		background-color:#00000033;
	}

	.hero .heromessage.darktext{
		color:#000000!important;
	}

	.hero .heromessage h1{
		font-size: 4.2em;
		font-weight: 300;
		margin-bottom: 0.25em;
	}

	.hero .heromessage h2{
		font-size: 1.5em;
		font-weight: 600;
		font-family: 'Roboto', sans-serif;
	}

	.hero .heromessage .calltoactionswrapper{
		margin-top:2em;
	}

	.hero .heromessage .calltoactionswrapper .button{
		font-size: 1.2em;
		margin-right: 1.2em;
	}

.searchbar{
	position: sticky;
	top:90px;
	padding-top:2rem;
	/*padding-bottom:2rem;*/
	z-index: 9;
	border-top: solid 1px #00000022;
}

.searchbar .formelementwrapper{
	display: inline-block;
	width: 25%;
	box-sizing: border-box;
}

.searchbar .searchoptions{
	position: absolute;
	right: 0px;
	top:50%;
	transform: translateY(-40%);
	font-size: 12px;
	text-transform: uppercase;
	color:#0178D3;
	padding: 0.5em 1em 0.5em 1em;
	border-radius: 2px;
}

.searchbar .searchoptions:hover{
	color:#0178D3;
	text-decoration: underline;
}

.pagecontent{
	margin-top:2rem;
}

.go-white:after {
  content: "\f054"; 
  font-family: FontAwesome;
  position: absolute;
  font-size: 25px;
  color: #FFF;
  right: 3%;
}

.go-dark:after {
  content: "\f054"; 
  font-family: FontAwesome;
  position: absolute;
  font-size: 25px;
  color: #333;
  right: 3%;
}

/* footer */

#prefooter{
        margin-top: 20px;
	padding-top: 2em;
	padding-bottom: 2em;
	background-color: #007E83;
	color:#FFFFFF;
}

	#prefooter h3{
		font-size: 2.1em;
		text-transform: uppercase;
		color: #FFFFFF;
		font-weight: 700;
		margin-bottom: 1.2rem;
	}

	#prefooter a{
		color:#FFFFFF;
		display: block;
		margin-top:.6em;
		margin-bottom:.6em;
        font-size: .8em
	}

	#prefooter .col-sm-5col{
    	width:20%;
    }

#footernorma {
	/*background: #f5f4f0;*/
	background: #ffffff;
	padding: 40px 0;
	font-weight: 500;
}

	#footernorma .container {
		
	}

	#footernorma .sidepadding {
		padding: 0 10px;
	}


	#footernorma h3 {
		font-size: 2.1em;
		text-transform: uppercase;
		color: #007E83;
		font-weight: 700;
		margin-bottom: 1.2rem;
	}

	#footernorma .footermenu {
		font-size: 13px;
		color: #6d6c61;
	
        }#footernorma .footermenu a {
                display: block;
                color: #6d6c61;
        }


	#footernorma .footermenu i {
		display: none;
	}

	#footernorma .footermenu a:hover {
		display: block;
		color: #000;
	}
	



	#footernorma #footerrightcolumn .wrapper {
	}

	#footernorma #footerrightcolumn .wrapper img {
		margin-right: 5px;
	}

	#footernorma #footerrightcolumn .wrapper img.icon {
		margin-right: 15px;
	}

	#footernorma #footerrightcolumn .wrapper a {
		display: inline;
	}


div::-webkit-scrollbar {
    width: 8px;
    height: 16px;
}
div::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}

div::-webkit-scrollbar-corner {
    background-color: transparent;
}

div::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,0.10), inset 0 -1px 0 rgba(0,0,0,0.07);
}

.flex-table{
	display: flex;
	flex-flow: row wrap;	
}

.flex-table.fullwidth{
	width: 100%;
}

.flex-row {
  width: 33%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 0.5rem;
}

.box{
	display: block;
	padding:2em;
}

.gototop{
	display: block;
	position: fixed;
	font-size: 50px;
	color:#FFFFFF;
	background-color: #007E83;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	bottom:10px;
	right:10px;
	border-radius: 50%;
	border: solid 3px #FFFFFF;
	display: none;
	z-index: 99;
}

.gototop:hover{
	background-color: #007E8388;
}


.gototop img{
	max-width: 60%;
    transform: translateY(-25%);
}

.margintop{
	margin-top:3em;
}


@media screen and (max-width: 1440px){

	.searchbar .searchoptions {
	    position: absolute;
	    left: 0px;
	    top: 138%;
	    transform: translateY(-40%);
	    font-size: 12px;
	    text-transform: uppercase;
	    color: #0087E2;
	    padding: 0.5em 1em 0.5em 1em;
	    border-radius: 2px;
	}

	.navbar-nav>li>a, .navbar-nav>li.active>a, .navbar-nav>li>button,
	.navbar-nav>li.active>button {
		padding: 10px 7px;
	}
}

@media screen and (max-width: 1280px){
	h1.superbig{
		font-size:80px;
		font-weight: bold;
	}

	.navbar-nav>li>a{
		padding-left:5px;
		padding-right:5px;
		font-size: 11px;
	}

	.resultitem .itemtype figure .committee{
	    right: 0px!important;
	}

	.navbar-nav>li>a, .navbar-nav>li.active>a, .navbar-nav>li>button,
	.navbar-nav>li.active>button{
		padding-left: 5px;
		padding-right: 5px;
	}
}

@media screen and (max-width: 1200px){
	body{
		font-size: 16px;
	}

	.resultitem .itemsheet {
	    padding-bottom: 5.5rem!important;
	}
}

@media screen and (max-width: 991px){
	h1.superbig{
		font-size:60px;
		font-weight: bold;
	}

	.navbar-nav {
		font-size: 12px;
	}

	.navbar-right .chartStyle>a {
	    padding: 5px 10px;
	}

	.navbar-right .flagStyle > a {
	    padding: 5px 10px;
	}

	.container {
	    padding-right: 10px;
	    padding-left: 10px;
	}

	.logo {
	    display: block;
	    padding: 9px 0 8px;
	    text-align: left;
	    margin-left: 0px;
	}

	.row.flex{
		display: block;
	}

	.navbar-nav>li>a, .navbar-nav>li.active>a, .navbar-nav>li>button, .navbar-nav>li.active>button {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media screen and (max-width: 767px){
	body{
		font-size: 14px;
	}

	h1.superbig{
		font-size:40px;
		font-weight: bold;
	}

	h3{font-size: 20px;}

	.desktop{
		display: none;
	}

	.mobile{
		display: block;
	}

	.row{
		margin-left: 0px;
		margin-right: 0px;
	}

	#headermenu{
		background: #FFF;
		height: 90px;
	}

	#headermenu .container{
		padding:0;
	}

	.logo img{
		margin-left:20px;
		transform-origin: left center;
		transform: scale(0.8);
	}

	#navbar{
		background-color: #007E83;
	}

	.navbar-header {
		width: 100%;
	}
	.navbar-default {
		height: auto;
		background: #FFFFFF;
	}
	.navbar-nav {
		width: 50%;
		font-size: 1rem;
	}
	.navbar-right {
		float: right !important;
		margin-top: -190px;
		text-align: right;
	}

	.navbar-right .loginbutton{
		text-align: center;
	}

	.navbar-right>li {
		margin-top: 0;
		margin-bottom: 0
	}
	.navbar-right>li>a, .navbar-right>li>button {
		border-left: none;
		margin: 0px;
	}
	.navbar-nav>li>a, .navbar-nav>li.active>a {
		margin: 5px 0px;
		padding-right:20px;
	}

	.navbar-right .mobile a {
		color: #FFFFFF;
		display: block;
		padding-right: 20px;
		padding-top: 10px;
		padding-bottom: 10px;
		margin-bottom: 0.5em;
	}

	/*
	.navbar-right .chartStyle{margin-right:-5px;}
	.navbar-right .flagStyle{margin-right:-10px;}
	*/
	.navbar-right .chartStyle {
		margin-right: 0px;
	}
	.navbar-right .chartStyle>a {
		padding: 0px 20px;
		margin: 5px 0px;
		display: inline-block;
		width: auto;
	}
	.navbar-right .flagStyle {
		margin-right: 0px;
	}
	.navbar-right .flagStyle>a {
		padding: 0px 20px;
		margin: 5px 0px;
		display: inline-block;
		width: auto;
	}

	.navbar-right a.profilebutton{
		display:none;
	}

	.searchbar {
	    position: relative;
	    top: 0;
	    display: none;
	}

	.searchbar .inputtext, .searchbar .select {
	    height: 80px;
	}

	.searchbar .searchoptions {
		display: block;
		text-align: center;
	    position: relative;
	    left: auto;
	    top: auto;
	    transform: translateY(0);
	    font-size: 12px;
	    text-transform: uppercase;
	    color: #0087E2;
	    padding: 0.5em 1em 0.5em 1em;
	    border-radius: 2px;
	}

	.pagecontent{
		margin-top:0rem;
	}
	
	#footernorma #footerleftcolumn{
		display: none;
	}

	#footernorma #footerrightcolumn .wrapper {
	    border-left: none;
	    padding-left: 0px;
	}

	#footernorma #footerrightcolumn .footermenu{
		margin-top:20px;
	}

	#footernorma #footerrightcolumn .col-xs-12{
		width: 50%;
		float: left;
	}

	#footernorma #footerrightcolumn .col-xs-12.rm{
		text-align: right;
	}

	#footernorma #footerrightcolumn .col-xs-12.rm2{
		padding-left: 17%;
	}

	.row.swapmobile{
		display: flex;
		flex-direction: column-reverse;
	}

	#prefooter .col-sm-5col{
    	width:100%;
    }
	
}

@media (max-width: 640px){

	body{
		overflow-x: hidden;
	}

	h1{
		font-size: 2.0em;
	}
	h2{
		line-height: 1.2em;
	}

	.mynorma_message h2{
		font-size:1.3em;
	}
}

@media screen and (max-width: 567px){
	#compensateTopBar{
		height: 120px;
		width: 100%;
		background-color: transparent;
	}

	#footernorma #footerleftcolumn{
		display: none;
	}

	#footernorma #footerrightcolumn .wrapper {
	    border-left: none;
	    padding-left: 0px;
	}

	#footernorma #footerrightcolumn .footermenu{
		margin-top:20px;
	}

	#footernorma #footerrightcolumn .col-xs-12{
		width: 100%;
		float: none;
	}

	#footernorma #footerrightcolumn .col-xs-12.rm{
		text-align: left;
	}

	#footernorma #footerrightcolumn .col-xs-12.rm2{
		padding-left: 15px;
	}

}
