/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* END reset */

/* START Micro ClearFix */
.cf:before, .cf:after { content: ""; display: table } /* For modern browsers */
.cf:after { clear: both }
.cf { zoom: 1 } /* For IE 6/7 (trigger hasLayout) */
/* END Micro ClearFix */

HTML {
	height: 100%;
}
.nobg { background: none; }
BODY {
	margin: 0px;
	font-size: 14px;
	font-weight: normal;
	color: #314861;
	font-family: "Roboto";
	line-height: 20px;
}

A {
	font-family: "Roboto";
	font-weight: 500;
	font-size: 14px;
	color: #297BE6;
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}
A:visited {
	color: #297BE6;
}

EM { font-style: italic }
STRONG { font-weight: bold }
SMALL { font-size: 0.688px }

H1 { font-size: 1.875em; border-bottom: 0px dotted #555 }
H2 { font-size: 1.250em; }

.mt10 { margin-top: 10px }
.mt20 { margin-top: 20px }
.mt30 { margin-top: 30px }
.mb10 { margin-bottom: 10px }
.mb20 { margin-bottom: 20px }
.mb30 { margin-bottom: 30px }
.pt10 { padding-top: 10px }

INPUT[type=checkbox] { position: relative; top: 1px }

INPUT[type=text], INPUT[type=password], INPUT[type=number]:not(.cur-year):not(.flatpickr-hour):not(.flatpickr-minute), TEXTAREA, SELECT:not(.flatpickr-monthDropdown-months) {
	box-sizing: border-box;
	border-radius: 3px;
	border-width: 1px;
	box-shadow: inset 0px 1px 2px #DDD;
	height: 44px;
	outline: none;
	font-family: "Poppins", sans-serif;
	font-size: 15px;
	color: #666;
	border-top: 1px solid #DDD;
	border-left: 1px solid #EFEFEF;
	border-right: 1px solid #EFEFEF;
	border-bottom: 1px transparent;
	padding-left: 10px;
	padding-right: 3px;
	resize: none;
	margin: 0;
}
INPUT[disabled], SELECT[disabled] {
	background-color: #FAFAFA;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:   #BBB;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #BBB;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #BBB;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #BBB;
}

SELECT {
	padding-right: 0px;
	height: 28px;
	background-color: white;
}

.tr {
	transition: all 0.25s;
	-moz-transition: all 0.25s;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	-ms-transition: all 0.25s;
}

.nosel {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.ellipsis {
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.scale0 {
	transform: scale(0, 0);
	transition-timing-function: ease-in;
}

.wrap {
	word-wrap: break-word;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
}

.break {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;

}

.left { float: left }
.right { float: right }

/*---------------------------------------------------------------------------------------*/

:root {
	--gmail-yellow: #fff1d1;
	--gmail-green: #34A853;
	--gmail-red: #C5221F;
	--gmail-blue: #297BE6;
	--light-blue: #73a2ec;
}

#container {
	width: 500px;
	margin: 0 auto;
	padding: 20px;
}
#container .logo {
	text-align: center;
}

UL {
	list-style-type: disc;
}
LI {
	margin-left: 20px;
	margin-top: 10px;
}

.button {
	outline: 1px solid transparent;
	border: none;
	display: inline-block;
	cursor: pointer;
	font-family: 'Product Sans Regular';
	font-size: 13px;
	color: white !important;
	padding: 8px 16px;
	line-height: 18px;
	background-color: #297BE6;
	text-decoration: none;
	letter-spacing: 0.5px;
	border-radius: 4px;
}
.button.large {
	font-family: 'Product Sans Medium Regular';
	font-size: 14px;
}
.button:not([disabled]):hover {
	text-decoration: none;
	box-shadow: 0 1px 2px 0 rgb(26 115 232 / 45%), 0 1px 3px 1px rgb(26 115 232 / 30%) !important;
	opacity: 0.85;
}
.button[disabled] {
	background-color: #CCC;
	text-decoration: none;
	cursor: default;
}
.button.withIcon {
	font-size: 14px !important;
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	padding: 8px 10px 8px 16px;
	font-family: "Poppins", sans-serif;
	text-transform: uppercase;
	font-weight: 400 !important;
}
.button.withIcon I {
	margin-left: 7px;
}
.button.small {
	padding: 5px 8px 5px 12px;
}
#privacy {
	padding: 50px;
}
#privacy UL {
	margin-bottom: 10px;
}
#privacy LI {
	margin-top: 0px;
}
#privacy LI > P {
	margin-bottom: 2px;
}
#privacy H1 {
	margin: 20px 0;
	line-height: 30px;
	font-size: 1.875em;
	font-weight: 500;
}
#privacy H2 {
	margin: 20px 0;
	line-height: 30px;
	font-size: 1.875em;
}
#privacy H3 {
	margin: 20px 0px 8px 0px;
	font-size: 18px;
}
#privacy H4 {
	font-weight: 500;
}
#privacy P {
	margin-bottom: 10px;
}
#privacy STRONG {
	font-weight: 500;
}
.generalLogo {
	text-align: center;
	margin-top: 45px;
	margin-bottom: 0px;
}

#webContainer {
	width: 1100px;
	margin: 0 auto;
	color: #666;
	font-weight: 300;
	font-size: 14px;
	padding: 0 30px;
}

#webContainer STRONG {
	font-weight: 400;
}

#webContainer .logo {
	width: 300px;
	height: 300px;
	background: url('/static/images/logo.webp') no-repeat center;
	background-size: contain;
}
#webContainer .content {
	margin-top: 50px;
}
#webContainer .content .main, #webContainer .content .mainl {
	display: flex;
}
#webContainer .content .main .l {
	padding-right: 110px;
}
#webContainer .content .main .r {
	margin-right: 40px;
}
#webContainer .content .signin {
	margin-top: 25px;
	float: left;
}
#webContainer .content .main .title {
	font-family: 'Noto Sans Display', sans-serif;
	font-size: 61px;
	color: #000000;
	line-height: 74px;
	padding-top: 42px;
}
#webContainer .content .main H2.title {
	font-family: 'Noto Sans Display', sans-serif;
	font-size: 48px;
	line-height: 60px;
	padding-top: 65px;
}
#webContainer .content .desc {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 300;
	line-height: 30px;
	padding-top: 10px;
}

#signedInButton {
	border-radius: 4px;
	border: 1px solid #d2e3fc;
	box-sizing: border-box;
	color: #3c4043;
	cursor: default;
	font-family: 'Product Sans Regular';
	font-size: 14px;
	height: 40px;
	letter-spacing: 0.25px;
	outline: none;
	box-shadow: none;
	overflow: hidden;
	padding: 0 8px;
	position: relative;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	background-color: rgba(66, 133, 244, 0.1);
	background-image: none;
	display: flex;
}

#signedInButton .userpic {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin-top: 9px;
	background-color: white;
}
#signedInButton .sourcelogo {
	height: 18px;
	width: 18px;
	margin-top: 10px;
	background-size: contain !important;
}
#signedInButton .sourcelogo.google {
	background: url('/static/images/google.svg') no-repeat top left;
}
#signedInButton .sourcelogo.facebook {
	background: url('/static/images/fblogo.svg') no-repeat top left;
}
#signedInButton .sourcelogo.microsoft {
	background: url('/static/images/mslogo.png') no-repeat top left;
}
#signedInButton .sourcelogo.twitter {
	background: url('/static/images/twlogo.svg') no-repeat top left;
}
#signedInButton .sourcelogo.apple {
	background: url('/static/images/aplogob.svg') no-repeat top left;
}
#signedInButton .sourcelogo.local {
	background: url('/static/images/logo_32x32.webp') no-repeat top left;
}
#signedInButton .text {
	font-family: 'Roboto';
	font-size: 12px;
	font-weight: 500;
	padding: 7px 8px 0px 8px;
	text-align: left;
}
#signedInButton .text .name {
	line-height: 12px;
}
#signedInButton .text .email {
	color: #5f6368;
	font-size: 11px;
	line-height: 15px;
	font-weight: 400;
	max-width: 150px;
}
#signedInButton .text A {
	font-weight: 500 !important;
	font-size: 11px !important;
	padding-left: 5px;
	line-height: 15px;
}
.clipart1 {
	width: 300px;
	height: 300px;
	background: url('/static/images/clipart1.webp') no-repeat center;
	background-size: contain;
}
.clipart2 {
	width: 300px;
	height: 300px;
	background: url('/static/images/clipart2.webp') no-repeat center;
	background-size: contain;
}
.clipart3 {
	width: 300px;
	height: 500px;
	background: url('/static/images/clipart3.webp') no-repeat center;
	background-size: contain;
}
.clipart4 {
	width: 300px;
	height: 400px;
	background: url('/static/images/clipart4.webp') no-repeat center;
	background-size: contain;
}
.clipart5 {
	width: 300px;
	height: 300px;
	background: url('/static/images/clipart5.webp') no-repeat center;
	background-size: contain;
	border-radius: 50%;
}
.clipart6 {
	width: 300px;
	height: 300px;
	background: url('/static/images/clipart6.webp') no-repeat center;
	background-size: contain;
	border-radius: 50%;
}
.clipart7 {
	width: 300px;
	height: 300px;
	background: url('/static/images/clipart7.webp') no-repeat left -10px;
	background-size: contain;
}

