/* CSS Document */
	@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&amp;display=swap');
	* {	-webkit-box-sizing: border-box;  -moz-box-sizing: border-box; box-sizing: border-box; }
	
	:root {
	  --blue: #007bff;
	  --indigo: #6610f2;
	  --purple: #6f42c1;
	  --pink: #e83e8c;
	  --red: #dc3545;
	  --orange: #fd7e14;
	  --yellow: #ffc107;
	  --green: #28a745;
	  --teal: #20c997;
	  --cyan: #17a2b8;
	  --white: #fff;
	  --gray: #6c757d;
	  --gray-dark: #343a40;
	  --primary: #f5548e;
	  --secondary: #903af9;
	  --success: #32cc6f;
	  --info: #3a7dfd;
	  --warning: #fa8b0c;
	  --danger: #fd4868;
	  --light: #f5f7fc;
	  --dark: #272b41;
	}

	html,body {
		height:100%;
	}
	
	
	html {
		font-family: 'Roboto', sans-serif;
		line-height: 1.15;
		-webkit-text-size-adjust: 100%;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}
	
	
	body {
		margin: 0;
		font-family: "Muli", sans-serif;
		font-size: 1rem;
		font-weight: 400;
		line-height: 1.5;
		color: #7a82a6;
		text-align: left;
		background-color: #fff;
	}

	input:focus{
		outline: none;
	}
 
	
	.CentererPlus {
		width:1204px;	
		margin:0 auto;   
	}	
	
	.Centerer { 	
		width:1180px;	
		margin:0 auto;  
		padding-left:0px;
		padding-right:0px; 
	} 
	
	@media only screen and (max-width:1204px) {
		.Centerer { 	
			width:calc(100%); 
			padding-left:12px;
			padding-right:12px;
		}  
		.CentererPlus {
			width:calc(100%); 
			margin:0 auto;   
		}
	}
	@media only screen and (max-width:560px) {
		.CentererPlus {
			width:calc(100%); 
			margin:0 auto;   
			padding-left:12px;
			padding-right:12px;
		}
	}
	
	
	
	@keyframes fade-img {
	  0%{
		-webkit-box-shadow : 0px 0px 0px 0px rgba(0,0,0,0);
		-moz-box-shadow    : 0px 0px 0px 0px rgba(0,0,0,0);
		box-shadow         : 0px 0px 0px 0px rgba(0,0,0,0);
	  }
	  100%{
		-webkit-box-shadow : 0px 0px 0px 4px rgba(0,0,0,0.84);
		-moz-box-shadow    : 0px 0px 0px 4px rgba(0,0,0,0.84);
		box-shadow         : 0px 0px 0px 4px rgba(0,0,0,0.84);
	  }
	}
	
	.AddressCount {
		position:absolute;
		right:12px;
		top:12px
	}
	
	.Wallet_Line_Label {
		padding:8px 10px;
		background-color: rgb(0,0,0,0.9);
		transition-duration: 200ms;
		color: rgba(255,255,255,1);
		font-weight: 600;
		font-size:0.9rem; 
		margin-top:15px ; 
		text-align:center
 	}	
	
		
	.WalletListItemHeader {
		padding:12px 10px;
		background-color: rgb(0,0,0,0.9);
		transition-duration: 200ms;
		color: rgba(255,255,255,1);
		font-weight: 600;
		font-size: 1.2rem;
		margin-top:22px;
		border-top-left-radius:12px; border-top-right-radius:12px;
 	}	
	
	.WalletListItemHeaderSmall {
		margin:0px; 
		background-color:rgba(255,153,0,1); 
		font-size:12px; 
		font-weight:normal; 
		padding:6px;
	}
	
	.WalletListItemLong {
		margin-top:0px; 
		font-family:'Lucida Console', Monaco, monospace; 
		font-size:12px;
		overflow:hidden;
		word-break: break-all;
	}
	
	
	
	.WalletAddressItem {
		padding-top:3px;
		padding-bottom:3px;
		margin-bottom:2px;
		font-family:"Lucida Console", Monaco, monospace;
		font-size:20px;
 	}

	.WalletAddressItemAddress {
		float:left;
		width:60%;
		text-align:left;
	}
	.WalletAddressItemBalance {
		float:left;
		width:40%;
		text-align:right;
	}
	@media only screen and (max-width:750px) {
		.WalletAddressItemAddress {
			float:left;
			width:100%; 
			font-size:14px;
		}
		.WalletAddressItemBalance { 
			width:100%;
			text-align:right;
			font-size:14px;
		}
	}
	

	
	
	.anima:hover {
		animation-name: fade-img;
		animation-iteration-count: infinite;
		animation-duration:400ms;
	}
	
	.offset-link {
		font-weight: 700;
		color:#FFF; 
		text-align: center;
		vertical-align: middle;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		background-color: transparent;
		border: 0px !important;
		padding: 0 1.23rem;
		font-size: 0.933rem;
		line-height: 2.875rem;
		-webkit-border-radius: 0.1875rem;
		border-radius: 0.1875rem;
		background-color: rgba(231,115,0,1); 
		text-decoration:none;
		margin:12px; 
	}
	
	
	

 	.Cell3 { width:calc((100% / 3) - 24px);float:left;position:relative;}
	@media only screen and (max-width:900px) { .Cell3 { width:calc((100% / 2) - 24px); } }
	@media only screen and (max-width:560px) { .Cell3 { width:100%;margin-left:0px !important;margin-right:0px !important; } }

 	.Cell4 { width:calc((100% / 4) - 24px);float:left;position:relative; }
	@media only screen and (max-width:960px) { .Cell4 { width:calc((100% / 3) - 24px); } }
	@media only screen and (max-width:880px) { .Cell4 { width:calc((100% / 2) - 24px); } }
	@media only screen and (max-width:560px) { .Cell4 { width:100%;margin-left:0px !important;margin-right:0px !important; } }
	
 	.Cell5 { width:calc((100% / 5) - 24px);float:left;position:relative; }
	@media only screen and (max-width:960px) { .Cell5 { width:calc((100% / 3) - 24px); } }
	@media only screen and (max-width:880px) { .Cell5 { width:calc((100% / 2) - 24px); } }
	@media only screen and (max-width:560px) { .Cell5 { width:100%;margin-left:0px !important;margin-right:0px !important; } }
	

	
	
	.WhiteBackground {
		background-color:rgba(255,255,255,1);
	}
	.GrayBackground {
		background-color:rgba(245,247,252,1);
	}	
	
	.shadown_bold {
		text-shadow: 2px 2px 2px rgba(0,0,0,1);
	}
	.shadown_normal {
		text-shadow: 1px 1px 1px rgba(0,0,0,1);
	}

	.title {
		color: #fff;
		line-height: 4.13333rem;
		font-size: 2.6rem;
		font-weight: 700;
		float:left;
		width:100%;
		text-align:center;
		margin-bottom: 0;
		font-family: "Muli", sans-serif;
	}
	
	.title_dark {
		color: #7a82a6;
	}
	
	.sub_title {
		font-size: 1.13333rem;
		color: rgba(255, 255, 255, 0.8);
		float:left;
		width:100%;
		text-align:center;
		line-height: 1.8rem;
		margin-top:0px;
		padding:0px;
	}
	


	.Standart {
		float:left;
		width:100%;
		position:relative; 
	}
	
	.StandartHeader {
		padding:22px 0px;
		background-color:rgb(0,0,0,0.9);
		transition-duration: 200ms;
		color: rgba(255,255,255,1);
		font-weight: 600;
		font-size:1.2rem;
	}
	
	
	.WalletListItem {
		float:left;
		width:100%;
		margin-top:24px; 
		padding:0px 0px 12px 0px; 
		
	}
	.Wallet_File_Name {
		color:rgba(0,0,0,1);
		font-size:22px;
	}

	
	@media only screen and (max-width:800px) {
		.Wallet_File_Name , .Wallet_File_Name h3 {
			color:rgba(0,0,0,1);
			font-size:16px;
		}
	}
	
	
	
	.WalletColumn {
		width:calc( (100% / 3)) ; 
	}
	.WalletColumn50 {
		width:calc( (100% / 2)) ; 
	}
	.WalletColumn50A {
		width:calc( (100% / 2) - 24px) ;
		margin-left:24px;
	}
	.WalletColumn2 {
		width:calc( (100% / 3) - 24px) ;
		margin-left:12px;
		margin-right:12px
	}
	@media only screen and (max-width:800px) {
		.WalletColumn, .WalletColumn2 {
			width:100% !important;
			margin:0px !important; 
		}
	}
	
	
	.Wallet_Key {
		font-family:"Lucida Console", Monaco, monospace; 
		padding:8px;
		padding-top:12px;
		overflow:hidden;
		margin-top:0px ; 
		background-color:rgba(0,0,0,1) ; 
		font-weight:bold; 
		text-align:center; 
		color:rgba(255,255,255,1) ; 
		font-size:16px;
		border:6px solid rgba(0,0,0,1) ; border-top:0px; overflow:hidden ; border-bottom-left-radius:12px; border-bottom-right-radius:12px;
	}	
	
	.Wallet_Key_Small {
		font-size:13px
	}		
	
	.Wallet_Buttons {
		float:left;
		width:100%;
		text-align:right;
		padding-top:24px
	}
	.Wallet_Buttons a {
		float:right;
		margin-left:6px
	}
	
	.Wallet_Id {
		float:left;
		font-size:0.9em;
		color:rgba(0,0,0,0.7)
	}
	
	@media only screen and (max-width:800px) {
		.Wallet_Buttons a {
			width:100%;
			margin-top:6px
		}
		.Wallet_Buttons { 
			padding-top:6px
		}
 
		.Wallet_File_Name {
			font-size:14px !important
		}
	}
	
 
	
	 .Category_Item {
		-webkit-box-shadow: 0px 0px 3px 0px rgba(34,42,59,1);
		-moz-box-shadow: 0px 0px 3px 0px rgba(34,42,59,1);
		box-shadow: 0px 0px 3px 0px rgba(34,42,59,1);
		transition-duration:500ms;
	}
	
	.Category_Item:hover {
		-webkit-box-shadow: 0px 0px 13px 0px rgba(34,42,59,0.61);
		-moz-box-shadow: 0px 0px 13px 0px rgba(34,42,59,0.61);
		box-shadow: 0px 0px 13px 0px rgba(34,42,59,0.61);
		transition-duration:200ms;
	}

	.Category_Item {
		overflow:hidden;
	}

	.Category_Item, .Chat_Item {
		float:left;
		position:relative;
		margin:12px; 
		border-radius:4px;
	}
	
	.Chat_Item {
		margin-top:32px !important	;
		margin-bottom:32px !important;
	}
	
	.Category_Item_Inner {
		float:left;
		width:100%;
	    padding-top:66.25%; /* 1:1 Aspect Ratio */
	    position: relative; /* If you want text inside of it */
	}
	
	
	.Chat_Item_Inner {
		float:left;
		width:100%;
		padding-top:80%; /* 1:1 Aspect Ratio */
		position: relative; /* If you want text inside of it */
		overflow:hidden; 

	}
	
	
	.Chat_Item_Inner_Line_2 {
		float:left;
		width:100%;
		margin-top:24px;
		text-decoration:none;
		text-align:center;
		background-color:rgba(255,255,255,1);
		color:rgba(51,51,51,1);
		border:1px solid rgba(0,0,0,0.5);
		overflow:hidden;
		border-radius:3px;
		padding:12px;
	}
	
	
	.Chat_Item_Title {
		float:left;
		width:100%; 
		font-weight:700;
		text-align:center;
		font-size:0.9rem;
		margin-bottom:4px; 
		background-color:rgba(139,231,139,0.5);
		height:32px !important;
		overflow:hidden;
		line-height:32px;
		border-radius:4px;
	}
	
	.Chat_Item_UserName {
		float:left;
		width:100%; 
		font-weight:800;
		text-align:center;
		font-size:0.7rem;
		margin-bottom:4px;
		text-align:center;
	}	
	
	
	
	.Chat_Item_UserName_Hidden {
		color:rgba(204,51,51,1)
	}
	
	.Chat_Item_Type {
		float:left;
		width:100%; 
		font-weight:800;
		text-align:center;
		font-size:0.85rem;
		margin-bottom:4px;
		text-align:center;
	}		
	
	.Chat_Item_Parser {
		float:left;
		width:100%;
		margin-top:12px;
		margin-bottom:12px;
		background-color:rgba(34,42,59,0.61);
		height:1px;
		overflow:hidden;
		-webkit-box-shadow: 0px 0px 3px 0px rgba(34,42,59,0.61);
		-moz-box-shadow: 0px 0px 3px 0px rgba(34,42,59,0.61);
		box-shadow: 0px 0px 3px 0px rgba(34,42,59,0.61);
		opacity:0.41;
	}
	
	.Category_Item_Inner_Bg_1   {
		position:absolute;
		top:0px;
		bottom:0px;
		left:0px;
		right:0px;
		z-index:10; 
		background-repeat:no-repeat;
		background-size:cover;
		background-position:center center;
		transition-duration:200ms;
	}
	
	.Chat_Item_Inner_Bg_1 {
		position:absolute;
		top:0px;
		bottom:0px;
		left:0px;
		right:0px;
		z-index:10; 
		background-repeat:no-repeat;
		background-size:cover;
		background-position:center center;
		transition-duration:200ms;
		text-align:center;		
	}
	
	.Chat_Profile_Photo_Container {
		position:absolute;
		width:80%;
		left:10%;
		right:10%;
		top:0px;
		bottom:0px;
		background-color:rgba(0,204,102,0.1);
		border-radius:50%;
		overflow:hidden;
		background-repeat:no-repeat;
		background-size:cover;
		background-position:center center;
		transition-duration:200ms; 
		background-image:url(../Img/apple-touch-icon-2.png);
	}
	
	.Chat_Profile_Photo {}
	
	.Category_Item_Inner {
		background-repeat:no-repeat;
		background-size:cover;
		background-position:center center;
		transition-duration:200ms; 
	}
	
 
	.Category_Item_Inner_Bg_1 {
		filter: grayscale(0.80);
	}

	.Category_Item_Inner_Bg_2 {
		position:absolute;
		top:0px;
		bottom:0px;
		left:0px;
		right:0px;
		z-index:10;
		background-color:rgb(30,30,30,1);
		transition-duration:200ms;
		color:rgba(255,255,255,1);
		padding:20px 30px;
		font-size:1.2em;
		text-align:center;
	}
	
	
	.Chat_Item_Inner_Bg_2 {
		position:absolute;
		top:0px;
		bottom:0px;
		left:0px;
		right:0px;
		z-index:10;
		background-color:rgb(60,73,89,0.0);
		transition-duration:200ms;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	.Category_Item_Inner_Text , .Chat_Item_Inner_Text {
		position:absolute;
		top:50%;  
		z-index:11; 
		text-align:center;
		width:100%;
		color:rgba(255,255,255,1);
		text-decoration:none;
		font-size:1.42rem;
		font-family:Verdana, Geneva, sans-serif;
		font-weight:700;
		color: #ffffff;
		text-shadow: 1px 1px 1px #919191,1px 2px 1px #919191,1px 3px 1px #919191;
		transform: translate(0px,-50%);
		padding:0px 24px;
	}
	
	.Chat_Item_Inner_Text {
		font-size:1.04rem;
		font-family: "Muli", sans-serif;
		font-weight:700;
	}
	
	.Category_Item:hover .Category_Item_Inner .Category_Item_Inner_Bg_2 {
		background-color:rgb(0,0,0,1);
		transition-duration:200ms;
	}
	.Category_Item:hover .Category_Item_Inner .Category_Item_Inner_Bg_1 {
		filter: grayscale(0.30);
		transition-duration:200ms;
		top:-60px;
		bottom:-60px;
		left:-60px;
		right:-60px;
		transform: rotate(7deg);
	}	
	
	
	.Chat_Item:hover .Chat_Item_Inner .Chat_Item_Inner_Bg_1 { 
		transition-duration:200ms;
		top:-20px;
		bottom:-20px; 
		left:-20px;
		right:-20px; 
	}
		
	.Chat_Item:hover .Chat_Item_Button { 
		transition-duration:300ms;
		background-color:rgb(111,195,134);
	}		
		
	.Chat_Item_Button {
		float:left;
		font-weight:700;
		color:#FFF;
		width:100%;
		text-align: center;
		vertical-align: middle;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		background-color: transparent;
		border:0px !important;
		padding: 0 1.23rem;
		font-size: 0.933rem;
		line-height: 2.875rem;
		-webkit-border-radius: 0.1875rem;
		border-radius: 0.1875rem;
		background-color:rgba(0,136,204,1);
		margin-top:8px
	}
		
		
		
		
	
			
	.btn {
		float:left;
		font-weight: 600;
		color: #7a82a6;
		text-align: center;
		vertical-align: middle;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		background-color: transparent;
		border:0px !important;
		padding: 0 1.33rem;
		font-size: 0.933rem;
		line-height: 2.875rem;
		-webkit-border-radius: 0.1875rem;
		border-radius: 0.1875rem;
		-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
		transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
		-o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
		transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
		transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
		
	}
	
	.btn-gradient.btn-gradient-one {
		background: linear-gradient(to right, #f5548e, #903af9);
		color:rgba(255,255,255,1);
		width:30%;
		height:3.2rem;
		font-family: "Muli", sans-serif;
		font-weight:700;
		line-height: 1.5;
		cursor:pointer;
		transition-duration:1250ms;
	}
		
		
	.btn-gradient.btn-gradient-one:hover {
		background: linear-gradient(to left, #f5548e, #903af9);
		transition-duration:1250ms;
	}	
		
		
	.Eye_Icon {
		background-image:url(../Img/Content/Eye_Icon.png);
		background-repeat:no-repeat;
		height:18px;
		width:22px;
		background-position:left center;
		background-size:contain;
		opacity:0.55;
		padding-left:22px;
		line-height:18px;
		font-size:0.85rem;
		font-weight:700
	}
	
	
	
	
	
	
	
	
	
	
	
	.Header {
		background-color:rgba(255,136,15,1);
		color:rgba(255,255,255,0.95) !important
	}
	
	.HeaderBackground {
		background-position:top center;
		background-size:cover;
	}
	
	.Header_Main {
		height:72px;
		line-height:72px;
		padding-left:12px;
		padding-right:12px;  
		text-align:center;
	}
	
	.Site_Brand {
 		cursor:pointer;
		font-size:1.4rem;
		color:rgba(255,255,255,1);
		font-weight:700;
		text-decoration:none;
	}
	.Site_Brand a {
		text-decoration:underline;
		color:rgba(255,255,255,1);
	}
	.Site_Brand:hover {
		text-decoration:underline; 
		color:rgba(255,255,255,1);
	}
	
	.Site_Header_Burger {
		float:right;
		height:44px;
		width:44px;
		margin-top:19px;
		margin-left:19px;
		background-color:rgba(255,255,255,1);
		border-radius:3px;
	}
	.Site_Header_Links {
		float:left;
		
	}

	.Site_Header_Links .Item {
		font-weight:600;
		color:rgba(255,255,255,1);
		padding-left:24px;
		padding-right:24px;
		padding-top:8px;
		padding-bottom:8px;
		margin-left:12px;
		margin-right:12px;
		font-size:1.1rem;
		text-shadow: 2px 2px 2px rgba(0,0,0,1);
		transition-duration:100ms;
		text-decoration:none;
	}
	
	.Site_Header_Links .Item:hover {
		background-color:rgb(0,0,0,0.9);
		border-radius:3px;
		text-shadow:none;
		transition-duration:100ms;
	} 
	
	
	
	
	.Category_Item_New {
		float:left;
		position:relative;
		width:100%;
		border:1px solid rgba(0,0,0,0.1);
		padding:18px;
		border-radius:6px;
		color:rgba(51,51,51,1);
		background-color:rgba(0,0,0,0.01);
		margin-top:8px;
		margin-bottom:8px;
	}
	
	.Category_Item_New:hover {
		background-color:rgba(0,0,0,0.025);
		color:rgba(22,22,22,1);
	}
	
	.Category_Item_New_Header {
		float:left;
		width:calc(100% - 52px);
		font-size:19px;
		font-weight:600;
		padding-left:14px;
	}
	
	.Category_Item_New_Icon {
		float:left;
		width:52px;
		height:52px;
		background-repeat:no-repeat;
		background-size:contain;
	}
	
	.Category_Item_New_Desc {
		float:left;
		width:calc(100%);
		font-size:16px;
		font-weight:normal !important
	}
	
	
	
	
	
		.Banner_A { 
			height:50vh;
			background-color:rgba(0,0,0,0.5)
		}
		.VerticalCenter {
			position:absolute;
			top:50%;
			left:0px;
			right:0px;
			transform:translate(0px,-55%)
		}
		.WhiteArea {
			background-color:rgba(255,255,255,0.95);
			padding:1.5rem;
			border-radius: 0.1875rem;
			-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,1);
			-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,1);
			box-shadow: 0px 0px 5px 0px rgba(0,0,0,1);
		}
		
		.WhiteAreaContainer {
			padding:0px 15%;
		}
		
		@media only screen and (max-width:1180px) {
			.WhiteAreaContainer { 	
				padding:0px 0px;
			}  
			
		}
		

				
 
		.form-control {
			float:left;
			width:calc(70% - 12px);
			margin:0px;
			margin-right:12px;
			height:3.2rem;
			padding: 0.375rem 1.2rem;
			font-size: 1rem;
			font-weight: 400;
			line-height: 1.5;
			color: #495057;
			background-color: #fff;
			-webkit-background-clip: padding-box;
			background-clip: padding-box;
			border: 1px solid #e3e6ef;
			-webkit-border-radius: 0.2rem;
			border-radius: 0.2rem;
			-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
			box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
			-webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
			transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
			-o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
			transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
			transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
			font-family: "Muli", sans-serif;
		}
	
	
	
	
	
	.wi {
		float:left;
		width:calc((100% / 4) - 20px);
		position:relative;
		border:1px solid rgba(0,0,0,0.1);
		padding:20px;
		border-radius:8px;
		margin:10px;
	}
	@media only screen and (max-width:1120px) {
		.wi {
			width:calc((100% / 3) - 20px);
		}  
	}
	@media only screen and (max-width:870px) {
		.wi {
			width:calc((100% / 2) - 20px);
		}  
	}
	@media only screen and (max-width:600px) {
		.wi {
			width:calc((100% / 1) - 0px);
			margin:0px;
			margin-top:10px;
			margin-bottom:10px;
		}  
	}	
	
	
	
	
	
	.wipng {
		float:left;
		width:100%;
		padding-top:50%;
		background-image:url(../Img/300px-Bitcoinwallet.png);
		background-repeat:no-repeat;
		background-size:contain;
		background-position:center center;
		margin-bottom:30px;
	}
	.wibalance {
		float:left;
		width:100%;
		font-size:0.9em;
		font-weight:bold;
		text-align:center;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		color:rgba(0,0,0,1);
		margin-bottom:30px;
	}
	
	.wistock {
		float:left;
		width:100%;
		font-size:0.9em; 
		text-align:left;
		color:rgba(0,102,0,1);
		margin-bottom:20px;
	}
	
	
	.wiprice {
		float:left;
		width:45%;
		font-size:1.1em; 
		font-weight:900; 
		color:rgba(0,0,0,1); 
		padding-top:3px
	}
	
	.wibuynow {
		float:left;
		width:55%;
		font-size:0.9em; 
		font-weight:500;
		background-color:rgba(108,190,67,0.8);
		color:rgba(255,255,255,1);
		border-radius:5px;
		padding:6px 12px;
		cursor:pointer;
		transition-duration:300ms;
		text-align:center;
	}
	
	.wibuynow:hover {
		color:rgba(255,255,255,1);
		background-color:rgba(108,190,67,1); 
		text-decoration:none
	}
	
	
	
	.detailsbutton {
		float:left;
		width:100%;
		font-size:1.2em; 
		font-weight:500;
		background-color:rgba(102,102,153,1);
		color:rgba(255,255,255,1);
		border-radius:5px;
		padding:6px 12px;
		cursor:pointer;
		transition-duration:300ms;
		text-align:center;
	}
	
	.detailsbutton:hover {
		color:rgba(255,255,255,1);
		background-color:rgba(102,0,102,1); 
		text-decoration:none
	}
	
	
	
	
	
	
	
	