body   
{
	margin:0px;
	background-color:#FFFFFF;
}
.Titles{
	color:#003366;
	font-family:Arial;
	font-weight:bold;
	font-size:10pt;
	font-style: normal;
}
.Content{
	color: #333333;
	font-family: arial;
	font-size: 10pt;
	font-weight: normal;
}
.Contentwithborder {
	color:#333333;
	font-family:Tahoma;
	font-size:10pt;
	font-weight: normal;
	background-color: #FFF;
	border: 1px solid #036;
	padding: 5px;
}

.btn_Content {
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: normal;
	color: #666666;
}

.smallform{ color:#000000; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;}
a:link {
	color: #003366;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: underline;
}
.dummylink {
	color: #666666;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #003399;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: normal;
}
a:hover {
	text-decoration: underline;
	color: #990000;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: normal;
}
a:active {
	text-decoration: underline;
	color: #990000;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: normal;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.leftvav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	background-color: #006699;
	font-style: normal;
	font-weight: normal;
}
.logopacker {
	background-image: url(../images/FOL_Packing%20Image.gif);
	background-repeat: repeat;
	border: thick solid #FFFFFF;
}
.OptionsContent {

	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	font-weight: normal;
}
.ContentList {
	color:#333333;
	font-family:Tahoma;
	font-size:10pt;
	font-weight: normal;
	list-style-image: url(../images/FOL-bullet.gif);
	list-style-type: decimal;
}
.Footerfont {
	color:#333333;
	font-family:Tahoma;
	font-size:9pt;
	font-weight: normal;
	background-color: #E8E8E8;
	border: thin none #006699;
}
.leftnavquoteme {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #003366;
	font-style: normal;
	font-weight: normal;
}
.Title_LeftNav {
	color:#FFFFFF;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	font-style: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #003366;
	border-right-color: #003366;
	border-bottom-color: #003366;
	border-left-color: #003366;
	text-align: center;
}
.hideme {
	font-family: Arial;
	font-size: 1px;
}
.border {
	border: 1pt solid #003366;
}
.loggedinas {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #003366;
}
.ContentBold {

	color:#333333;
	font-family:Tahoma;
	font-size:10pt;
	font-weight: bold;
}
.Titles_FAQ {

	color:#003366;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
	font-style: normal;
}
.Content_FAQ {

	color:#003366;
	font-family:Tahoma;
	font-size:12pt;
	font-weight: normal;
}
.Required {

	color:#FF0000;
	font-family:Tahoma;
	font-size:10pt;
	font-weight: normal;
}
#registrationform .aligntop {
	top: 0px;
}
#login_bg {
	background-image: url(../images/blueblurred280.png);
	background-repeat: no-repeat;
}
.loggedinas_bg {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #003366;
	background-repeat: no-repeat;
}
.ContentUKTrans {

	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight: normal;
}
.Titles_FAQ_KK {


	color:#003366;
	font-family:Tahoma;
	font-size:16pt;
	font-weight: bold;
}
.TitlesCuser {
	color:#FFFFFF;
	font-family:Arial;
	font-weight:bold;
	font-size:10pt;
	font-style: normal;
	background-color: #003366;
	border-top: 0;
}
.BigDanger {

	color:#FF0000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
	font-style: normal;
}
.BIGREDBANNER {

	color:#FFFFFF;
	font-family:Arial;
	font-weight:bold;
	font-size:18pt;
	font-style: normal;
	background-color: #FF0000;
	border-top: 0;
}
.SerialNumber_BannerTitle {
	color:#FFFFFF;
	font-family:Tahoma;
	font-size:32pt;
	font-weight: bold;
	background-color: #003366;
}
<style>
  /* Summary table: widen as needed, but don't exceed viewport */
  table.summaryTable{
    width: auto;                 /* dynamic width */
    max-width: 98vw;             /* don't run off screen */
    border-collapse: collapse;
  }

  /* Stop cells wrapping onto new lines */
  table.summaryTable th,
  table.summaryTable td{
    white-space: nowrap;         /* key: no wrapping */
    padding: 4px 8px;
    vertical-align: top;
  }

  /* If something is insanely long, allow horizontal scroll instead of wrapping */
  table.summaryTable{
    display: block;
    overflow-x: auto;
  }
</style>
table.summaryTable th:last-child,
table.summaryTable td:last-child{
  width: 90px;
  text-align: center;
}