#webContainer {
	padding-bottom: 200px;
}

#webContainer .content .mainl .title, #webContainer .paynow .title {
	font-family: 'Noto Sans Display', sans-serif;
	font-size: 48px;
	color: #000000;
	line-height: 60px;
	padding-top: 65px;
}
#webContainer .paynow .title {
	font-size: 37px;
	padding-top: 80px;
}
#webContainer .paynow .desc {
	display: none;
}
#webContainer .paynow .desc A {
	font-size: 20px;
	font-weight: 200;
}
#webContainer .content .main A, #webContainer .content .mainl A {
	font-size: 20px;
	font-weight: 200;
}
#webContainer .content .mainl .l {
	padding-right: 50px;
}
#webContainer .content .mainl.schedule {
	margin-top: 100px;
}
#webContainer .content .main.privacy {
	margin-top: 80px;
}
#webContainer .content .main.contact {
	margin-top: 80px;
}
#webContainer .content .main.download {
	margin-top: 80px;
}
#webContainer .content .main.phones {
	margin-top: 80px;
}
#webContainer .content .main.download .button {
	margin-bottom: 5px;
	width: 250px;
}
#webContainer .content .main.download .button IMG {
	width: 30px;
	max-height: 30px;
	vertical-align: top;
	float: right;
}
#webContainer .content .main.download .button SPAN {
	display: inline-block;
	padding-top: 5px;
	margin-right: 13px;
}
#webContainer .content .mainl.plansinclude {
	margin-top: 100px;
}
#webContainer .content .mainl.plansinclude .r {
	padding-left: 40px;
}
#webContainer .content .mainl.plansinclude LI .tag {
	display: inline-block;
	background-color: var(--gmail-blue);
	color: white;
	text-align: center;
	width: 50px;
	border-radius: 3px;
	font-size: 15px;
	font-weight: 500;
	margin-right: 2px;
}
#webContainer .content .mainl.plansinclude UL {
	list-style-type: none;
}
#webContainer .content .mainl.plansinclude LI {
	margin-left: 0;
}
#webContainer .content .mainl.plansinclude LI .min {
	font-size: 12px;
	display: inline-block;
	position: relative;
	top: -10px;
	font-style: italic;
}
#webContainer .content .main.video {
	margin-top: 80px;
}
#webContainer .content .main.video .title {
	padding-top: 0px !important;
}
#webContainer .content .main.video .l {
	padding-right: 35px !important;
}

#webContainer .content .main.video LITE-YOUTUBE {
	width: 1060px;
	height: 596px;
	border: 10px solid black;
	border-radius: 20px;
	max-width: unset;
}
#started LITE-YOUTUBE {
	width: 1060px;
	height: 596px;
	border: 10px solid black;
	border-radius: 20px;
	margin-top: 40px;
	max-width: unset;
}

TABLE.comp {
	font-family: 'Poppins', sans-serif;
	border-collapse: separate;
	/*border: 1px solid #f2f2f2;*/
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 6px;
}
TABLE.comp.common {
	margin-left: initial;
	margin-right: initial;
}
TABLE.comp THEAD {
	background-color: var(--gmail-blue);
	color: white;
	font-size: 18px;
	line-height: 21.6px;
}
TABLE.comp THEAD TH {
	padding-top: 19px;
	padding-bottom: 19px;
	text-align: center;
}
TABLE.comp THEAD TH:nth-child(2) {
	width: 110px;
}
TABLE.comp THEAD TH:nth-child(3) {
	width: 80px;
}
TABLE.comp TBODY {
	font-size: 15px;
	line-height: 18px;
}
TABLE.comp TBODY TD {
	color: #666;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #f2f2f2;
}
TABLE.comp TBODY TD:first-child {
	padding-left: 30px;
}
TABLE.comp TBODY TD:nth-child(2) {
	text-align: center;
}
TABLE.comp TBODY TD:nth-child(3) {
	text-align: center;
}
TABLE.comp TBODY TD:nth-child(4) {
	text-align: center;
}

TABLE.comp TH:first-child {
	border-top-left-radius: 6px;
}
TABLE.comp TH:last-child {
	border-top-right-radius: 6px;
}
TABLE.comp TBODY TR:last-child TD:first-child {
	border-bottom-left-radius: 6px;
}
TABLE.comp TBODY TR:last-child TD:last-child {
	border-bottom-right-radius: 6px;
}

TABLE.comp TBODY TD:first-child {
	border-left: 1px solid #f2f2f2;
}
TABLE.comp TBODY TD:last-child {
	background-color: #FFF1D1;
}
TABLE.comp .button {
	font-family: 'Poppins', sans-serif;
	font-weight: 500 !important;
	font-size: 14px !important;
	letter-spacing: 0.2px;
	box-sizing: border-box;
	width: 100%;
}
TABLE.comp TFOOT TD {
	text-align: center;
}
TABLE.comp .limit {
	text-align: left;
	font-size: 12px;
	line-height: 15px;
	vertical-align: middle;
	padding-left: 6px;
}
TABLE.comp.common .limit {
	padding-top: 8px;
}
TABLE.comp I.new {
	color: var(--gmail-red);
}
TABLE.comp.generic TD {
	background-color: #FEFEFE !important;
	padding: 20px;
	text-align: center;
	vertical-align: middle;
}
TABLE.comp.generic TD:last-child {
	border-right: 1px solid #f2f2f2;
}
TABLE.comp A {
	font-family: "Poppins", sans-serif;
	font-size: 15px !important;
	font-weight: 300 !important;
}
TABLE.comp .pff {
	vertical-align: middle;
	padding: 0 10px;
	line-height: 17px;
}
TABLE.comp .pff A {
	color: white;
	font-size: 13px !important;
	padding-right: 16px;
	position: relative;
}
TABLE.comp .pff A I {
	display: block;
	font-size: 13px;
	position: absolute;
	top: 3px;
	right: 0;
}

#webContainer .content .mainl.payments {
	margin-top: 30px;
}
#webContainer .content .mainl.payments .title {
	padding-top: 0px;
}
#webContainer .content .mainl.phones {
	margin-top: 80px;
}

#webContainer .two {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#webContainer .plans {
	margin-top: 90px;
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 1 1 auto;
}
#webContainer .plan {
	width: 51%;
	border-radius: 4px;
	text-align: center;
	font-family: 'Noto Sans Display', sans-serif;
	box-shadow: 0 1px 4px 0 rgb(34 46 58 / 15%);
	box-sizing: border-box;
	padding: 20px;
	position: relative;
	background-image: linear-gradient(to right top, #ffffff, #f5f5f5);
}
#webContainer .plan:hover {
	box-shadow: 0 8px 16px 0 rgb(34 46 58 / 15%);
}
#webContainer .plan .freq {
	height: 40px;
	display: inline-block;
	margin-top: 20px;
	position: relative;
}
#webContainer .plan .freq .inner {
	display: inline-block;
	background-color: #E8EBF0;
	line-height: 40px;
	padding: 0 20px;
	font-weight: 600;
	position: relative;
	color: #222e3a;
}
#webContainer .plan .freq .inner:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 8px 0 0;
	border-color: #e8ebf0 #0000 #0000 #0000;
	position: absolute;
	right: -8px;
	top: 0;
	z-index: 2;
}
#webContainer .plan .freq .inner:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 0 8px;
	border-color: #0000 #0000 #0000 #e8ebf0;
	position: absolute;
	right: -8px;
	top: 20px;
	z-index: 2;
}
#webContainer .plan .freq:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 20px 0;
	border-color: #0000 #e8ebf0 #0000 #0000;
	position: absolute;
	left: -8px;
	top: 0;
}
#webContainer .plan .freq:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 20px 8px;
	border-color: #0000 #0000 #e8ebf0 #0000;
	position: absolute;
	left: -8px;
	top: 20px;
}
#webContainer .plan.p6 {
	margin-right: 0;
}

