:root {
	--bg-primary: #ffffff;
	--bg-secondary: #f7f9fb;
	--bg-tertiary: #eef1f5;

	--border-primary: #d9dee5;
	--border-subtle: rgba(0, 0, 0, 0.06);

	--text-primary: #333333;
	--text-secondary: #666666;
	--text-tertiary: #999999;

	--accent-primary: #1D1D20;
	/* --accent-primary-light: #5a9bef; */
	--accent-primary-light: transparent;
	--accent-primary-dark: #1D1D20;

	--brand-red: #d7263d;

	--shadow-xs: 0 1px 2px rgba(0, 0, 0, 0.05);
	--shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.07);
	--shadow-md: 0 4px 12px rgba(0, 0, 0, 0.08);

	--card-shadow: var(--shadow-sm);
	--card-: 1px solid var(--border-primary);

	--hover-bg: #f0f4f8;
	--focus-ring: 0 0 0 3px rgba(18, 107, 207, 0.3);

	--link-color: var(--accent-primary-dark);
	--link-hover: #FC5400;

	--error: #d64545;
	--error-bg: #f9e3e3;

	--success: #2f9e44;
	--success-bg: #e3f6e9;
}

/*-------------------------------------------------
LOGIN
-------------------------------------------------*/
/* #com-hostway-plugins-commons-login {
	background:#06c url(/static/com/hostway/plugins/commons/images/login-bg-hostway.gif) repeat-x bottom;
	border:2px solid #ccc;
	width:32em;margin:36px auto 0 auto;text-align:center;} */
#com-hostway-plugins-commons-login fieldset {
	background-color: transparent;
	border-top: 0px;
}

#com-hostway-plugins-commons-login table.form {
	margin: 0;
	padding: 0;
}

#com-hostway-plugins-commons-login table.form td.fixedwidth {
	width: 14em;
}

#com-hostway-plugins-commons-login label {
	color: var(--bg-primary);
	padding-left: 1em;
	padding-right: 0;
	vertical-align: top;
	font-size: 1em;
	margin: 0;
}

#com-hostway-plugins-commons-login label.required {
	color: var(--bg-primary);
	background: url(/static/com/hostway/plugins/commons/images/icon-formfield-required.gif) top left no-repeat;
	border-width: 0px;
	vertical-align: top;
}

#com-hostway-plugins-commons-login label.error {
	color: var(--bg-primary);
	font-weight: bold;
	background: url(/static/com/hostway/plugins/commons/images/icon-formfield-error.gif) top left no-repeat;
	border-width: 0px;
	vertical-align: top;
	list-style-position: inside;
}

#com-hostway-plugins-commons-login label.error-nonrequired {
	color: var(--bg-primary);
	font-weight: normal;
	vertical-align: top;
	list-style-position: inside;
}

#com-hostway-plugins-commons-login td.fixedwidth {
	width: 13em;
	list-style-position: inside;
	margin: 0;
	padding: 0;
}

#com-hostway-plugins-commons-login td {
	font-weight: normal;
	background-color: transparent;
	text-align: left;
	color: #252525;
	vertical-align: top;
	font-size: .9em;
	border: 0;
	width: auto;
	padding: .2em .2em .3em .2em;
	margin: 0;
}

#login-content {
	text-align: center;
}

/* WEBSITE INDEX PAGE */
/*#com-hostway-plugins-website-landing-createandenhance-list H2  */
#com-hostway-plugins-website-landing-filemgmt-list H2,
#com-hostway-plugins-website-landing-addedfxn-list H2 {
	float: left;
	clear: both;
}

/* HOMEPAGE- (code compliments of Glish) */
#dashboard-content {
	background-color: var(--bg-primary);
	border: 0;
	padding: 2px 0 0 0;
	margin: 0;
	max-width: 1200px;
	width: 100%;
	min-height: 650px;
	height: auto;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}


#com-hostway-sitecontrol-logo {
	padding: 0;
}

#com-hostway-sitecontrol-logo {
	float: left;
	margin-bottom: 2rem;
}

#logospace {
	background: none;
	border-bottom: none;
}

#utility-nav a:link,
#utility-nav a:visited {
	color: #0C2233;
}

