.TNMenuDescription > .TDC, .TDS {
    white-space: inherit;
}

/* Hiding manager caption for SQR 22187 - uncomment this if they ever decide they want to show it again
.ManagerCaption {
    display: block;
    font-weight: bold;
}
*/

body
{
    font-family: 'Open Sans', sans-serif;
    font-size: 12pt;
    letter-spacing: -0.025rem;
}

/* Uncomment this if we need to change the tip content text color
.qtip.FastFieldQTip .qtip-content {
    color: #FFF;
}
*/

ul.inline-list {
	margin: 0;
}

ul.inline-list li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}

ul.inline-list li:before {
	content: '';
	display: none;
}

.FastPageHeader
{
    background-image: url("../image/ENG/eServicesHeaderBackground");
    background-repeat: no-repeat;
    height: 110px;
    background-size: cover;
    background-position: top 20% left;
}

.TNHeaderIcon
{
    position: relative;
    max-height: 90px;
	vertical-align: bottom;
}

.TNTAPIcon
{
    position: relative;
    top: 46px;
    max-height: 55px;
    opacity: 0.75;
}

.TNRevenueTitle
{
    max-height: 50px;
    margin-left: 5px;
    vertical-align: bottom;
}

.header-columns.left-column {
	float: left;
	padding-top: 10px;
}

.header-columns.right-column {
	text-align: right;
}

/** e-services assistant logo **/

.ManagerHeaderLink.ManagerHeaderLinkAssistant {

}

.ManagerHeaderLink.ManagerHeaderLinkAssistant::before {
    content: "forum";
}



.FastPageFooter
{
    padding-top: 18px;
    padding-bottom: 10px;
}

.FastPageWrapper {
	padding-bottom: 20px;
	background-color: white;
}

#footer-top {
	position: relative;
}

#footer-top .starball {
	width: 70px;
	height: 70px;
	position: absolute;
	left: 50%;
	margin-left: -35px;
	bottom: -30px;
}

#footer-bottom {
	position: relative;
}

#footer-bottom a {
	display: inline-block;
	padding: 15px 5px;
}

.footer-columns.right-column {
	text-align: right;
}

.footer-columns.left-column {
	float: left;
}

/* for screens less than or equal to 1100px */
@media only screen and (max-width: 1100px) {
	.footer-columns.right-column,
	.footer-columns.left-column {
		text-align: center;
	}
	
	.footer-columns.left-column {
		float: inherit;
	}
	
	#footer-top .starball {
		width: 40px;
		height: 40px;
		margin-left: -20px;
		bottom: -10px;
	}
	
}