#webContainer .plan .price {
	margin-top: 70px;
}
#webContainer .plan .price .currency, #webContainer .plan .price .period, #webContainer .plan .price .change {
	font-size: 22px;
	display: inline-block;
	position: relative;
	top: -10px;
}
#webContainer .plan .price .currency {
	padding-right: 10px;
}
#webContainer .plan .price .period {
	padding-left: 5px;
	font-size: 18px;
}
#webContainer .plan .price .change {
	font-size: 28px;
	top: 0;
	color: #222e3a;
}
#webContainer .plan .amount {
	color: #222e3a;
	font-size: 68px;
	margin-top: 10px;
}
#webContainer .plan .billing {
	margin-top: 14px;
	color: #999;
	font-weight: 300;
}
#webContainer .plan .premiumsel {
	margin-top: 20px;
	color: #000;
	font-weight: 400;
}
#webContainer .plan.preferred .premiumsel {
	color: white;
}
#webContainer .plan .addnote {
	font-size: 12px;
	color: #999;
}
#webContainer .plan.preferred .addnote {
	color: white;
	font-weight: 200;
}
#webContainer .plan .addnote A {
	font-weight: 400;
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
}
#webContainer .plan.preferred .addnote A {
	color: white;
	font-weight: 400;
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	text-decoration: underline dotted;
}
#webContainer .plan.preferred .addnote A:hover {
	text-decoration: none;
}

INPUT[type="checkbox"].styled {
	/* remove standard background appearance */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/* create custom radiobutton appearance */
	display: inline-block;
	width: 14px;
	height: 14px;
	padding: 2px;
	/* background-color only for content */
	background-clip: content-box;
	border: 1px solid black;
	background-color: transparent;
	border-radius: 2px;
	margin: 3px 3px 0px 5px;
	top: 2px;
}
INPUT[type="checkbox"].styled:active, LABEL:active INPUT[type="checkbox"] {
	background-color: #CCC !important;
}
/* appearance for checked radiobutton */
INPUT[type="checkbox"].styled:checked {
	background-color: #297BE6;
}

.plan.preferred INPUT[type="checkbox"].styled {
	border: 1px solid white;
}
.plan.preferred INPUT[type="checkbox"].styled:checked {
	background-color: white;
}

#webContainer .plan .savings {
	display: inline-block;
	background-color: #E8EBF0;
	line-height: 40px;
	padding: 0 20px;
	font-weight: 600;
	position: relative;
	color: #222e3a;
	border-radius: 4px;
	position: relative;
	top: -50px;
}
#webContainer .plan.preferred .savings {
	background-color: var(--gmail-red);
	color: white;
}
#webContainer .plan.preferred .savings:before {
	border-color: var(--gmail-red) #0000 #0000 #0000;
}
#webContainer .plan .savings:before {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0;
	border-color: #e8ebf0 #0000 #0000 #0000;
}

#webContainer .plan .action {
	padding-top: 20px;
	position: relative;
}


#webContainer .plan.preferred {
	background-image: linear-gradient(to right top, #549cfd, #004ab6);
	color: white;
	transform: scale(1.08) translateZ(0);
	backface-visibility: hidden;
	-webkit-font-smoothing: subpixel-antialiased;
}
#webContainer .plan.preferred .price .amount, #webContainer .plan.preferred .price .change {
	color: white;
}
#webContainer .plan.preferred .billing {
	font-weight: 200;
	color: white;
}
#webContainer .plan.preferred .freq .inner {
	background-color: var(--light-blue);
	color: white;
}
#webContainer .plan.preferred .freq .inner:before {
	border-color: var(--light-blue) #0000 #0000 #0000;
	right: -7px;
}
#webContainer .plan.preferred .freq .inner:after {
	border-color: #0000 #0000 #0000 var(--light-blue);
	right: -7px;
}
#webContainer .plan.preferred .freq:before {
	border-color: #0000 var(--light-blue) #0000 #0000;
	left: -7px;
}
#webContainer .plan.preferred .freq:after {
	border-color: #0000 #0000 var(--light-blue) #0000;
	left: -7px;
}
#webContainer .plan .button {
	font-family: Roboto;
	padding: 10px 25px;
}
#webContainer .plan.preferred .button {
	background-color: var(--gmail-red);
	transition: all 0.25s;
}
#webContainer .plan.preferred .button:hover {
	background-color: #d7211e;
	opacity: 1;
}
#webContainer .plan .button[disabled] {
	background-color: #CCC;
	box-shadow: none !important;
	cursor: default;
	opacity: 1;
}
#webContainer .plan .button[disabled]:hover {
	background-color: #CCC;
}
#topbar {
	width: 1100px;
	margin: 0 auto;
}
#topbar UL {
	float: right;;
	list-style-type: none;
	margin-top: 20px;
}
#topbar LI {
	float: left;
}

#topbar A {
	color: #666;
	font-weight: 400;
	margin-left: 15px;
}

.action I {
	font-size: 45px;
	position: absolute;
	bottom: 0;
	margin-left: 10px;
	color: var(--gmail-green);
	text-shadow: 2px 0px 0px white;
	display: none;
}
.preferred .action I {
	color: white;
	text-shadow: none;
}
.paynow {
	text-align: center;
}
#paypal-button-container {
	width: 300px;
	margin: 0 auto;
	margin-top: 30px;
}
.plans .action .wrapperButton {
	display: inline-block;
}
.tippy-content {
	font-size: 13px;
	font-weight: 300;
	font-family: 'Noto Sans Display', sans-serif;
}

#webContainer .content .success, #webContainer .content .section {
	margin-top: 100px;
	font-size: 25px;
}
#webContainer .content .success .icon, #webContainer .content .section .icon {
	color: var(--gmail-green);
	font-size: 62px;
	float: left;
}
#webContainer .content .section .icon {
	font-size: 62px;
}
#webContainer .content .success .text, #webContainer .content .section .text {
	padding-left: 85px;
	line-height: 32px;
}
#webContainer .content .section .secondLine, #webContainer .success .secondLine {
	font-size: 18px;
}
#webContainer .content .section .secondLine A, #webContainer .success .secondLine A {
	font-size: 18px;
	font-weight: 200;
}
#webContainer .content .success .text .tag, #webContainer .content .section .tag {
	display: inline-block;
	background-color: var(--gmail-blue);
	color: white;
	border-radius: 3px;
	padding: 5px 10px;
	font-size: 16px;
	position: relative;
	top: -2px;
	line-height: normal;
}
#webContainer .content .section .tag {
	text-transform: uppercase;
}
#webContainer .content .section .tag.red {
	background-color: var(--gmail-red);
}

.icon.red {
	color: var(--gmail-red) !important;
}
.icon.blue {
	color: var(--gmail-blue) !important;
}
.icon.yellow {
	color: var(--gmail-yellow) !important;
}
.icon.green {
	color: var(--gmail-green) !important;
}
.icon.mauve {
	color: #7F58AF !important;
}

.invoices {
	padding-left: 85px;
	margin-top: 30px;
	font-size: 20px;
}
.invoices TABLE I {
	vertical-align: top;
}
.invoices TD {
	padding: 10px 20px 10px 0px;
}
.invoices TD:nth-child(2) {
	font-size: 16px;
	padding: 10px 0px 10px 15px;
	color: #777;
}
.invoices TD:last-child {
	padding: 10px 0px 10px 50px;
}
.invoices TD:last-child A:last-child {
	margin-left: 20px;
}
.invoices A {
	font-size: 16px;
	font-weight: 200;
}
.invoices A:hover I {
	opacity: 0.75;
}

FOOTER {
	width: 1100px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 50px;
	font-size: 16px;
	font-weight: 200;
}
FOOTER A {
	font-size: 16px;
	font-weight: 200;
}
.chromestore {
	float: left;
	margin-top: 16px;
	display: block;
	margin-left: 20px;
}
#continue {
	display: inline-block;
	width: 191px;
	height: 46px;
	background-image: url('/static/images/btn_google_signin_light_normal_web.png');
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	position: relative;
	top: -1px;
	outline: none;
}
#continue:focus {
	background-image: url('/static/images/btn_google_signin_light_focus_web.png');
}
#continue:active {
	background-image: url('/static/images/btn_google_signin_light_pressed_web.png');
}

#mailEdit {
	margin: 20px;
	padding: 20px;
	background-color: #F9F9F9;
	border-bottom: 20px solid white;
}
#mailEdit .header {
	display: flex;
	flex-direction: row;
	align-items: center;
}
#mailEdit .header .title {
	font-size: 20px;
}
#mailEdit .header .title .desc {
	font-size: 14px;
	margin-top: 5px;
}
#mailEdit .logo {
	width: 60px;
	height: 60px;
	background: url('/static/images/logo.webp') no-repeat center;
	background-size: contain;
	margin-right: 20px;
}
#mailEdit #editForm {
	margin-top: 25px;
}
#mailEdit H2 {
	font-size: 28px;
	font-weight: 400;
}

#editForm TABLE {
	width: 100%;
	margin-top: 20px;
}
#editForm TABLE TD {
	vertical-align: middle;
	padding-bottom: 20px;
}
#editForm TABLE TD:first-child {
	padding-right: 20px;
	width: 100px;
}


