<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> 
	.btn-facebook {
		background-color: #3c66c4;
		border: 1px solid #3c66c4;
		color: #ffffff !important;
		cursor: pointer;
	}

	.btn-google {
		background-color: #cf4332;
		border: 1px solid #cf4332;
		color: #ffffff !important;
		cursor: pointer;
	}

	table.dashboard_info {
		width: 100%;
	}

	table.dashboard_info td {
		width: 50%;
		padding-right: 15px;
	}

	table.dashboard_info td:last-child {
		padding-right: 0;
	}

	table.dashboard_info .reminder {
		background: none repeat scroll 0 0 #e8eef7;
		border-radius: 5px;
		border: 1px solid #cedbf3;
		clear: both;
		color: #333;
		float: left;
		font-size: 14px;
		line-height: 20px;
		margin: 0 0 15px;
		padding: 10px 15px;
		text-align: center;
		width: calc(100% - 32px);
	}

	#account-body .reminder &gt; h2 {
		font-size: 24px;
		font-weight: 600;
		line-height: 1.35em;
		margin-bottom: 10px;
	}

	#account-body .reminder &gt; p {
		font-size: 19px;
		line-height: 1.4em;
		margin-bottom: 20px;
		font-weight: normal;
	}

	#account-tabs .reminder textarea {
		float: none;
		font-size: 13px;
		min-height: 99px;
		padding: 11px 10px 10px;
		text-transform: lowercase;
		white-space: nowrap;
		width: calc(100% - 22px);
	}

	#account-tabs .reminder img {
		margin-top: 20px;
		max-width: 300px;
		height: 161px;
	}

	@media only screen and (max-width: 568px) {
		table.dashboard_info td {
			float: left;
			width: 100% !important;
			padding-right: 0;
		}
	}

	.four-sec {
		-webkit-transition: width 4s ease-in-out;
		-moz-transition: width 4s ease-in-out;
		-ms-transition: width 4s ease-in-out;
		-o-transition: width 4s ease-in-out;
		transition: width 4s ease-in-out;
	}

	.well {
		display: inline-block;
		width: 100%;
	}

	.clickhide {
		cursor: pointer;
	} 
	/* from this */
	.noborder{
		border: none !important;
		background-color: rgb(250, 250, 250);
	}
	.tablinks{
		border-bottom:none !important;
		background-color: #ccc !important;
		font-weight: bold !important;
	}
	.itemblock{
		background-color: rgb(250, 250, 250);
		border-color: rgb(238, 238, 238);
		box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	}
	.ads-tabs .tabs-menus ul li .active {
		 color: #fff !important; 
	}
	.tabcontent{
		background-color: #fff;
	}
	.pageheading{
		font-size:25px;
		word-break: normal;
		margin: 0 0 10px 0 !important;
	}
	.blockheading{
		font-size:16px;
		word-break: normal;
		padding: 10px;
		text-indent: 10px;
	}
	.ads-tabs .tabs-menus ul li .active {
		color: #6963ff;
	}
	.int {
		background-color: rgb(238, 238, 238);
		border: 1px solid rgb(238, 238, 238);
		color: rgb(85, 85, 85);
		display: block;
		width:100%;
		padding: 10px; 
		font-size: 14px;
	}
	.select2-container { 
		width:100% !important;
	}
	.madjust {
		/* border: 1px solid #ddd; */
		padding: 10px 0;
	}
	.madjust .col-md-4{
		margin: 10px 0 5px 0;
	}
	.sub{
		padding: 5px 0;
		text-indent: 10px;
	}
	.btn-success{
		font-size: 14px;
	}
	.accountdetails{
		font-size:13px;
	}
	
/* to this */
</pre></body></html>