/* for Internet Explorer */
/*\*/
* html #dashboard-content {
	height: 650px;
}

/**/

#homepage-bodycopy {
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 75%;
}

#homepage-dashboard-components {
	margin-top: 25px;
	min-width: 25%;
}

/* DASHBOARD MESSAGES */
.dashboard-message {
	text-align: left;
	border: 1px solid #ccc;
	font-size: 11px;
	margin: .2em 0 1.5em 0;
	padding: 5px 0 5px 55px;
}

.table-action-button-view-unregistered {
	text-decoration: none;
	border-radius: 4px;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
	background-color: var(--accent-primary) !important;
	padding: 10px;
	color: var(--bg-primary) !important;
	margin: 12px 0 0 12px;
	text-decoration: none !important;
}

.table-action-button-view-unregistered:hover {
	background-color: #0C2233 !important;
}

#searchMailbox {
	color: var(--accent-primary);
	background: transparent;
	border-radius: 4px;
	border: solid 1px rgba(63, 81, 181, 0.5);
}

#delete__aliases,
#add__alias,
.button-submit,
input.table-action-button-submit,
.cta-button,
#createEmailBtn,
#deleteMailboxesBulk,
.button-container-box input,
#button-container-productlist,
.createEmailBtn_overLimitcc {
	text-decoration: none;
	border-radius: 4px;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
	background-color: var(--accent-primary);
	padding: 10px;
	color: var(--bg-primary) !important;
	margin: 12px 0 0 12px;
	font-size: small;
	font-weight: normal;
}

input.table-action-button-submit {
	border: 0;
	margin: 0;
	transition: all 0.2s ease;
}

input.table-action-button-submit:hover {
	background-color: #0C2233 !important;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
	filter: brightness(1.08);
}

input.table-action-button-submit:hover::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(12, 34, 51, 0.3);
	border-radius: 4px;
}

.service-box {
	text-align: center;
	padding: 8px;
	border-radius: 15px;
	width: 249px;
	min-height: 149px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
}

.service-box-summary {
	text-align: center;
	padding: 8px;
	border-radius: 15px;
	width: 249px;
	min-height: 220px;
	border: none;
	background: transparent;
	display: flex;
	justify-content: space-around;
	flex-direction: column;
	align-items: center;
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
}

.service-box-summary:hover,
.service-box:hover {
	border: solid 1px #0C2233;
}

#button-container-productlist:visited,
#button-container-productlist:active {
	color: var(--bg-primary);
}

#button-container-productlist:hover {
	color: #ccc;
}

.table-width-percent {
	width: 50%;
}

a.faux-button.faux-button-summary:link,
a.faux-button.faux-button-summary,
.faux-button.faux-button-summary {
	background: #0267CC;
	border: none;
	font-weight: normal;
	text-decoration: none;
	border-radius: 4px;
	margin: 25px 0;
	padding: 0.4em 1.6em;
}

a.summary__link-extra,
a.summary__link-extra:link,
.summary__link-extra {
	color: var(--bg-primary);
	text-decoration: none;
}

.action-btn__item {
	padding: 6px;
	background: #0267CC;
	text-decoration: none;
	border-radius: 4px;
}

@media screen and (max-width: 480px) {

	button.yola-btn,
	a.yola-btn {
		font-size: .92em !important;
	}

	UL.icon-list-2col LI,
	.service-box {
		width: 136px;
		min-height: 224px;
	}

	#homepage-bodycopy {
		width: 100%;
	}

	#dashboard-content {
		min-height: auto;
		flex-direction: column-reverse;
	}

	.box-dashboard H2,
	.box-account-summary H2 {
		height: 42px;
	}
}

@media screen and (max-width: 361px) {

	UL.icon-list-2col LI,
	.service-box {
		width: 114px;
		min-height: 224px;
	}
}

@media screen and (min-width: 481px) {

	UL.icon-list-2col LI,
	.service-box {
		width: 123px;
		min-height: 182px;
	}
}

@media screen and (min-width: 680px) {

	UL.icon-list-2col LI,
	.service-box {
		width: 149px;
	}
}

@media screen and (min-width: 896px) {

	UL.icon-list-2col LI,
	.service-box {
		width: 249px;
	}
}