#editForm INPUT[type="text"], #editForm INPUT[type="number"] {
	width: 100%;
}
#editForm INPUT[type="radio"] {
	margin-left: 0;
}
#editForm TEXTAREA {
	width: 100%;
	height: 100px;
	resize: vertical;
}
#editForm H2 {
	margin-bottom: 40px;
	margin-top: 20px;
	border-bottom: 1px dotted #555;
	padding-bottom: 10px;
}
#editForm .tags {
	margin-top: 3px;
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
}
#editForm .tag {
	box-sizing: border-box;
	background-color: var(--gmail-blue);
	color: white;
	border-radius: 3px;
	padding: 5px 2px 5px 7px;
	font-size: 12px;
	line-height: normal;
	height: 24px;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-right: 5px;
	margin-top: 5px;
}
#editForm .tag.invalid {
	background-color: var(--gmail-red);
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
}
#editForm .tag .text {
	display: block;
	max-width: 200px;
}
#editForm .tag .remove {
	margin-left: 5px;
	cursor: pointer;
	border-radius: 2px;
}
#editForm .tag .remove:hover {
	background-color: white;
}
#editForm .tag I {
	font-size: 20px;
	float: left;
}
#editForm .tag .remove:hover I {
	color: var(--gmail-blue);
}
#editForm .tag.invalid .remove:hover I {
	color: var(--gmail-red);
	text-shadow: none;
}
#editForm .tags.att .tag {
	cursor: pointer;
}
#editForm .note {
	font-size: 12px;
	color: #777;
	margin-bottom: 3px;
}
#editForm .sets {
	font-size: 12px;
	color: #777;
	margin-bottom: 5px;
}
#editForm .sets A {
	font-size: 12px;
}
#editForm .edit I {
	vertical-align: middle;
	font-size: 18px;
	position: relative;
	top: -1px;
}
#editForm .edit-rec:not(.editable) .note, #editForm .edit-rec:not(.editable) .sets, #editForm .edit-rec:not(.editable) TEXTAREA {
	display: none;
}
#editForm .edit-rec.editable .edit {
	display: none;
}
#editForm .edit-rec TD:first-child {
	padding-top: 8px;
}
#addAtt I {
	vertical-align: middle;
	position: relative;
	top: -2px;
}
#editForm .button {
	width: auto;
}

.uploadProgress {
	margin-top: 8px;
	width: 200px;
	vertical-align: top;
	display: inline-block;
	background-color: bisque;
	border-radius: 2px;
	visibility: hidden;
}

.uploadProgress .progressBar {
	height: 5px;
	background-color: var(--gmail-red);
	width: 0%;
	border-radius: 2px;
}

#nextsend {
	display: flex;
	flex-direction: row;
	align-items: center;
}
#calendarTrigger {
	width: 35px;
	margin-right: 5px;
	cursor: pointer;
}

#shortcuts {
	margin-bottom: 15px;
}
#shortcuts A {

}
.smallprint {
	font-size: 11px;
	color: #999999;
	font-style: italic;
	padding-top: 3px;
	padding-bottom: 6px;
	line-height: 13px;
}
.recurEveryCont {
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 13px;
}
.recurEveryCont:not(:last-child) {
	margin-bottom: 10px;
}
.recurEveryCont SPAN:first-child {
	width: 90px;
}
.recurEveryCont SPAN:last-child {
	padding-left: 10px;
	white-space: nowrap;
}
#daysRec, #monthlyDayWhichRec {
	margin: 0 7px !important;
}
#monthlyDayRec {
	margin: 0 7px 0 0 !important;
}
#recTime {
	width: 90px !important;
	margin-left: 7px !important;
}

.summary {
	font-size: 14px;
	font-style: italic;
	color: #555;
	padding-left: 0px;
}

.summaryImp {
	font-size: 16px;
	font-weight: 500;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 40px;
}
.summaryImp.error {
	color: var(--gmail-red);
}
.summaryImp.rec {
	min-height: 24px;
}
.summaryImp.rec SPAN {
	margin-right: 25px;
}
.summaryImp.sch I {
	vertical-align: middle;
	color: var(--gmail-red);
	position: relative;
	top: -2px;
}

#messageModal {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(32, 33, 36, 0.6);
	z-index: 100;
	font-family: 'Roboto', sans-serif;
	display: none;
	backdrop-filter: blur(8px);
}
#messageModal STRONG {
	font-weight: 500;
}
#messageCont {
	width: calc(100% - 40px);
	max-width: 500px;
	max-height: calc(100% - 200px);
	position: fixed;
	left: 50%;
	top: 50%;
	background-color: white;
	border-radius: 4px;
	outline: none;
	box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 3px 1px -2px rgb(0 0 0 / 12%), 0px 1px 5px 0px rgb(0 0 0 / 20%);
	transform: translateX(-50%) translateY(-50%);
}
#messageTitle {
	-webkit-font-smoothing: antialiased;
	font-size: 1.375rem;
	color: #212121;
	line-height: 24px;
	padding: 24px 24px 16px 24px;
}
#messageTitle I {
	color: var(--gmail-red);
	margin-left: 5px;
	vertical-align: top;
	position: relative;
	top: -1px;
	display: none;
}
#messageTitle.error I {
	display: inline;
}
#messageContent {
	-webkit-font-smoothing: antialiased;
	font-size: .875rem;
	letter-spacing: .2px;
	color: #5F6368;
	padding: 0 24px;
	line-height: 20px;
	max-height: calc(100vh - 346px);
	overflow: auto;
}
#messageDismiss {
	padding: 24px;
	text-align: right;
}
#messageDismiss .button {
	padding-left: 25px;
	padding-right: 25px;
	font-size: 14px;
	font-family: 'Product Sans Medium Regular';
}
#messageDismiss A.secondary {
	margin-right: 10px;
	font-weight: normal;
	font-size: 13px;
	display: none;
}
#messageNextSend {
	font-size: 14px;
	font-weight: 500;
	margin: 10px 0;
}
#messageNote {
	font-size: 12px;
	font-style: italic;
}
#messageContent A {
	font-weight: 400;
}
#messageSubject {
	color: #555;
	font-size: 14px;
	font-style: italic;
	display: inline-block;
	margin-left: 5px;
	position: relative;
	top: 1px;
	width: 300px;
	overflow: hidden;
	vertical-align: middle;
}

#clearRec I {
	vertical-align: top;
	position: relative;
	top: -2px;
}

#editForm .button {
	padding-left: 25px;
	padding-right: 25px;
	font-size: 15px;
	font-family: 'Product Sans Medium Regular';
}

#exticon {
	width: 16px;
	vertical-align: top;
	position: relative;
	top: 2px;
	margin-left: 3px;
}
#inlineGmailIcon {
	width: 16px;
	vertical-align: top;
	position: relative;
	top: 3px;
	margin-right: 3px;
}

#emailList {
	width: 100%;
	color: #314861;
}
#emailList .content {
	margin-top: 7px;
	font-size: 14px;
	color: #888888;
}
#emailList .recs SPAN {
	font-size: 12px;
	font-weight: 400;
	color: var(--gmail-blue);
	max-width: 96px;
	display: block;
	float: left;
	border-radius: 3px;
	padding-left: 4px;
	padding-right: 4px;
	margin-left: -3px;
}
#emailList .actions SPAN {
	cursor: pointer;
	color: #666;
}
#emailList .actions:not([data-status="active"]) SPAN.skip, #emailList .actions:not([data-status="active"]) SPAN.send, #emailList .actions:not([data-status="active"]) SPAN.cancel {
	opacity: 0.4;
	color: #777 !important;
}
#emailList .actions SPAN.info {
	cursor: default;
}
#emailList .actions SPAN.default {
	cursor: default;
	color: #777 !important;
}
#emailList .actions SPAN:hover, #emailList .actions SPAN.active {
	color: var(--gmail-green);
}
#emailList .subject, #emailList .content {
	max-width: 680px;
}
#emailList TD {
	padding: 10px 20px 10px 0px;
}
#emailList .actions {
	padding: 10px 0px 10px 50px;
	vertical-align: middle;
	width: 260px;
}
.listing {
	padding-left: 85px;
	margin-top: 30px;
	font-size: 20px;
}

#emailList .status, #statusTags .status, .genericStatus {
	display: none;
	font-size: 10px;
	color: white;
	padding: 3px 3px;
	line-height: 10px;
	position: relative;
	top: -1px;
	border-radius: 2px;
	margin-right: 5px;
	width: 10px;
	text-align: center;
	vertical-align: middle;
	cursor: default;
}
#emailList .status.manual, #statusTags .status.manual, .genericStatus.manual {
	background-color: var(--gmail-blue);
}
#emailList .status.skip, #statusTags .status.skip, .genericStatus.skip {
	background-color: #9F0D79;
}
#emailList .status.cancel, #statusTags .status.cancel {
	background-color: var(--gmail-red);
}
#emailList .status.completed, #statusTags .status.completed, .genericStatus.completed {
	background-color: var(--gmail-green);
}
#emailList .status.draft, #statusTags .status.draft {
	background-color: goldenrod;
}
#emailList .status.error, #statusTags .status.error, .genericStatus.error  {
	background-color: var(--gmail-red);
}
#emailList .status.tracked, #statusTags .status.tracked {
	background-color: olivedrab;
}
#emailList .recurInfo {
	display: none;
	font-size: 13px;
	color: #555;
	margin-top: 5px;
	margin-bottom: 5px;
}

