   body {
		margin: 0px;
		padding: 0px;
		text-align: center;
		font-family: Arial, Verdana;
		font-size: 100%;
		color: #5C5C5E;
		background-color: #000;
		
   }
   img {
   	border: 0px solid #000;
   }
   a {
   		color: #5C5C5E;
   		text-decoration: none;
   }
   a:hover {
   		text-decoration: underline;
   }
   div.mainContainer {
		width: 770px;
		margin: auto;
		text-align: left;
		font-size: 0.85em;
		background-color: #fff;
   }
   *+html div.mainContainer {
		background-color: transparent;
}	 

   * html div.mainContainer {
		background-color: transparent;
}	 
   
   div.header {
   		background-image: url(../img/headerbg.jpg);
   		background-repeat: no-repeat;
   		background-position: top left;
		height: 97px;
   		padding-top: 67px;
   }

   div.mainBody {
   		background-image: url(../img/bgblock.jpg);
   		background-repeat: no-repeat;
   		background-position: top left;
   		min-height: 578px;
   		position: relative;
   }
   div.mainBody.fade {
   		height: auto;
   		min-height: 578px;
   }
   * html div.mainBody {
   		height: 578px;
		zoom: 1;
   }
   div.logo {
		background-color: #B6B7B9;
		height: 73px;
		width: 337px;
   }
   ul.nav {
   		list-style: none;
   		margin: 0px;
   		padding: 0px;
   		width: 100%;
   		background-color: #654946;
   }
   ul.nav li{
   		list-style: none;
   		margin: 0px;
   		padding: 0px;
   		float: left;
   		background-color: #333333;
   		color: #fff;
   		font-size: 0.8em;
   }
   ul.nav li a{
   		color: #fff;
   		padding: 4px 0px;
   		display: block;
   		text-decoration: none;
   		text-align: center;
   		font-weight: bold;
   }
   ul.nav li a.sel {
   		background-color: #B6B7B9;
   		color: #fff;
   }

   ul.nav li a:hover {
   		background-color: #fff;
   		color: #000;
   		text-decoration: none;
   		
		background-image: url(../img/menubg.gif);
   		background-repeat: repeat-x;
   		background-position: center left;
   }
   ul.nav li a.sel:hover {
		background-color: #fff;
		color: #000;
   		
   		background-image: url(../img/menubg.gif);
   		background-repeat: repeat-x;
   		background-position: center left;
		
   }
   a#nav_home {
		width: 83px;
   }
   a#nav_register {
   		width: 85px;
   }
   a#nav_about {
   		width: 83px;
   }
   a#nav_contact {
   		width: 85px;
   }
   a#nav_search, a#nav_collections, a#nav_vieworder, a#nav_favourites, a#nav_schemes {
   		background-color: #fff;
   		background-image: url(../img/menubg.gif);
   		background-repeat: repeat-x;
   		background-position: center left;
   		color: #000;
   		width: 85px;
   }
   a#nav_search {
   	width: 80px;
   }
   a#nav_collections, a#nav_vieworder {
   	width: 89px;
   }
   a#nav_favourites {
   	width: 91px;
   }
   a#nav_search:hover, a#nav_collections:hover, a#nav_vieworder:hover, a#nav_favourites:hover, a#nav_schemes:hover {
   		background-color: #333;
   		color: #F2EFE4;
   		background-image: none;
   }
   a.sel#nav_search, a.sel#nav_collections , a.sel#nav_vieworder , a.sel#nav_favourites, a.sel#nav_schemes  {
   		background-color: #B6B7B9;
   		color: #fff;
   		background-image: none;
   }
   a.sel#nav_search:hover, a.sel#nav_collections:hover , a.sel#nav_vieworder:hover , a.sel#nav_favourites:hover, a.sel#nav_schemes:hover  {
   		background-color: #333;
   		color: #fff;
   }
   div.clearAll {
     	clear: both;
     	font-size: 6px;
     	line-height: 3px;
   }
   * html div.clearAll {
   		line-height: 6px;
   }

   div.whiteBox {
   		background-color: #fff;
   		margin-bottom: 15px;
		overflow: hidden;
		zoom: 1;
   }
   
   * html div.whiteBox {
		margin-bottom: 10px;
   }
   *+html div.whiteBox {
		margin-bottom: 10px;
   }
   div.whiteBox.bordered {
   		border: 1px solid #ececec;
   		border-left: 0px solid #000;
   }
   div.rightColumn div.whiteBox.bordered, div.schemesRight div.whiteBox.bordered {
		border: 1px solid #ececec;
   		border-right: 0px solid #000;
   }
   
   div.greyBox {
   		background-color: #B6B7B9;
   		color: #fff;
   		padding: 8px;
   		padding-left: 30px;
   		padding-right: 0px;
   		width: 308px;
   		font-size: 0.8em;
   		position: absolute;
   		top: 52.8em;
   		left: 0px;
   }
   
   * html   div.greyBox {
   top: 52.7em;
   width: 338px;
   }
   
   *+html   div.greyBox {
   top: 52.7em;
   }

   div.greyBox p {
   		font-size: 1em;
   		color: #FFF;
   		margin: 0px;
   		padding: 0px;
   }
   div.greyBox h4 {
   		font-size: 1.1em;
   		margin: 0px;
   		padding: 0px;
   }
   div.padd10 {
   		padding: 10px;
   }
   * html div.padd10 {
   		padding: 11px;
   }
   *+html div.padd10 {
   		padding: 11px;
   }
   div.padd10.noBottom {
   		padding-bottom: 0px;
   }
   div.padd10.extraLeft {
   	padding-left: 30px;
   }
   
   div.padd10 li {
       font-size: 0.8em;
   }

   div.leftColumn {
   		float: left;
   		width: 338px;
   		position: relative;
   }
   
   div.extendLeft {
		width: 370px;
   }
   
   h3 {
   		color: #696969;
   		font-size: 0.95em;
   		padding: 0px;
   		margin: 0px;
   }
   h4 {
		padding: 3px 0px;
		margin: 0px;
		font-size: 0.9em;
   }
   h3.gold {
   		color: #333;
   }
   p {
   		font-size: 0.8em;
   		margin: 0px;
   		padding: 0px;
   		padding-top: 10px;
   		padding-bottom: 5px;
   		color: #5C5C5E;
   }
   * html p {
		padding-bottom: 0px;
   }
   .b {
   		font-weight: bold;
   }
   input.submit_button {
    	color: #fff;
    	border: 0px solid #000;
    	background-color: #656565;
    	margin: 0px;
    	padding: 2px;
    	width: 90px;
    	padding-left: 12px;
    	font-size: 0.8em;
    	text-align: left;
    	display: block;
    	font-family: Arial;
    	float: right;
    	cursor: pointer;
   }
   
  input.submit_button.left {
       	color: #fff;
       	border: 0px solid #000;
       	background-color: #333333;
       	margin: 0px;
       	padding: 2px;
       	width: 90px;
       	padding-left: 12px;
       	font-size: 0.8em;
       	text-align: left;
       	display: block;
       	font-family: Arial;
       	float: left;
       	cursor: pointer;
   }
   
   input.submit_button.bigger {
   	width: 120px;
   }

   div.rightButton {
   		overflow: auto;
   		zoom: 1;	
   }
   div.rightButton a {
   	float: right;
   	width: 8.3em;
   }

   div.rightButtonDetails{
   		overflow: hidden;
   		zoom: 1;
		padding-top: 6px;
		padding-bottom: 6px;
		
    
   }
   div.rightButtonDetails a {
   	float: right;
   	width: 120px;
   }
   div.rightButtonDetails.lighter input.submit_button, input.submit_button.lighter, div.rightButtonDetails.lighter a.likeButton {
   		background-color: #656565;
   
   }
   form {
   		margin: 0px;
   		padding: 0px;
   		padding-bottom: 4px;
   		
   		
   } 
   form.login {
   	 	overflow: hidden;
   		zoom: 1;	 
   }  
   * html form.login {
		padding: 0px 0px 0px 4px;
		margin-top: -11px;
   }
   div.formElm {
   		font-size: 0.85em;
   		padding-top: 5px;
   		clear: both;
   }
   * html div.formElm {
   		padding-top: 5px;
		overflow: hidden;
		zoom: 1;
   }
   
   *+html div.formElm {
   		padding-top: 5px;
		overflow: hidden;
		zoom: 1;
   }

   div.formElm label {
   		display: block;
   		float: left;
   		width: 105px;
   		text-align: right;
   		padding-right: 10px;
   		font-family: arial;
   		font-size: 0.95em;
   		color: #5C5C5E;
   		padding-top: 4px;
   }
   * html div.formElm label {
   	width: 105px;
   }
   div.forgotPassword {
   		clear: both;
		padding-top: 5px;
   		margin-left: 113px;
   		color: #5C5C5E;
   		font-size: 0.8em;
		padding-bottom: 6px;
   }
   * html div.forgotPassword {
		margin-left: 103px;
		padding-top: 3px;
   }
   
   input.submit_button.forgotten {
    	color: #5C5C5E;
    	border: 0px solid #000;
    	background-color: #fff;
    	margin: 0px;
    	padding: 2px;
    	width: 100%;
    	
    	font-size: 1em;
    	text-align: left;
    	
    	display: block;
    	font-family: Arial;
    	float: right;
    	cursor: pointer;
   }
   * html input.submit_button.forgotten {
   	width: 230px;
   }
   div.formElm input.submit_button {
   		font-size: 0.95em;
   		margin: 0px;
		margin-left: 0px;

   }

   div.formElm input.textfield {
   		border: 1px solid #E5E5E5;
   		float: left;
   		font-size: 0.95em;
   		padding: 3px;
   		width: 120px;
   		color: #5C5C5E;
   }
   * html div.formElm input.textfield {
   		width: 117px;
   		height: 22px;
   }
   
   
   /* ==== PEEKABOO BUG FIX ==== */
    
   /* Hides from IE5-mac \*/
   * html ul.frontpage {height: 1%;}
   /* End hide from IE5-mac */
   
   
   ul.frontpage, ul.frontpage li {
   		margin: 0px;
   		padding: 0px;
   		list-style: none;
   		list-image: none;
   }
   ul.frontpage li {
   		font-size: 0.8em;
   		padding-left: 10px;
   		background-image: url(../img/bullet.gif);
   		background-repeat: no-repeat;
   		background-position: 0px 8px;
   		padding-top: 2px;
   		padding-bottom: 2px;
   		
   }
   * html ul.frontpage li {
		padding-bottom: 0px;
   }
   div.asaValued {
   		font-size: 0.8em;
   		margin-top: 4px;
   		margin-bottom: 4px;

   }
   
   /*=== COLLECTIONS ====*/
   ol.collectionsLeft {
   	padding-left: 20px;
   	margin-top: 5px;
   	margin-bottom: 5px;
   }
   * html ol.collectionsLeft {
   	padding-left: 0px;
   	margin-left: 25px;
   	
   }
   ol.collectionsLeft li {
   		font-size: 0.8em;  
   		margin-left: 0px;
   		padding-left: 0px;
   }
   div.rightColumn div.whiteBox, div.schemesRight div.whiteBox {
   		zoom: 1;
   		overflow: hidden;
   }
   div.rightColumn div.whiteBox, div.schemesRight div.whiteBox {
   	padding-bottom: 4px;
   }
   * html div.rightColumn div.whiteBox, div.schemesRight div.whiteBox {
   	padding-bottom: 0px;
   }
   div.rightColumn div.whiteBox div.slightlyPadded {
   	padding: 4px;
   	padding-right: 0px;
   }

   div.rightColumn {
   	margin-left: 8px;
   	float: left;
   	width: 424px;
   	padding-left: 0px;
	margin-left: 7px;
   }
   