@media screen and (min-width: 1200px) {

	UL.icon-list-2col LI,
	.service-box {
		width: 349px;
	}
}


html>body .dashboard-message {
	/*  width:382px;*/
}

A:hover {
	cursor: pointer;
}

/* DASHBOARD BOXES */
.box-dashboard {
	border: 0px;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	text-align: center;
	width: 83%;
	font-size: .9em;
	clear: both;
}

.box-dashboard-content {
	margin: 5px;
	padding: 0;
}

.box-dashboard p {
	margin: 0 0 0 6px;
	padding: 6px 0 0 0;
}

.box-dashboard A:link,
.box-dashboard A,
.box-dashboard A:visited,
.box-dashboard A:hover,
.box-dashboard A:active {
	text-decoration: underline;
	background: transparent;
	margin: 0 0 0 6px;
	padding: 6px 0 0 0;
}

.box-dashboard A:link,
.box-dashboard A {
	color: var(--link-color);
}

.box-dashboard A:visited {
	COLOR: purple;
}

.box-dashboard A:hover {
	color: var(--link-hover)
}

.box-dashboard A:active {
	color: var(--link-hover)
}


.box-dashboard table {
	background-color: transparent;
	padding: .2em 0 .3em .4em;
	margin: 0;
	width: 100%;
}

.box-dashboard th {
	text-align: left;
	color: #666;
	vertical-align: top;
	font-size: .9em;
	border: 0;
	border-bottom: 1px solid #ccc;
	margin: 0 0 0 6px;
	padding: 3px 0 3px 5px;
	margin: 0 0 0 8px;
}

.box-dashboard td {
	margin: 0 0 0 8px;
	padding: 3px 0 0 4px;
}

.box-dashboard td.label {
	font-size: .9em;
	font-weight: bold;
}

.box-dashboard td.value {
	font-size: .9em;
	font-weight: normal;
}

.preferences {
	font-size: .7em;
	padding: 0;
	margin: 0;
	display: none;
}

.box-dashboard H2,
.box-account-summary H2 {
	font-size: 1.2em;
	font-weight: lighter;
	margin: 0 0 4px 0;
	padding: 4px;
	text-align: center;
	width: auto;
	border: 0;
	color: #000;
	background-color: #5555551A;
}

.content {
	text-align: center;
}

.box-dashboard H3 {
	FONT-SIZE: 1em;
	margin: 0;
	padding: 4px 4px 4px 6px;
	width: auto;
	color: #252525;
}

.box-dashboard form {
	margin: 0 0 0 6px;
	padding: 0 0 0 0;
}

.box-dashboard UL {
	font-size: .9em;
	PADDING: 5px;
	MARGIN: 0 0 0 1px;
	list-style-image: url(/static/com/hostway/plugins/commons/images/image-alert-arrow-red.gif);
}

.box-dashboard LI {
	PADDING: 0;
	MARGIN: -2px;
}

/* when changing around the dashboard components, be sure to alter the float and clear properties as well, if needed*/
#com-hostway-plugins-commons-home-alerts,
#com-hostway-plugins-dnr-dashboard-domainreport {
	float: left;
	clear: left;
}

#com-hostway-plugins-website-dashboard-usagedetails,
#com-hostway-plugins-commons-dashboard-accountsummary {
	clear: both;
}

#content #com-hostway-plugins-commons-home-news,
#content #com-hostway-plugins-commons-home-productspotlight {
	float: right;
	clear: right;
}

#com-hostway-plugins-commons-homepage-prodlist-landing {
	width: 412px;
}

DL.dashboard-service-menu {
	margin: 0;
	margin-left: 1.3em;
	padding: 0;
	clear: both;
}

/* this controls the spacing above both manager servies and quuck acess tools */
.dashboard-plan-box {
	padding: 10px 0 15px 0;
	margin: 0;
}

/* this controls the look of the word manage services */
DL.dashboard-service-menu DT {
	margin-left: .5em;
	color: #666;
	font-weight: bold;
	padding: 5px 0 0 0;
	font-size: 1.05em;
}