#newMail {
	font-size: 15px !important;
	margin-top: 15px;
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	padding: 8px 10px 8px 16px;
}

#newMail I {
	float: right;
	display: block;
}
#editBack {
	display: inline-block;
	margin-top: 25px;
}
#editBack I {
	vertical-align: top;
	position: relative;
	top: -3px;
}
#mceLoadingOverlay {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background: rgba(255, 255, 255, 0.8);
	z-index: 50;
}
#mceLoadingOverlay IMG {
	top: 50%;
	left: 50%;
	position: absolute;
	transform: translateX(-50%) translateY(-50%);
	width: 50px;
	height: 50px;
}

#emailFilters {
	padding-left: 85px;
	margin-top: 30px;
	font-size: 16px;
}
#emailFilters A:not(#emailFiltersSortBy):not(#emailFiltersPrint) {
	font-size: 14px;
}
#emailFilters A.active:not(#emailFiltersSortBy):not(#emailFiltersPrint) {
	background-color: var(--gmail-green);
	color: white;
	padding: 2px 5px;
	border-radius: 3px;
	text-transform: uppercase;
	text-decoration: none;
}
#emailFilters A#emailFiltersSortBy.active {
	background-color: var(--gmail-green);
	border-radius: 3px;
	color: white;
	padding: 1px 2px;
}
#emailFilters A#emailFiltersSortBy, #emailFiltersPrint {
	text-decoration: none;
}

#faq_getstarted {
	margin-top: 20px;
}
#faq_getstarted IMG {
	margin-left: 20px;
	vertical-align: middle;
}
#faq .title IMG {
	width: 90px;
	border-radius: 50%;
	vertical-align: middle;
	position: relative;
	top: -2px;
}
#faq .title IMG.phones {
	border-radius: 0;
	vertical-align: middle;
	position: relative;
	top: -16px;
	margin-left: 17px;
}
#faq {
	margin-top: 50px !important;
	display: block !important;
}
#faq {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 30px;
	padding-top: 10px;
}
#faq A {
	font-size: 18px !important;
}
#faq DIV {
	margin-top: 9px;
}
#faq UL UL {
	margin-left: 20px;
}
#faq UL.faq {
	list-style-type: square;
	margin-top: 35px;
}
#faq UL:not(.faq) {
	list-style-type: circle;
	margin-bottom: 20px;
}
#faq OL {
	list-style-type: decimal;
	margin-bottom: 20px;
	margin-left: 20px;
}
#faq UL.faq > LI {
	margin-top: 40px;
}
#faq:not(.news) UL.faq > LI > DIV {
	display: none;
}
#faq UL.faq > LI > DIV {
	margin-left: 6px;
}
#faq LI H2 {
	cursor: pointer;
	padding-left: 5px;
	padding-right: 32px;
	border-radius: 4px;
	display: inline-block;
	position: relative;
	box-sizing: border-box;
}
#faq.news LI H2 {
	cursor: text;
}
#faq:not(.news) LI H2:hover {
	background-color: #EFEFEF;
}
#faq LI H2 I {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -12px;
}

#faq.news .title IMG {
	border-radius: initial;
}
.version {
	font-size: 18px;
	font-weight: 500;
	margin-top: 50px;
}

#highlight {
	background-color: var(--gmail-yellow);
	padding: 8px 15px;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: 25px !important;
	margin-bottom: 50px !important;
}
#highlight I {
	vertical-align: top;
	color: var(--gmail-red);
}
#highlight DIV {
	margin: 0;
	margin-left: 10px;
}
#extpuzzle {
	font-size: 50px;
	vertical-align: top;
	position: relative;
	top: 5px;
	color: #1860C9;
}

#offerDetails {
	margin-left: 85px;
	margin-top: 50px;
}
#offerDetails H2 {
	font-size: 25px;
	margin-bottom: 20px;
}

#foundon {
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 40px;
	margin-top: 25px;
	padding-left: 20px;
	font-size: 12px;
	font-weight: 500;
}
#foundon SPAN {
	padding-right: 20px;
	text-align: right;
	line-height: 14px;
}
#foundon A {
	display: block;
	float: left;
	height: 100%;
	margin-right: 10px;
}
#foundon A.small {
	height: 25px;
}
#foundon A.small.first {
	margin-left: 10px !important;
}
#foundon A IMG {
	height: 100%;
	transition: all 0.2s;
}
#foundon A:hover IMG {
	transform: rotate(45deg);
}
#weekDaysRec {
	margin-left: 10px;
}

#weekDaysRec SPAN {
	display: inline-block;
	background-color: gainsboro;
	color: black;
	text-align: center;
	width: 25px;
	padding: 2px 2px;
	border-radius: 3px;
	margin-left: 7px;
	cursor: pointer;
	text-shadow: 0px 1px 1px white;
	transition: all 0.1s;
	-webkit-tap-highlight-color: transparent;
}
#weekDaysRec SPAN.active {
	background-color: var(--gmail-blue) !important;
	color: white;
	text-shadow: none;
}
@media (min-width: 1201px) {
	#weekDaysRec SPAN:hover {
		background-color: #73a2ec;
		color: white;
		text-shadow: none;
	}
}
#skipInline {
	display: inline-block;
	margin-left: 8px;
	position: relative;
	top: -2px;
}

.inlinetag {
	display: inline-block;
	background-color: #DE7637;
	color: white;
	padding: 0 7px;
	border-radius: 3px;
}
.listlogs {
	width: 100%;
}
.listlogs THEAD {
	background-color: #EFEFEF;
	border-top-left-radius: 3px;
}
.listlogs TH {
	text-align: center;
	padding: 10px;
	font-size: 17px;
	color: #333;
}
.listlogs TH:first-child {
	border-top-left-radius: 4px;
}
.listlogs TH:last-child {
	border-top-right-radius: 4px;
}
.listlogs TD {
	padding: 7px;
	vertical-align: middle;
}
.listlogs TD:first-child {
	font-size: 12px;
}
.listlogs TD:last-child {
	text-align: center;
}
.listlogs TBODY TR:hover {
	background-color: #F5F5F5;
}
.listlogs .help {
	color: var(--gmail-blue);
	vertical-align: top;
	position: relative;
	top: 0px;
	font-size: 21px;
}
.listlogs .flag {
	height: 16px;
	border-radius: 3px;
}
.inlineSubTag {
	font-size: 10px;
	background-color: var(--gmail-blue);
	color: white;
	border-radius: 4px;
	padding: 0 4px;
	position: relative;
	top: -13px;
	display: none;
	margin-left: 3px;
}
.inlineHelp {
	display: inline-block;
	margin-left: 3px;
}
.inlineHelp I {
	vertical-align: middle;
	position: relative;
	top: -2px;
	color: #AAA;
	transition: all 0.25s;
}
.inlineHelp I:hover {
	color: var(--gmail-blue);
}
#webContainer .mobile {
	display: none;
}
#downloadLinks {
	margin-top: 25px;
}

#overlay {
	display: none;
}

#menuButton {
	position: fixed;
	display: none;
	top: 10px;
	right: 20px;
	color: black;
	font-size: 38px;
	z-index: 998;
	cursor: pointer;
}

#webContainer .content .mainl.plansinclude .r .title.small {
	font-size: 30px;
}

#tinyContainer {
	height: 600px;
}
.tox-tinymce {
	border-radius: 4px !important;
}
#faq_getstarted A IMG {
	margin-bottom: 30px;
	border: 1px solid #CCC;
	border-radius: 4px;
}
#faq_getstarted A IMG:hover {
	border-color: var(--gmail-blue);
}

#banner {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(32, 33, 36, 0.6);
	z-index: 100;
	font-family: 'Roboto', sans-serif;
	display: none;
	backdrop-filter: blur(3px);
}
#banner .bannerCont {
	width: calc(100% - 40px);
	max-width: 500px;
	max-height: calc(100% - 200px);
	position: fixed;
	left: 50%;
	top: 50%;
	background-color: white;
	border-radius: 4px;
	outline: none;
	box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 3px 1px -2px rgb(0 0 0 / 12%), 0px 1px 5px 0px rgb(0 0 0 / 20%);
	transform: translateX(-50%) translateY(-50%);
	background-image: linear-gradient(to right top, #549cfd, #004ab6);
}
#banner .iconline {
	margin-top: 20px;
}
#banner .iconline .material-icons {
	font-size: 80px;
}
#banner .content {
	color: white;
	padding: 40px 20px 15px 20px;
	font-size: 20px;
	text-align: center;
}
#banner .text {
	line-height: 25px;
}
#banner .footer {
	padding: 20px;
	text-align: right;
}
#banner .button {
	background-color: white;
	color: var(--gmail-blue) !important;
}
#banner A {
	color: white;
	margin-right: 15px;
	font-weight: 400;
}

