
	body { background-color: #000 !important; }
	.loader {
		  border: 4px solid #f3f3f3;
		  border-radius: 50%;
		  border-top: 4px solid #3498db;
		  width: 20px;
		  height: 20px;
		  -webkit-animation: spin .2s linear infinite; /* Safari */
		  animation: spin .2s linear infinite;
		}

		/* Safari */
		@-webkit-keyframes spin {
		  0% { -webkit-transform: rotate(0deg); }
		  100% { -webkit-transform: rotate(360deg); }
		}

		@keyframes spin {
		  0% { transform: rotate(0deg); }
		  100% { transform: rotate(360deg); }
		}
	.clock { display: none; }
	.networktop {  margin-top: 12px; margin-left: 15px; background-color: #fd3b8d !important; color: #fff; padding: 6px 10px !important; }
	.warning {
		        font-size: 80%;
			    display: none;
			    padding: 5px 10px;
			    background-color: #595959;
			    color: #fff !important;
			    border-radius: 15px;
	}
	.colorwhite { color: #fff !important; }
	.backColorBlue { background-color: #208deb !important; color: #fff; border :1px solid #208deb !important;}
	.accountAddress { display: none; }
	.buttonpstyle { 
			padding: 5px 10px;
		    color: #fff;
		    margin-top: 10px;
		    background-color: #208deb;
		    border-radius: 10px;
		    cursor: pointer; margin-left: 10px;
	}
	.response { margin-top: 10px; color: #fff !important;}