/* this controls the icons under manage services */
DL.dashboard-service-menu DD {
	float: left;
	margin: 0;
	padding: 10px;
	color: #333;
	background-image: none;
	min-height: 5px;
	width: 50px;
	list-style-type: none;
}

/* this controls the look of the word quick access */
DL.dashboard-quickacc-menu DT {
	margin-left: .5em;
	color: #666;
	font-weight: bold;
	padding: 5px 0 0 0;
	font-size: 1.05em;
}

/* this controls the icons under quick access tools */
DL.dashboard-quickacc-menu {
	margin: 0;
	margin-left: 1.3em;
	padding: 0;
	clear: both;
}

DL.dashboard-quickacc-menu DD {
	float: left;
	margin: 0;
	padding: 10px;
	color: #333;
	background-image: none;
	min-height: 5px;
	list-style-type: none;
}

.dashboard-plan-box H2 {
	font-size: 1.3em;
	font-weight: bold;
	color: #4973b3;
	padding: 0 0 0 3px;
	margin: 0;
	background: transparent url(/static/com/hostway/plugins/commons/images/background-h2-line-dkgray.gif) left bottom repeat-x;
	background-color: #eee;
}

.dashboard-planname {
	font-size: .7em;
	color: gray;
	text-transform: uppercase;
	font-weight: normal;
}

/*-------------------------------------------------
LOGIN
-------------------------------------------------*/

.login__header__INC {
	font-size: 36px;
}

.login__header__INC-text {
	font-size: 16px;
	line-height: 22px;
	color: #98989E;
	margin-bottom: 4rem;
}

.login__list__INC {
	list-style: none;
}

.login-content__promo__INC {
	line-height: 22px;
	font-size: 16px;
	margin-bottom: 4rem;
}

.login-content__promo__span__INC {
	color: #98989E;
	font-weight: normal;
	font-size: 16px;
}


#login-footer.login-footer__INC {
	margin-top: 5rem;
}

.login__list__username__input__INC,
.login__list__password__input__INC {
	margin: .2rem 0 1rem 0;
	padding: 6px;
	border-radius: 3px;
	width: 100%;
	max-width: 576px;
}

.button-submit.login__list__submit__INC {
	border: none;
	margin: 2rem 0 1rem 0;
	background-color: var(--accent-primary);
	width: 70%;
	font-weight: normal;
	font-size: 18px;
}

.button-submit.login__list__submit__INC:hover {
	background-color: var(--accent-primary-dark);
}

.faux-button.forgot__password__INC {
	text-decoration: none;
}

.login__list__password__INC,
.login__list__username__INC {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

#com-hostway-plugins-commons-login {
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

}

#com-hostway-plugins-commons-login fieldset {
	background-color: transparent;
	border-top: 0px;
}

#com-hostway-plugins-commons-login table.form {
	margin: 0;
	padding: 0;
}

#com-hostway-plugins-commons-login table.form td.fixedwidth {
	width: 14em;
}

#com-hostway-plugins-commons-login label {
	color: #000;
	font-size: 14px;
	font-weight: normal;
	padding-left: 0;
}

#com-hostway-plugins-commons-login label.required {
	color: var(--bg-primary);
	background: url(/static/com/hostway/plugins/commons/images/icon-formfield-required.gif) top left no-repeat;
	border-width: 0px;
	vertical-align: top;
}

#com-hostway-plugins-commons-login label.error {
	color: var(--bg-primary);
	font-weight: bold;
	background: url(/static/com/hostway/plugins/commons/images/icon-formfield-error.gif) top left no-repeat;
	border-width: 0px;
	vertical-align: top;
	list-style-position: inside;
}

#com-hostway-plugins-commons-login label.error-nonrequired {
	color: var(--bg-primary);
	font-weight: normal;
	vertical-align: top;
	list-style-position: inside;
}

#com-hostway-plugins-commons-login td.fixedwidth {
	width: 13em;
	list-style-position: inside;
	margin: 0;
	padding: 0;
}

#com-hostway-plugins-commons-login td {
	font-weight: normal;
	background-color: transparent;
	text-align: left;
	color: #252525;
	vertical-align: top;
	font-size: .9em;
	border: 0;
	width: auto;
	padding: .2em .2em .3em .2em;
	margin: 0;
}