#folderPopup {
	position: absolute;
	top: 0;
	left: 0;
	background: white;
	border: 1px solid #CCC;
	border-radius: 3px;
	display: none;
}
#folderNew {
	border-bottom: 1px solid #CCC;
	padding: 10px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	cursor: pointer;
}
#folderNew:hover {
	background-color: var(--gmail-green);
	color: white;
}
#folderPopup LI {
	list-style-type: none;
	margin: 0;
	padding: 10px;
	cursor: pointer;
}
#folderPopup LI:last-child {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
#folderPopup LI:hover {
	background-color: var(--gmail-blue);
	color: white;
}
#folderInputCont {
	text-align: center;
	display: none;
}
#folderInput {
	width: calc(100% - 12px);
	min-width: 200px;
	margin: 6px;
}
#folderActions {
	margin-bottom: 5px;
}
#emailList .folder {
	font-weight: 500;
	font-size: 14px;
}
#emailList .folder .material-icons {
	vertical-align: middle;
	position: relative;
	top: -1px;
}
#emailList .folder .more {
	color: #AAA;
	cursor: pointer;
}
#emailList .folder .more.disabled {
	color: #DDD;
	cursor: default;
}
#emailList .folder .ftext {
	cursor: pointer;
}
#emailList .folder .ftext .material-icons:before {
	content: 'expand_more';
}
#emailList .folder .ftext.empty .material-icons:before {
	content: '' !important;
}
#emailList TR.expanded .folder .ftext .material-icons:before {
	content: 'expand_less';
}
#emailList .folder .ftext.empty {
	font-weight: 200;
}
#emailList TR:not(.folderRow) {
	display: none;
}
#emailList TR.visible:not(.folderRow) {
	display: table-row;
}

#folderEditPopup {
	position: absolute;
	top: 0;
	left: 0;
	background: white;
	border: 1px solid #CCC;
	border-radius: 3px;
	display: none;
}
#folderEditRename {
	border-bottom: 1px solid #CCC;
	padding: 10px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	cursor: pointer;
}
#folderEditRename:hover {
	background-color: var(--gmail-green);
	color: white;
}
#folderEditDelete {
	padding: 10px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	cursor: pointer;
}
#folderEditDelete:hover {
	background-color: var(--gmail-blue);
	color: white;
}
.editFolderName {
	padding: 2px 4px;
	display: inline-block;
	max-width: calc(100% - 100px);
	overflow: hidden;
	vertical-align: middle;
}

@keyframes aniScale {
	0% {
		transform: scale(1.0);
	}
	100% {
		transform: scale(2.0);
	}
}
#emailList .openFolders.ani {
	animation: aniScale 0.3s ease-in-out 14 alternate;
}

#acRecs {
	position: absolute;
	top: 0;
	left: 0;
	background: white;
	border: 1px solid #CCC;
	border-radius: 3px;
	display: none;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
}
#acRecs LI {
	list-style-type: none;
	margin: 2px;
	font-size: 12px;
	padding: 2px 4px;
	cursor: pointer;
}
#acRecs LI:hover, #acRecs LI.selected {
	background-color: var(--gmail-blue);
	color: white;
	border-radius: 3px;
}

#notFound {
	width: calc(100% - 100px);
	max-width: 500px;
	position: fixed;
	top: 40%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	color: black;
	box-sizing: border-box;
}
#notFound .title {
	font-size: 60px;
	line-height: 70px;
	color: var(--gmail-red);
}
#notFound .details {
	font-size: 20px;
	line-height: 25px;
}
#notFound .email {
	margin-top: 20px;
	line-height: 27px;
}
#notFound .email SPAN {
	display: inline-block;
	background-color: var(--gmail-blue);
	color: white;
	border-radius: 3px;
	padding: 5px 10px;
	font-size: 14px;
	line-height: normal;
}
#notFound #logout {
	margin-left: 7px;
}

#importGmail IMG {
	height: 16px;
	vertical-align: top;
	margin-left: 7px;
}
#importGmail .loader, #importGmail .done {
	height: 20px;
	margin-left: 50px;
	display: none;
	position: relative;
	top: -1px;
}

#createSet {
	margin-bottom: 40px;
	display: none;
}
#emailList.sets TR {
	display: table-row;
}
#emailList.sets .subject {
	font-size: 16px;
}
#emailList.sets .subject A {
	font-size: 16px;
	font-weight: normal;
}
#emailList.sets .subject.strike A {
	/*text-decoration: line-through;*/
	color: #AAA;
}
#emailList.sets .actions {
	width: 60px;
}
#emailList.sets TD {
	vertical-align: middle;
}

#selectRecsCont {
	margin-top: 50px;
}

#selectRecsCont .title {
	margin-bottom: 15px;
	font-size: 14px;
}

#selectRecs {
	width: calc(100% - 20px);
}
#selectRecs OPTION {
	font-size: 13px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.select2-selection__choice__display {
	font-size: 14px;
	line-height: 20px;
}
.select2-search__field {
	font-size: 14px !important;
	position: relative;
	top: -2px;
}
.select2-selection__choice__remove {
	top: 1px !important;
}
#saveRecs {
	margin-top: 10px;
}

#emailFiltersSortBy, #emailFiltersPrint {
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
	cursor: pointer;
}
#emailFiltersPrint {
	font-size: 18px;
}

#highlight.importGmail {
	margin-bottom: 15px !important;
	font-size: 14px;
	font-weight: 400;
}
#highlight.importGmail .loader {
	width: 20px;
}
#highlight.importGmail .loader, #highlight.importGmail .done {
	display: none;
}
#highlight.importGmail #importGmailCount {
	margin-left: 10px;
}
#highlight.importGmail .sync {
	margin-left: 5px;
}
#highlight.importGmail SPAN, #highlight.importGmail DIV {
	position: relative;
	top: 1px;
}

#normal.main.login {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
}
#normal.main.login H2.title {
	font-size: 34px;
}
#normal.main.login H2.title IMG {
	vertical-align: middle;
	position: relative;
	top: -1px;
	margin-left: 10px;
}


/**********************************************************/
#login, #mainpanel {
	position: relative;
	box-sizing: border-box;
	background-color: #F9F9F9;
	transform: translateX(-50%) translateY(-50%);
	left: 50%;
	top: 50%;
	width: calc(100% - 20px);
	max-width: 460px;
	color: black;
	padding: 20px;
	border-radius: 3px;
	z-index: 51;
	margin-top: 10px;
	margin-bottom: 10px;
}
#mainpanel {
	padding: 40px;
	overflow: hidden;
}
#login .close {
	font-size: 40px;
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
}
#login .close:hover {
	color: #A60000;
}
#login H2, #mainpanel H2 {
	text-transform: uppercase;
	margin-top: 5px;
	text-align: center;
	font-weight: 500;
}
#login .desc, #mainpanel .desc {
	color: #777;
	text-align: center;
	margin-top: 5px;
	font-size: 12px;
}
#login .accounts {
	margin-top: 15px !important;
	margin: 0 auto;
}

#login .accounts > DIV {
	text-align: center;
	margin-top: 10px;
	width: 200px;
	float: left;
}

.sclbtn45465422 {
	width: 100%;
	height: 30px;
	box-sizing: border-box;
	display: block;
	text-align: left;
	text-decoration: none;
}
.sclbtn45465422:hover {
	text-decoration: none;
}

.sclbtn45465422.f {
	background-color: #1877F2;
	color: white;
	font-family: 'Noto Sans Display', sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 28px;
}
.sclbtn45465422.f .logo {
	display: block;
	width: 20px;
	height: 20px;
	float: left;
	background: url('/static/images/fblogo.png') top left no-repeat;
	background-size: 100% 100%;
	margin-top: 5px;
	margin-left: 7px;
	margin-right: 10px;
}

.sclbtn45465422.g {
	background-color: white;
	color: #666;
	font-family: 'Noto Sans Display', sans-serif;
	font-weight: 500;
	font-size: 13px;
	line-height: 28px;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	border-radius: 2px;
}
.sclbtn45465422.g:active {
	box-shadow: 0px 1px 2px rgba(66, 133, 244, 1);
}
.sclbtn45465422.g .logo {
	display: block;
	width: 20px;
	height: 20px;
	float: left;
	background: url('/static/images/glogo.svg') top left no-repeat;
	background-size: 100% 100%;
	margin-top: 5px;
	margin-left: 7px;
	margin-right: 10px;
}

.sclbtn45465422.m {
	background-color: #000000;
	color: white;
	font-family: 'Noto Sans Display', sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 28px;
}
.sclbtn45465422.m .logo {
	display: block;
	width: 21px;
	height: 21px;
	float: left;
	background: url('/static/images/mslogo.png') top left no-repeat;
	background-size: 100% 100%;
	margin-top: 4px;
	margin-left: 8px;
	margin-right: 9px;
}

