/* ------------------------------------- 
		GLOBAL 
------------------------------------- */
* { 
	margin:0;
	padding:0;
}

* { font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }

img { 
	max-width: 100%; 
}
.collapse {
	margin:0;
	padding:0;
}
body {
	-webkit-font-smoothing:antialiased; 
	-webkit-text-size-adjust:none; 
	width: 100%!important; 
	height: 100%;
	background: #f0f2f5;
	margin: 0 !important;
}
.marg{
	  margin-top: 52px;
    border-radius: 13px;
}
.roundtop{
	background: #515f73;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
.white-bod{
  background: #ffffff;
	border-bottom-right-radius: 11px;
	border-bottom-left-radius: 11px;
	box-shadow: 0 9px 20px rgba(0,0,0,0.1);
}
.bgbg{
	 background: #515f73;
	    margin: -3px;
    padding: 0px;
}

@media only screen and (max-width: 600px) {
	
	a[class="btn"] { display:block!important; margin-bottom:10px!important; background-image:none!important; margin-right:0!important;}

	div[class="column"] { width: auto!important; float:none!important;}
	
	table.social div[class="column"] {
		width:auto!important;
	}
	body{
		height: 100%;
		background: #515f73;
	}
	.marg{
		  margin-top: 0px;
          border-radius: 13px;
	}
	.roundtop{
	background: #515f73;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	margin-top: -5px;
}
.white-bod{
  background: #ffffff;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	box-shadow: 0 9px 20px rgba(0,0,0,0);
}
}