#login-content {
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* this controls the spacing above both manager servies and quuck acess tools */
.dashboard-plan-box {
	padding: 10px 0 15px 0;
	margin: 0;
}

/*-------------------------------------------------
 END LOGIN
-------------------------------------------------*/

/*-------------------------------------------------
 MY ACCOUNT
-------------------------------------------------*/
#com-hostway-plugins-commons-myaccount-personalcontactinfo {
	padding-right: 1em;
	margin-bottom: 1.4em;
}

#com-hostway-plugins-commons-myaccount-personalcontactinfo,
#com-hostway-plugins-commons-myaccount-billingcontactinfo,
#com-hostway-plugins-commons-myaccount-authinfo,
.box-info {
	float: left;
	width: 23em;
	margin-bottom: 1.4em;
}

#com-hostway-plugins-commons-myaccount-linkset {
	clear: both;
}

#com-hostway-plugins-commons-myaccount-ordersbillinglinkblock,
#com-hostway-plugins-commons-myaccount-settingslinkblock {
	padding-right: 1em;
}

#com-hostway-plugins-commons-myaccount-ordersbillinglinkblock,
#com-hostway-plugins-commons-myaccount-settingslinkblock,
#com-hostway-plugins-commons-myaccount-manageuserslinkblock {
	float: left;
	width: 15em;
	margin-bottom: 1.4em;
}

#com-hostway-plugins-commons-billinginfo-billingsummary {
	float: left;
	padding-right: 1em;
	width: 19em;
	margin-bottom: 1.4em;
}

#com-hostway-plugins-commons-billinginfo-paymentinfosummary {
	float: left;
	width: 27em;
	margin-bottom: 1.4em;
}

#com-hostway-plugins-commons-myaccount-mainlinks {
	margin-top: 1.4em;
}

#com-hostway-plugins-commons-orderstatus-ordersummary {
	clear: both;
}




/* PAYMENT INFO */
#com-hostway-plugins-commons-editpaymentoptionssubmenu ul {
	margin: 0;
	padding: 1em 1em 0;
	list-style: none;
}


/* PAYMENT OPTIONS */
#section1>#com-hostway-plugins-commons-editpaymentoptionssubmenu {}

#section1>#com-hostway-plugins-commons-editpaymentoptionssubmenu ul {
	margin: 0 0 0 0;
	padding: 0 0 2em 0;
	list-style: none;
}

#section1>#com-hostway-plugins-commons-editpaymentoptionssubmenu li {
	float: left;
	background: url(/static/com/hostway/plugins/commons/images/left.gif) no-repeat left top;
}

#section1>#com-hostway-plugins-commons-editpaymentoptionssubmenu a {
	float: left;
	display: block;
	background: url(/static/com/hostway/plugins/commons/images/right.gif) no-repeat right top;
	padding: 5px 15px 4px 6px;
	text-decoration: none;
	font-weight: bold;
	color: #ccc;
}

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#section1>#com-hostway-plugins-commons-editpaymentoptionssubmenu a {
	float: none;
}

/* End IE5-Mac hack */

#section1>#com-hostway-plugins-commons-editpaymentoptionssubmenu a:hover {
	color: #333;
	text-decoration: underline;
}

#section1>#com-hostway-plugins-commons-editpaymentoptionssubmenu li.current {
	background-image: url(/static/com/hostway/plugins/commons/images/left_on.gif);
}

#section1>#com-hostway-plugins-commons-editpaymentoptionssubmenu a.currentglo {
	background-image: url(/static/com/hostway/plugins/commons/images/right_on.gif);
	color: #333;
	padding-bottom: 5px;
}

#section2>#com-hostway-plugins-commons-billinginfo-paymentmethod-listcreditcards {
	float: left;
}

/*-------------------------------------------------
 END MY ACCOUNT
-------------------------------------------------*/


/*-------------------------------------------------
DNR
-------------------------------------------------*/
#com-hostway-plugins-dnr-details-domaindestination,
#com-hostway-plugins-dnr-nameservers-viewnameservers,
#com-hostway-plugins-dnr-lockstatus-domainlockstatus {
	width: 21em;
	padding-right: 1em;
	margin-bottom: 1.4em;
}