.sclbtn45465422.t {
	background-color: #009DF7;
	color: white;
	font-family: 'Noto Sans Display', sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 28px;
}
.sclbtn45465422.t .logo {
	display: block;
	width: 20px;
	height: 20px;
	float: left;
	background: url('/static/images/twlogo.svg') top left no-repeat;
	background-size: 100% 100%;
	margin-top: 5px;
	margin-left: 7px;
	margin-right: 10px;
}

.sclbtn45465422.a {
	background-color: #000000;
	color: white;
	font-family: 'Noto Sans Display', sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 28px;
}
.sclbtn45465422.a .logo {
	display: block;
	width: 21px;
	height: 21px;
	float: left;
	background: url('/static/images/aplogow.svg') top left no-repeat;
	background-size: 100% 100%;
	margin-top: 4px;
	margin-left: 8px;
	margin-right: 9px;
}

#login .separator, #mainpanel .separator {
	height: 0px;
	border-bottom: 1px dotted #AAA;
	margin-top: 30px;
	margin-bottom: 30px;
}
#mainpanel .separator {
	margin-top: 5px;
	margin-bottom: 15px;
	border-bottom-color: #CCC;
}
#login .separator SPAN, #mainpanel .separator SPAN {
	display: block;
	width: 20px;
	height: 20px;
	background-color: #888;
	color: white;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	border-radius: 50%;
	margin: 0 auto;
	position: relative;
	top: -10px;
}

#login FORM, #mainpanel FORM {
	text-align: center;
}
#login INPUT {
	width: 90%;
}
#mainpanel INPUT:not([type="radio"]):not([type="checkbox"]), #mainpanel SELECT {
	width: 100%;
	margin: 0;
	margin-bottom: 12px;
}
#mainpanel INPUT[type="radio"] {
	position: relative;
	top: 2px;
}
#mainpanel INPUT[type="checkbox"] {
	position: relative;
	top: 2px;
}
#login INPUT[type=password] {
	margin-top: 20px;
}

#loginOverlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(8px);
	/*filter: blur(8px);*/
	z-index: 50;
}

.errorLabel {
	color: #BE0000;
	text-align: left;
	margin-bottom: 3px;
	position: relative;
	display: none;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
}
.errorLabel.done {
	color: var(--gmail-green);
}
#locallogin {
	text-align: center;
	width: 100%;
	position: relative;
}
#locallogin .errorLabel {
	width: 90%;
	margin-left: 20px;
	margin-bottom: 5px;
}
.errorLabel I {
	vertical-align: middle;
	position: relative;
	top: -1px;
}
.errorLabel.success {
	color: #7AA93C;
}
.errorLabel A I {
	font-size: 15px;
	margin-left: 3px;
}
.errorLabel.submit {
	margin-top: 20px;
	margin-bottom: 0;
}
#locallogin .submitline, #mainpanel .submitline {
	margin-top: 15px;
	width: 90%;
	display: inline-block;
}
.submitline {
	margin-top: 15px;
}
#locallogin .newacc {
	position: absolute;
	right: 21px;
	bottom: 2px;
	font-size: 13px;
}
#locallogin A, #mainpanel A {
	font-size: 13px;
}
#locallogin .submitline .right {
	text-align: right;
	line-height: 19px;
	margin-top: -3px;
}
#locallogin .newacc A, #locallogin .submitline .forgot {
	font-weight: 400;
}

/****************************************************************/

#webContainer .content .section.account {
	margin-top: 50px;
}
#webContainer .content .section.account .desc {
	font-size: 18px;
}
#webContainer .content .section.account .desc A {
	font-size: 18px;
	font-weight: 300;
}
#webContainer .content .section.account .desc.small {
	font-size: 14px;
}
#webContainer .content .section.account .desc.small A {
	font-size: 14px;
}

#newuserform, #forgotform, #forgotformset, #newidform {
	/*margin-top: 30px;*/
	width: 400px;
}
#newuserform .desc:first-of-type {
	margin-bottom: 30px;
}
#newuserform INPUT, #forgotform INPUT, #forgotformset INPUT, #newidform INPUT {
	width: 100%;
	margin-bottom: 8px;
}
#createAccountConfirm {
	display: none;
}

#webContainer .content .section.account .separator, FORM .separator {
	margin-top: 10px;
	margin-bottom: 17px;
	border-bottom: 1px dotted #CCC;
}

.grecaptcha-badge {
	visibility: hidden;
}

.subtitle .error {
	color: var(--gmail-red);
	vertical-align: middle;
	position: relative;
	top: -2px;
}

#gmlogo {
	vertical-align: top;
	margin-left: 6px;
}

#newidform {
	margin-top: 30px;
}
#newidform H2 {
	margin-bottom: 10px;
	margin-top: 15px;
	font-size: 22px;
	font-weight: 300;
}
#newidform SELECT {
	width: 100%;
	margin-bottom: 8px;
}
#idName {
	margin-bottom: 12px;
	margin-top: 60px;
	font-size: 16px;
}
#idName SPAN {
	font-weight: 400;
	font-family: "Poppins", sans-serif;
}

.or {
	display: inline-block;
	font-size: 14px;
	margin-left: 3px;
}
.manageLink {
	font-size: 14px !important;
	font-weight: 500 !important;
	white-space: nowrap;
}
.manageLink I {
	position: relative;
	top: -1px;
	vertical-align: middle;
	margin-left: 2px;
	font-size: 20px;
}

#txt-logs {
	width: 100%;
	height: 130px;
	margin-top: 15px;
	font-size: 12px;
}
#txt-logs.on {
	background-color: var(--gmail-blue);
	color: white;
}
#txt-copy I {
	font-size: 20px;
	vertical-align: middle;
	position: relative;
	top: -1px;
	margin-left: 3px;
	margin-right: 10px;
}
#txt-logs-cont {
	font-size: 14px;
	display: none;
}

A.new {
	white-space: nowrap;
}
A.new I {
	font-size: 18px;
	vertical-align: middle;
	position: relative;
	top: -1px;
	margin-left: 3px;
}

.message {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.message .icon {
	padding-left: 10px;
}
.message.warning I {
	color: goldenrod;
}
.message.success {
	margin-top: 0 !important;
	font-size: 20px !important;
}
.message.error I {
	color: var(--gmail-red);
}
.message .icon I {
	vertical-align: top;
	font-size: 40px;
}
.message .text {
	padding-left: 20px !important;
}
.message .text A {
	font-size: 20px;
	font-weight: 200;
}

#user_domain {
	width: auto !important;
}
LABEL[for="user_domain"] {
	display: block;
	font-size: 16px;
	margin-top: 8px;
}

.subject.ellipsis I {
	color: goldenrod;
	vertical-align: bottom;
	margin-right: 3px;
}
.subject.ellipsis I.red {
	color: var(--gmail-red);
}

#entpr {
	margin-top: 40px;
	text-align: center;
}

#editForm .note A {
	font-size: 12px;
}
#editForm .note A I {
	vertical-align: bottom;
	position: relative;
	top: 1px;
	margin-left: 1px;
}

#editForm SELECT[name="identity"] OPTION.disabled {
	color: #AAA;
}
SELECT[name="saved"] OPTION.disabled {
	color: #AAA;
}

#messageContent I.blank {
	font-size: 16px;
	vertical-align: text-top;
	margin-left: 1px;
}

.faq LI A.new I {
	top: -2px;
}

#installedBanner {
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.9);
	z-index: 1000000;
	font-family: 'Noto Sans Display', sans-serif;
	display: none;
}
#installedBanner .content {
	position: absolute;
	max-width: 975px;
	width: calc(100% - 100px);
	max-height: calc(100% - 100px);
	min-height: 517px;
	height: auto;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	background-color: white;
	border-radius: 5px;
	box-shadow: 0px 8px 10px 1px rgb(0 0 0 / 14%), 0px 3px 14px 2px rgb(0 0 0 / 12%), 0px 5px 5px -3px rgb(0 0 0 / 20%);
}
#installedBanner .content .title {
	color: black;
	font-size: 22px;
	font-weight: 500;
	text-align: center;
	margin-top: 16px;
}
#installedBanner .content .features {
	display: flex;
	flex-direction: row;
	list-style-type: none;
	margin-top: 20px;
	flex-wrap: wrap;
	justify-content: center;
	overflow-x: auto;
	max-height: 295px;
}
#installedBanner .content .features LI {
	width: 25%;
	min-width: 230px;
	box-sizing: border-box;
	padding: 35px;
	margin: 0;
}
#installedBanner .content .features LI IMG {
	margin: 0 auto;
	display: block;
}
#installedBanner .content .features LI H3 {
	margin-top: 20px;
	margin-bottom: 10px;
	color: black;
	font-size: 18px;
	font-weight: 500;
}
#installedBanner .content .features LI P {
	line-height: 18px;
}
#installedBanner .content .action {
	text-align: center;
	margin-bottom: 35px;
}