*html div.rightColumn {
	margin-left: 7px;
}
   
   div.reduceRight {
	width: 375px;
   }
   
   ul.collectionsRight {
   	margin: 0px;
   	padding: 0px;
   	list-style: none;
   }
   ul.collectionsRight li {
   	margin: 0px;
   	padding: 0px;
   	width: 199px;
   	float: left;
   	list-style: none;
   	font-size: 0.8em;
   	padding: 5px;
   	font-weight: bold;
   }
   * html ul.collectionsRight li {
   	width: 199px;
   	
   }


   ul.collectionsRight li a.new {
   	background-image: url(../img/new.gif);
   	background-position: center right;
   	background-repeat: no-repeat;
   }
   ul.collectionsRight li a {
   	display: block;
   	padding: 3px;
   	width: 189px;
   	padding-left: 7px;
   	background-color: #565656;
   	color: #fff;
   }

   ul.collectionsRight li a:hover{
   	text-decoration: none;
   	background-color: #000;
   	color: #fff;
   }
   ul.collectionsRight li.lighter a{
   	background-color: #C8C8C8;
   	color: #3D5C5F;
   	display: block;
   	padding: 3px;
   	padding-left: 7px;
   }
   ul.collectionsRight li.lighter a:hover {
   
      	background-color: #000;
   	color: #fff;
   }
   /*== SEARCH ==*/
   
   form.search {
   	padding: 10px;
   	padding-right: 0px;
   	padding-top: 3px;
   }
   form.search div.formElm label {
   	text-align: left;
   }

   select {
   	width: 120px;
   	color: #5C5C5E;
   	font-size: 0.8em;
   	margin-top: 3px;
   }
   div.formElm select {
   	float: left;
   	font-size:1em;
   	margin-top: 0px;
   }
   h5 {
   	margin: 0px;
   	padding: 0px;
   	font-size: 0.9em;
   	color: #A1928F;
   }
   div.detail {
   		font-size: 0.95em;
   		padding: 0px;
   		margin: 0px;
   		font-weight: bold;
   		padding-bottom: 10px;

   }
   div.detail.performance {
   	font-size: 0.8em;
   }
   div.detail.price {
   	color: #CC0025;
   }
   .nopad {
   	margin: 0px;
   	padding: 0px;
   }
   .nopadBottom {
   	margin-bottom: 0px;
   	padding-bottom: 0px;
   }
   .yousearchedfor {
   	color: #A1928F;
   }
   div.wrapper {
   	zoom: 1;
   	overflow: auto;
   	font-size: 0.85em;
   	padding: 2px;
   	padding-bottom: 0px;
   	padding-top: 3px;
   }
   * html div.wrapper {
   	padding-top: 2px;
   	padding-bottom: 2px;
   }
   div.wrapper div{
   	float: left;
   	font-size: 0.95em;
   }
   div.wrapper div.previous {
   	width: 110px;
   	padding-left: 20px;
   	font-weight: bold;
   	color: #0E3339;
   }
   * html div.wrapper div.previous {
   	
   	width: 110px;
   }
   * html div.wrapper div.matches {
   	padding-left: 0px;
   }
   * html div.wrapper div.next {
   	width: 110px;
   }
   div.wrapper div.matches {
   	width: 150px;
   	text-align: center;
   }
   * html div.wrapper div.matches {
   	width: 190px;
   }
   div.wrapper div.next {
   	width: 110px;
   	text-align: right;
   	padding-right: 20px;
   	font-weight: bold;
   	color: #0E3339;
   }
   div.wrapper a {
   	color: #0E3339;
   }
   /*== SEARCH RESULTS === */
   
   div.srLeftCol {
   	float: left;
   	width: 119px;
   	position: relative;
   }
   div.srRightCol {
   	float: left;
   	width: 274px;
   	font-size: 0.85em;
   	padding-left: 10px;
   }
   div.srWrapper {
   	overflow: auto;
   	zoom: 1;
   	padding: 9px;
   	padding-bottom: 5px;
   }
   * html div.srWrapper {
   	padding-bottom: 9px;
   }
   
   div.sr_row {
   	color: #415D60;
   	padding-top: 5px;
   	padding-bottom: 4px;
   }
   div.sr_row span.label {
   	font-size: 0.95em;
   	color: #728889;
   }
   div.sr_row span.value {
   	font-weight: bold;
   }
   a.sr_link {
   	display: block;
   	width: 8em;
   	font-size: 0.95em;
   	text-decoration: underline;
   	padding-top: 5px;
   	padding-bottom: 4px;
   }

   
   a.likeButton {
   	display: block;
   	background-color: #666666;
   	padding: 3px;
   	color: #fff;
   	clear: both;
   	padding-left: 12px;
   	font-size: 0.8em;
   	width: 9.7em;
   	margin-left: auto;
   	text-align: left;
   }
   a.likeButton:hover {
    	text-decoration: none;
   }
   a.likeButton.register {
   	width: 6.8em;
   }
   a.likeButton#downloads{
   	width: 121px;
	display: block;
   }
   * html   a.likeButton#downloads{
	width: 140px;
   }
   div.price1 {
   	width: 130px;
   	float: left;
   }
   div.price2 {
   	width: 130px;
   	float: left;
   	text-align: right;
   }
   div.sr_buttons {
   	padding-top: 0px;
   	margin-bottom: 4px;
   	overflow: auto;
   	zoom: 1;
   }
   *+html div.sr_buttons {
   	padding-top: 4px;
   	margin-bottom: 4px;
   }
   * html div.sr_buttons {
   	padding-top: 0px;
   	padding-bottom: 2px;
   	
   }

   div.sr_buttons a.likeButton {
   	margin: 0px;
   	width: 104px;
   	float: left;
   	clear: none;
   	margin-left: 9px;
   }
   
   * html div.sr_buttons a.likeButton {
   	margin-right: 3px;
   	margin-left: 4px;
   	
   	width: 120px;
   }
   select.addToScheme {
   	float: left;
   	width: 150px;
   	margin-left: 9px;
   	margin-top: 0px;
   }
   a.likeButton:hover {
   	background-color: #333;
   }
   div.rightButtonDetails.lighter a.likeButton:hover {
      	background-color: #333;
   }
   input.submit_button:hover {
   	background-color: #333;
   }
   div.forgotPassword input.submit_button:hover {
   	background-color: #fff;
   	text-decoration: underline;
   }


   div.new {
   	position: absolute;
   	bottom: 3px;
   	font-size: 0.8em;
   	padding: 2px;
   	left: 0px;
   	font-weight: bold;
   	text-align: center;
   	border-top: 1px solid #8A8A8A;
   	border-right: 1px solid #8A8A8A;
   	width: 30px;
   	background-color: #cc0000;
   	color: #fff;
   }
   * html div.new {
   	bottom: 0px;
   }
   *+html div.new {
   	bottom: 0px;
   }
   div.schemesLeft {
   		float: left;
   		width: 618px;
   		height: 497px;
   		position: relative;
   		border: 1px solid #CACCCB;
   		border-left: 0px solid #000;
   		background-color: #fff;
   		margin-bottom: 4px;
   }
   * html div.schemesLeft {
  	 margin-bottom: 0px;
  	 height: 500px;
  	 width: 620px;
  	 
   }
   *+html div.schemesLeft {
  	 margin-bottom: 0px;
   }
   div.schemesRight {
	margin-left: 8px;
   	float: left;
   	width: 143px;
   	padding-left: 0px;
   }
   * html div.schemesRight {
   	width: 142px;
   }
   div.schemesRight div.whiteBox {
   	padding-left: 4px;
   	padding-top: 4px;
   }
   	
   a.info {
   	position: absolute;
   	top: 0px;
   	left: 0px;
   	display: block;
   	background-color: #4F6B6E;
   	z-index: 10;
   	padding: 3px;
   	padding-left: 5px;
   	padding-right: 5px;
   	font-size: 0.8em;
   	color: #fff;
   }
   a.info:hover {
   	text-decoration: none;
   	background-color: #2B4347;
   }
   div.details {
   	display: none;
   	position: absolute;
   	height: 130px;
   	background-color: #fff;
   	z-index: 11;
   	width: 100%;
   	
   }
   span.scheme_desc {
   	display: block;
   	padding: 10px;
   	padding-bottom: 0px;
   	padding-top: 25px;
   	font-weight: bold;
   	font-size: 0.9em;
   }
   span.scheme_prices {
   	padding: 10px;
   	display: block;
   	padding-bottom: 0px;
   }
   span.scheme_price {
   	display: block; 	
   	font-weight: normal;
   	font-size: 0.9em;
   }
   span.scheme_price_val {
   	font-weight: bold;
   }
   span.scheme_buttons {
   	overflow: auto;
   	zoom: 1;
   	display: block;
   	position: absolute;
   	bottom: 4px;
   	left: 0px;
   	width: 100%;
   	
   }
   span.scheme_buttons a{
   	float: left;
   	display: block;
   	background-color: #4F6B6E;
   	font-size: 0.8em;
   	color: #fff;
   	margin-right: 4px;
   	padding-top: 3px;
   	padding-bottom: 3px;
   	width:58px;
   	padding-left: 6px;
   }
   * html span.scheme_buttons a{
   	width: 64px;
   }
   span.scheme_buttons a:hover{
   	text-decoration: none;
   	background-color: #2B4347;
   }
   span.scheme_buttons a.end {
   	margin-right: 0px;
   }
   
   div#mini {
   	margin-top: 5px;
   	border: 1px solid #CACCCB;
   	background-color: #fff;
   	border-left: 0px solid #000;
   	clear: both;
   	overflow: hidden;
   	zoom: 1;
   	padding: 0px;
   	
   	padding-left: 4px;
   	width: 100%;
   	min-height: 67px;
   	
   }
   * html div#mini {
   	height: 64px;
   }
   *+html div#mini {
   	height: 64px;
   }
   a.minImage {
   	display: block;
   	float: left;
   	padding: 0px;
   	margin: 0px;
   	margin-top: 5px;
   	padding-bottom: 4px;
   	margin-right: 4px;

   }
   div.schemes_opt {
   	padding-top: 10px;
   	padding-bottom: 10px;
   	
   }
   div.schemes_opt a{
   	margin-bottom: 4px;
   	
   }
   * html div.schemes_opt a {
   	float: right;
   	margin-bottom: 0px;
   	margin-top: 0px;
   }
   label.smalltxtLabel {
   	display: block;
   	padding-top: 5px;
   	font-size: 0.8em;
   }
   div.smallps p {
   	padding-top: 6px;
   }
   div.listSchemeRow {
   	margin-top: 8px;
   	zoom: 1;
   	overflow: hidden;
   	cursor: pointer;
   }
   a.listSchemeTitle {
   	width: 250px;
   	display: block;
   	float: left;
   	font-size: 0.8em;
   	background-color: #565656;
   	padding: 2px;
   	padding-left: 10px;
   	color: #fff;
   	cursor: pointer;
   	margin-right: 4px;
   }

   a.listSchemeTitle.lighter {
   	background-color: #C8C8C8;
   	color: #44595C;
   	cursor: pointer;
   }
   * html a.listSchemeTitle {
   	width: 276px;
   	cursor: pointer;
   }
   a.listSchemeDel {
   	font-size: 0.8em;
   	color: #fff;
   	background-color: #CC0025;
   	padding: 2px;
   	float: left;
   	width: 63px;
   	text-align: center;
   	cursor: pointer;
   	
   }
   a.listSchemeOrder {
   	font-size: 0.8em;
   	color: #fff;
   	background-color: #048947;
   	padding: 2px;
   	float: left;
   	width: 63px;
   	margin-left: 4px;
   	text-align: center;
   	cursor: pointer;
   }
   span.listSchemeName {
   	float: left;
   	display: block;
   	width: 120px;
   	cursor: pointer;
   }
   span.listSchemeCount {
   	float: left;
   	display: block;
   	width: 100px;
   	cursor: pointer;
   }
   a.listSchemeOrder:hover {
   	text-decoration: none;
   	background-color: #005D2F;
   }
   a.listSchemeDel:hover {
   	text-decoration: none;
   	background-color: #840018;
   }
   a.listSchemeTitle:hover {
   	text-decoration: none;
   	background-color: #000;
   	color: #fff;
   }
   a.uparrow {
   	float: right;
   }
   a.downarrow {
   	float: right;
   }
   .tfieldRight {
   	width: 300px;
   }
   textarea.tfieldRight {
   	height:70px;
   }
   .tfieldLeft {
   	width: 260px;
   }
   textarea.tfieldLeft {
   	height:70px;
   }
	div.checkoptions {
		float:left;
		overflow:hidden;
		padding:5px 10px 5px 0;
		width:165px;
		zoom: 1;
	}
   div.checkoptions .smalltxtLabel {
       float: right;
	   width: 140px;
   }
   * html div.checkoptions .smalltxtLabel {
	    width: 130px;
   }
   
   div.checkoptions .tfieldRight {
      width: auto;
	  float: left;
   }
   
   ul.brocLink {
		margin-left: 60px;
   }
   
   ul.brocLink li {
	list-style: none;
   }
   
   ul.brocLink li a{
		background-color: #555;
		color: #fff;
		display: block;
		padding: 2px 0px 2px 15px;
		margin: 10px 0px;
		text-decoration: none!important;
		overflow: hidden;
		zoom: 1;
		font-weight: bold;
   }
   
   ul.brocLink li a:hover {
	background-color: #000;
   }
   
   .norightpadding {
		padding-right: 0px!important;
   }

