
html,
body {
    margin: 0 auto !important;
    padding: 0 !important;
    height: 100% !important;
    width: 100% !important;
    background: #fff;
}

/* What it does: Stops email clients resizing small text. */
* {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

/* What it does: Centers email on Android 4.4 */
div[style*="margin: 16px 0"] {
    margin: 0 !important;
}

/* What it does: Stops Outlook from adding extra spacing to tables. */
table,
td {
    mso-table-lspace: 0pt !important;
    mso-table-rspace: 0pt !important;
}

/* What it does: Fixes webkit padding issue. */
table {
    border-spacing: 0 !important;
    border-collapse: collapse !important;
    table-layout: fixed !important;
    margin: 0 auto !important;
}

/* What it does: Uses a better rendering method when resizing images in IE. */
img {
    -ms-interpolation-mode:bicubic;
}

/* What it does: Prevents Windows 10 Mail from underlining links despite inline CSS. Styles for underlined links should be inline. */
a {
    text-decoration: none;
}

/* What it does: A work-around for email clients meddling in triggered links. */
*[x-apple-data-detectors],  /* iOS */
.unstyle-auto-detected-links *,
.aBn {
    border-bottom: 0 !important;
    cursor: default !important;
    color: inherit !important;
    text-decoration: none !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
}

/* What it does: Prevents Gmail from displaying a download button on large, non-linked images. */
.a6S {
    display: none !important;
    opacity: 0.01 !important;
}

/* What it does: Prevents Gmail from changing the text color in conversation threads. */
.im {
    color: inherit !important;
}

/* If the above doesn't work, add a .g-img class to any image in question. */
img.g-img + div {
    display: none !important;
}

/* What it does: Removes right gutter in Gmail iOS app: https://github.com/TedGoas/Cerberus/issues/89  */
/* Create one of these media queries for each additional viewport size you'd like to fix */

/* iPhone 4, 4S, 5, 5S, 5C, and 5SE */
@media only screen and (min-device-width: 320px) and (max-device-width: 374px) {
    u ~ div .email-container {
        min-width: 320px !important;
    }
}
/* iPhone 6, 6S, 7, 8, and X */
@media only screen and (min-device-width: 375px) and (max-device-width: 413px) {
    u ~ div .email-container {
        min-width: 375px !important;
    }
}
/* iPhone 6+, 7+, and 8+ */
@media only screen and (min-device-width: 414px) {
    u ~ div .email-container {
        min-width: 414px !important;
    }
}



.header-style{
	width: 100%;
	background: #ed1c2a;
	border-radius: 5px;
	margin-top: 0px;
	display: flex;
}

.header-style div{
	width: 50%;
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 10px;
}

.header-style div:nth-child(1){
	text-align: left;
	padding-left: 10px;
}

.header-style div:nth-child(1) img{
	height: 40px;
	margin-top: 5px;
}

.header-style div:nth-child(2){
	text-align: right;
	padding-right: 10px;
}

.header-style div:nth-child(2) h6{
	padding: 0;
	margin: 0;
	color: #fff;
	font-weight: normal;
	font-size: 14px;
}

.header-style div:nth-child(2) a{
	border: 2px solid #fff;
	color: #fff;
	font-weight: normal;
	font-size: 13px;
	font-weight: 500;
	padding: 3px 15px;
	display: inline-block;
	border-radius: 15px;
	margin-bottom: 8px;
}

.header-style div:nth-child(2) a:hover{
	background: #fff;
	color: #ed1c2a;
}

.email-text-container{
	text-align: left;
	background: rgb(0, 0, 0, 0.08);
	display: block;
	border-radius: 5px;
	padding: 20px;
	margin-top: 15px;
}

.email-text-container p{
	padding: 0;
	margin: 0px 0px 15px 0px;
	color: #666666;
	font-size: 15px;
	line-height: 24px;
}

.email-text-container p a{
	font-weight: 500;
	text-decoration: none;
	color: #ed1c2a;
}

.email-text-container p:last-child{
	margin-bottom: 0px;
}

.activate-now-con{
	text-align: left;
	background: #ed1c2a;
	display: flex;
	border-radius: 5px;
	padding: 0px 20px;
	margin-top: 15px;
}

.activate-now-con div:nth-child(1){
	width: 60%;
	display: inline-block;
	padding-top: 20px;
	padding-bottom: 20px;
}

.activate-now-con div:nth-child(1) span{
	width: 100%;
	display: block;
}

.activate-now-con div:nth-child(1) span img{
	height: 75px;
}

.activate-now-con div:nth-child(1) p{
	padding: 0;
	margin: 0px 0px 15px 0px;
	color: #fff;
	font-size: 15px;
	line-height: 24px;
	opacity: 0.9;
}

.activate-now-con div:nth-child(1) a{
	color: #fff;
	font-weight: 500;
	font-size: 14px;
	display: inline-block;
	padding: 6px 20px;
	border: 2px solid #fff;
	border-radius: 20px;
}

.activate-now-con div:nth-child(1) a:hover{
	background: #fff;
	color: #ed1c2a;
}

.activate-now-con div:nth-child(1) h4{
	padding: 0;
	margin: 22px 0px 10px 0px;
	color: #fff;
	font-size: 22px;
	font-weight: 500;
}

.activate-now-con div:nth-child(2){
	width: 40%;
	display: inline-block;
	padding-top: 40px;
}

.activate-now-con div:nth-child(2) img{
	width: 100%;
	display: block;
}

.footer-credits{
	text-align: center;
    background: rgb(0, 0, 0, 0.08);
    display: block;
    border-radius: 5px;
    padding: 20px;
	margin-top: 15px;
}

.footer-credits p{
	padding: 0;
    margin: 0px 0px 0px 0px;
    color: #666666;
    font-size: 14px;
    line-height: 20px;
}

.footer-credits p a{
	color: #ed1c2a;
	font-weight: 500;
	text-decoration: none;
}

.footer-top-div{
	text-align: center;
    background: rgb(0, 0, 0, 0.08);
    display: flex;
    border-radius: 5px;
    padding: 20px;
	margin-top: 15px;
}

.footer-top-div div{
	width: 33.33%;
	display: inline-block;
	text-align: left;
}

.footer-top-div div h4{
	width: 100%;
	padding: 0;
	margin: 0px 0px 15px 0px;
	font-weight: 500;
	font-size: 16px;
	color: #333333;
}

.footer-top-div div ul{
	width: 100%;
	padding: 0;
	margin: 0;
}

.footer-top-div div ul li{
	list-style: none;
	padding: 0;
	margin: 0px 0px 8px 0px;
}

.footer-top-div div ul li:last-child{
	margin-bottom: 0px;
}

.footer-top-div div ul li a{
	padding: 0;
    margin: 0px 0px 15px 0px;
    color: #666666;
    font-size: 14px;
    line-height: 18px;
}

.footer-top-div div ul li a:hover{
	color: #ed1c2a;
}

.footer-top-div div img{
	height: 30px;
}

.serveris-ready{
	margin-top: 15px;
	width: 100%;
	display: flex;
	padding: 20px 0px;
}

.serveris-ready h4{
	color: #333333;
	padding: 0;
	margin: 26px 0px;
	font-size: 24px;
	text-align: left;
}

.serveris-ready div:nth-child(1){
	width: 60%;
	display: inline-block;
	padding-left: 20px;
}

.serveris-ready div:nth-child(2){
	width: 40%;
	display: inline-block;
	text-align: right;
	padding-right: 20px;
}

.serveris-ready div:nth-child(2) img{
	height: 80px;
	display: inline-block;
}



@media screen and (max-width: 500px) {
	.header-style div:nth-child(1) img{
		height: 30px;
		margin-top: 5px;
	}

	.header-style div:nth-child(1){
		width: 40%;
	}


	.header-style div:nth-child(2){
		width: 60%;
	}

	.header-style div:nth-child(2) h6{
		font-size: 12px;
	}

	.header-style div:nth-child(2) a{
		font-size: 11px;
	}

	.serveris-ready{
		display: block;
	}

	.serveris-ready div:nth-child(1){
		width: 100%;
		text-align: center;
		padding: 0px;
		display: block;
	}

	.serveris-ready div:nth-child(2){
		width: 100%;
		text-align: center;
		padding: 0px;
		display: block;
	}

	.serveris-ready h4{
		margin: 0px 0px 20px 0px;
		font-size: 20px;
		text-align: center;
	}

	.serveris-ready{
		padding: 10px 0px;
	}

	.footer-top-div div:nth-child(3){
		display: none;
		visibility: hidden;
	}

	.activate-now-con div:nth-child(1){
		width: 100%;
	}

	.footer-top-div div{
		width: 50%;
	}

	.activate-now-con{
		display: block;
	}

	.activate-now-con div:nth-child(2){
		width: 100%;
	}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    /* This targets the black theme of Hotmail */

    .email-text-container p,
    .footer-credits p,
    .footer-top-div div ul li a,
    .serveris-ready h4 {
        color: #ffffff !important; /* Set text color to white */
    }

    .email-text-container {
        background: rgba(255, 255, 255, 0.08) !important; /* Adjust background color */
    }

    .footer-credits,
    .footer-top-div {
        background: rgba(255, 255, 255, 0.08) !important; /* Adjust background color */
    }

    .activate-now-con {
        background: #ffffff !important; /* Adjust background color */
    }
}