#installedBanner .tip {
	background-color: #333333;
	position: fixed;
	top: 25px;
	right: 60px;
	width: 352px;
	color: white;
	box-sizing: border-box;
	padding: 15px;
	border-radius: 8px;
}
#installedBanner .tip::after {
	content: '';
	position: absolute;
	top: -16px;
	right: 24px;
	width: 0px;
	height: 0px;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	border-bottom: 16px solid rgb(51, 51, 51);
}
#installedBanner .tip .pinit IMG {
	display: block;
	width: 100%;
	border-radius: 8px;
}
#installedBanner .tip .desc {
	font-weight: 100;
	font-family: 'Roboto';
	font-size: 13px;
	letter-spacing: 0.4px;
	margin-top: 10px;
	margin-bottom: 15px;
	line-height: 21px;
}
#installedBanner .tip .title {
	display: flex;
	flex-direction: row;
	align-items: center;
}
#installedBanner .tip .title DIV {
	margin-left: 5px;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
}
#installedBanner .tip .close {
	position: absolute;
	top: 10px;
	right: 9px;
	cursor: pointer;
	border-radius: 3px;
}
#installedBanner .tip .close I {
	float: left;
	font-size: 18px;
}
#installedBanner .tip .close:hover {
	background-color: white;
}
#installedBanner .tip .close:hover I {
	color: #333333;
}

.desc .free, .main.contact.news .free {
	display: inline-block;
	background-color: var(--gmail-red);
	color: white;
	border-radius: 3px;
	padding: 5px 10px;
	font-size: 14px;
	position: relative;
	top: -2px;
	line-height: normal;
	text-transform: uppercase;
}
#mailEdit .desc .free {
	top: unset;
	position: unset;
}

#upgradeBadge {
	display: flex;
	flex-direction: column;
	width: fit-content;
	position: fixed;
	top: 70px;
	right: 0;
	z-index: 10;
}
#upgradeBadge:hover .free {
	text-decoration: underline;
	text-underline-color: white;
}
#upgradeBadge .premium {
	background-color: var(--gmail-blue);
	color: white;
	line-height: 1;
	display: block;
	padding: 10px 10px 8px 10px;
	border-top-left-radius: 4px;
}
#upgradeBadge .free {
	display: block;
	text-align: center;
	background-color: black;
	color: white;
	line-height: 1;
	font-weight: 100;
	padding: 10px 10px 8px 10px;
	border-bottom-left-radius: 4px;
}

H2.mid {
	font-size: 30px;
	font-family: Roboto;
	color: black;
	margin-top: 100px;
}

.main.contact.news A.store IMG {
	vertical-align: middle;
	position: relative;
	top: -2px;
	font-size: 18px;
	margin-left: 3px;
}



































@media (max-width: 1200px) {
	#webContainer {
		width: 100%;
		box-sizing: border-box;
	}
	#webContainer .content .main.video LITE-YOUTUBE, #started LITE-YOUTUBE {
		width: calc(100% - 20px);
		height: 100%;
		aspect-ratio: 16 / 9;
	}
	#webContainer .content .main, #webContainer .content .mainl {
		display: block;
	}
	#webContainer .content .main .l {
		padding: 0;
	}
	
	FOOTER {
		width: 100%;
		margin: 0;
	}
	#foundon {
		flex-wrap: wrap;
		height: auto;
		padding: 0;
		justify-content: center;
		margin-top: 100px;
	}
	#foundon SPAN {
		display: block;
		text-align: left;
		width: 100%;
		font-size: 16px;
		line-height: 22px;
		font-weight: 400;
		text-align: center;
		padding-bottom: 10px;
	}
	#webContainer .content .signin {
		float: none;
		display: inline-block;
	}
	#foundon A {
		/*float: none;*/
		height: 40px;
		padding-top: 10px;
	}
	#foundon A.small {
		height: 40px;
	}
	#foundon A.small.first {
		margin-left: 0px !important;
	}
	#webContainer .mobile {
		display: block;
	}
	#webContainer .mobile .logo {
		margin: 0 auto;
		width: 110px;
		height: 110px;
	}
	#webContainer .content .main .r {
		display: none;
	}
	#webContainer .content .mainl .l {
		padding: 0;
	}
	.clipart1, .clipart2, .clipart3, .clipart4, .clipart6, .clipart7 {
		margin: 0 auto;
		width: 150px;
		height: 150px;
	}
	.clipart7 {
		background-position-y: bottom;
	}
	#webContainer .content .mainl .title, #webContainer .paynow .title {
		padding-top: 30px;
	}
	#webContainer .content .mainl.payments {
		margin-top: 60px;
	}
	#downloadLinks {
		text-align: center;
	}
	
	#topbar {
		z-index: 1000;
		position: fixed;
		height: 100%;
		width: 200px;
		top: 0;
		right: -200px;
		background-color: white;
		transition: all 0.15s;
	}
	#topbar.visible {
		right: 0px;
	}
	#topbar UL {
		float: none;
	}
	#topbar LI {
		float: none;
		margin: 0;
	}
	#topbar LI A {
		display: block;
		margin: 0;
		padding: 15px 20px;
		font-size: 16px;
	}
	#topbar LI A:active {
		background-color: #297BE6;
		color: white;
		text-decoration: none;
		user-select: none;
		-webkit-tap-highlight-color: transparent;
	}
	#overlay {
		background-color: rgba(0, 0, 0, 0.5);
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: 999;
		display: none;
	}
	#signedInButton {
		transform: scale(1.2);
		transform-origin: 0 0;
	}
	#menuButton {
		display: block;
	}
	.main.video .r {
		display: block !important;
		margin: 0 !important;
	}
	
	.paynow {
		margin-top: 70px;
	}
	.paynow .title {
		line-height: 40px !important;
		margin-bottom: 20px;
	}
	
	#webContainer .content .mainl.plansinclude LI .min {
		display: block;
		top: 3px;
		line-height: 16px;
	}
	#webContainer .content .mainl.plansinclude .r {
		padding: 0;
	}
	
	#webContainer .content .mainl.plansinclude .r .title.small {
		line-height: 35px;
		padding-top: 40px;
	}
	.invoices TD:last-child {
		padding: 10px 0px 10px 20px;
	}
	.invoices TD:last-child A:last-child {
		margin-left: 0px;
	}
	
	#emailList {
		display: block;
	}
	#emailList TBODY {
		display: block;
		list-style-type: square;
		width: 100%;
	}
	#emailList TR {
		display: list-item;
		width: 100%;
		list-style-type: none;
	}
	#emailList TD {
		display: block;
		padding: 0 !important;
		width: 100% !important;
	}
	#emailList .actions {
		margin-top: 9px;
		margin-bottom: 50px;
	}
	#emailList .folderRow {
		margin-left: -31px;
	}
	#emailList .folderRow .actions {
		display: none;
	}
	#emailList .folderRow TD:first-child {
		margin-bottom: 20px;
	}
	#emailList TR.visible:not(.folderRow) {
		display: list-item;
	}
	.listing:not(.empty) {
		padding-left: 30px;
	}
	.inlineSubTag {
		top: -3px;
	}
	#tinyContainer {
		height: unset;
		aspect-ratio: 1 / 1.2;
	}
	#emailList .actions SPAN {
		font-size: 30px;
	}
	#webContainer .content .main .title {
		font-size: 48px;
		line-height: 59px;
	}
	#webContainer .content .mainl.phones {
		margin-top: 0px;
	}
	H2.mid {
		text-align: center;
	}
}

@media (max-width: 640px) {
	#weekDaysRec SPAN {
		margin-bottom: 10px;
	}
	#mailEdit {
		margin: 10px;
		border-bottom-width: 10px;
	}
	#faq LI H2 {
		width: 100%;
	}
	#newuserform, #forgotform, #forgotformset, #newidform {
		width: 100%;
	}
}


@media (max-width: 800px) {
	#webContainer .plans {
		display: block;
	}
	#webContainer .plan {
		width: 100%;
		max-width: 350px;
		margin: 0 auto !important;
		margin-top: 100px !important;
	}
	#weekDaysRec SPAN {
		padding: 6px 6px;
	}
}

@media (max-width: 480px) {
	#login .accounts {
		width: 200px;
		margin: 0 auto;
	}
	#login .sclbtn45465422 {
		height: 40px;
		line-height: 38px;
	}
	#login .sclbtn45465422 .logo {
		width: 30px;
		height: 30px;
	}
	#locallogin .newacc {
		font-size: 15px;
		position: initial;
		margin-top: 12px;
	}
	#locallogin A {
		font-size: 15px;
	}
	#locallogin .forgot {
		margin-top: 7px !important;
		font-size: 14px;
	}
}