#com-hostway-plugins-dnr-contactinfo-regContactSummary {
	width: 23em;
	border: 1px solid gray;
	padding: 1em;
	margin-bottom: 1.6em;
	background-color: #F4F4F4;
}

#content>#com-hostway-plugins-dnr-nameservers-create {
	width: 17em;
	border: 1px solid gray;
	padding: 1em;
	margin-bottom: 1.4em;
}

#content>#com-hostway-plugins-dnr-nameservers-create H2 {
	margin-top: 0;
}

#content>#com-hostway-plugins-dnr-nameservers-edit {
	width: 29em;
	padding-right: 1em;
	margin-bottom: 1.4em;
}

#content>#com-hostway-plugins-dnr-contactregistrarnotice,
#content>#com-hostway-plugins-dnr-havingproblems {
	clear: both;
}

ul.marginless {
	margin: 0;
	padding: 0;
}

li.marginless {
	margin: 0 0 0 1em;
}

li.suggested-domain {
	list-style: none;
}

ul.suggested-domain {
	margin: 0;
	padding: 0;
}

h3.form {
	margin: 0 0 .2em 0;
}

/*-------------------------------------------------
END DNR
-------------------------------------------------*/

/*-------------------------------------------------
EMAIL
-------------------------------------------------*/

.bw-list {
	padding: 5px;
	margin-bottom: 10px;
	margin-top: 5px;
	min-width: 170px;
}

select.bw {
	width: 95%;
	margin-bottom: .5em;
}

label.bw {
	margin: 0;
	padding: 0;
	width: .8em;
}

.blacklist-top H3,
.whitelist-top H3 {
	font-size: 1.1em;
	padding-left: 28px;
	padding-bottom: .5em;
	height: 28px;
	margin: 0 2em 0px;
	background-repeat: no-repeat;
	background-position: top left;
}

.blacklist-top H3 {
	background-image: url(/static/com/hostway/plugins/cleanmailplus/images/icon-blacklist.gif)
}

.whitelist-top H3 {
	background-image: url(/static/com/hostway/plugins/cleanmailplus/images/icon-whitelist.gif);
}



.blacklist-top h4 {
	font-size: .9em;
	padding: 0;
	margin: 0;
}

.whitelist-top h4 {
	font-size: 1.1em;
	padding-left: 28px;
	padding-bottom: .5em;
	height: 28px;
	margin: 0 2em 0px;
	background-image: url(/static/com/hostway/plugins/cleanmailplus/images/icon-whitelist.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.blacklist-top,
.blacklist-bottom,
.whitelist-top,
.whitelist-bottom {
	border-top: 1px solid #B9B9B9;
	border-left: 1px solid #B9B9B9;
	border-right: 1px solid #B9B9B9;
	padding: 10px;
}




.bwlist-arrows {}

#com-hostway-plugins-cseeplus-overview-usageinfo {
	margin-top: 1em;
	float: none;
}


hr {
	clear: both;
}

hr.clear {
	clear: both;
	color: var(--bg-primary);
	border: 0;
	background-color: var(--bg-primary);
	margin: 0 0 .4em 0;
}

/*-------------------------------------------------
END EMAIL
-------------------------------------------------*/

/*-------------------------------------------------
TERMS OF USE
-------------------------------------------------*/
#tou-display ol.with-alpha {
	list-style-type: lower-alpha;
}

#tou-display #tou-content {
	width: 85%;
	padding: 5px;
	overflow: scroll;
	height: 300px;
}

#tou-display #tou-content dt {
	font-weight: 700;
	font-style: italic;
	padding: 0;
	margin: 10px 0 0 0;
}

#tou-display #tou-content dd {
	padding: 0;
	margin: 0 0 0 15px;
}

#tou-display #tou-content dl dl dt {
	font-style: normal;
	font-size: .9em;
	margin: 0;
}

/*-------------------------------------------------
END TERMS OF USE
-------------------------------------------------*/
.pagination {
	background: transparent !important;
}

tr th.table__email__alias {
	background: transparent;
	text-decoration: underline;
}

table.paginator_container {
	background: transparent;
}