/*	NOTE:
	Use rgba(0, 0, 0, 0.15); to add alpha to the shadow
*/
a.digitalMomentum {
  text-decoration: none;
  color: black;
  font-size: 10px;
}
a.digitalMomentum span {
  font-family: 'Cutive', arial;
  font-size: 10px;
}
/*#region COLOURS */
.lightBlue {
  color: #0091ff;
}
.yellow {
  color: #ffe800;
}
.red {
  color: #cc001f;
}
.orange {
  color: #ff8200;
}
.green {
  color: #b3ff00;
}
.BlueGrad,
.yellowGrad {
  background: #fff699;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fff699 0%, #ffe800 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff699), color-stop(100%, #ffe800));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fff699 0%, #ffe800 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fff699 0%, #ffe800 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fff699 0%, #ffe800 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fff699 0%, #ffe800 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff699', endColorstr='#ffe800', GradientType=0);
  /* IE6-9 */

}
/*#endregion */
/*#region TEXT STYLES */
/*Fonts*/

.txtBody {
  font-family: 'Open Sans', sans-serif;
}
.txtHeading {
  font-family: 'Play', sans-serif;
  font-weight: normal;
}
.noUnderline {
  text-decoration: none;
}
h1 {
  font-family: 'Play', sans-serif;
  font-weight: normal;
  text-shadow: 0px 0px 1px rgba(127, 127, 127, 0.6);
  color: #464749;
  letter-spacing: 1px;
}
h2 {
  font-family: 'Play', sans-serif;
  font-weight: normal;
  color: #464749;
  text-shadow: 0px 0px 1px rgba(127, 127, 127, 0.3);
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 28px;
}
h3 {
  font-family: 'Play', sans-serif;
  font-weight: normal;
  text-shadow: 0px 0px 1px rgba(0, 145, 255, 0.1);
  font-size: 18px;
  color: #0091ff;
  letter-spacing: 1px;
}
p,
ul,
ol,
td,
label,
li {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
dt {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: #464749;
}
dd {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 13px;
  color: #464749;
}
a {
  color: #0091ff;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
a a:hover {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: underline;
}
.highlight {
  font-weight: bold;
}
.alignLeft {
  text-align: left;
}
.alignCenter {
  text-align: center;
}
.alignRight {
  text-align: right;
}
.noUnderline {
  text-decoration: none;
  border-bottom: none;
}
.antialiasme {
  text-shadow: 0px 0px 1px rgba(127, 127, 127, 0.75);
}
.antialias-white {
  text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.75);
}
.antialias-blue {
  text-shadow: 0px 0px 1px rgba(0, 145, 255, 0.1);
}
/*#endregion */

/*#region Backwards Compatibility */

header,
nav,
section,
article,
aside,
footer {
  display: block;
}
/*#endregion */

/*#region MESSAGE BAR */

.MessageGood {
  border: 1px solid #008d00;
  background-color: #deffd7;
  color: #008d00;
  margin-bottom: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 15px;
}
.MessageGood a {
  color: #008d00 !important;
}
.MessageError {
  border: 1px solid #cc001f;
  background-color: #ffd7db;
  color: #cc001f;
  margin-bottom: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 15px;
}
.MessageError li {
  color: #cc001f;
  margin-left: 30px;
}
.MessageError a {
  color: #cc001f !important;
}
.MessageInfo {
  border: 1px solid #0091ff;
  background-color: white;
  color: #0091ff;
  margin-bottom: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 15px;
}
.MessageInfo a {
  color: #0091ff !important;
}
/*#endregion */

/*#region JQUERY VALIDATION */

label.error {
  color: #cc001f;
}
input.error,
textarea.error,
select.error {
  border: 1px solid #cc001f !important;
}
/*#endregion */

/* Browser Resets */

a img {
  border: none;
}
body {
  /*	NOTE: 
		This Fixes Bolding of normal text in safari/Mozilla on Macs
		When Light text in on a dark Background
	*/
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  background-color: #ddded6;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-image: url(/Images/template/bg.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
/* Constants */

/*Semantic Grid System */

body {
  width: 100%;
  *zoom: 1;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
/* Functions */

/*	NOTE:
	Use rgba(0, 0, 0, 0.15); to add alpha to the shadow
*/
a.digitalMomentum {
  text-decoration: none;
  color: black;
  font-size: 10px;
}
a.digitalMomentum span {
  font-family: 'Cutive', arial;
  font-size: 10px;
}
/* text Styles */

/* colours */

/*Icons */

.fs1[data-icon=m] {
  color: #fd7b70;
}
.fs1[data-icon=i] {
  color: #3b7ad1;
}
/* Layout */

div#logo {
  width: 100%;
  max-width: 200px;
  margin: auto;
  margin-top: 35px;
}
div#logo img {
  width: 100%;
  max-width: 200px;
}
#header {
  height: 120px;
  position: relative;
}
#header #toolbar {
  background: #fff699;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fff699 0%, #ffe800 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff699), color-stop(100%, #ffe800));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fff699 0%, #ffe800 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fff699 0%, #ffe800 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fff699 0%, #ffe800 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fff699 0%, #ffe800 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff699', endColorstr='#ffe800', GradientType=0);
  /* IE6-9 */

  height: 30px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  font-size: 14px;
  border-top: 1px solid #bfb0b2;
  border-bottom: 1px solid #bfb0b2;
}
#sideHeader {
  font-family: 'Play', sans-serif;
  font-weight: bold;
  width: 65px;
  color: #443931;
  opacity: 0.07;
  filter: alpha(opacity=7);
  /* For IE8 and earlier */
  zoom: 1;
  /*needed to make E8 and earlier apply the filter */
  text-transform: uppercase;
  font-size: 80px;
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  line-height: 80px;
  overflow: hidden;
  text-align: left;
  position: fixed;
}
#sideHeader div {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -moz-transform: rotate(90deg);
  /* Firefox */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  -o-transform: rotate(90deg);
  /* Opera */
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
  margin-top: -70px;
}
#nav {
  margin-top: 100px;
  /* Nested */

}
#nav ul {
  list-style-type: none;
  width: 100%;
  padding: 0px;
  margin: 0px;
}
#nav ul > li {
  margin-bottom: 4px;
  display: block;
}
#nav ul > li div {
  /* This is for the items that dont have an A href*/

  font-family: 'Play', sans-serif;
  font-weight: normal;
  color: #464749;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  margin-left: 10px;
  text-shadow: 0px 0px 1px rgba(127, 127, 127, 0.25);
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#nav ul > li a {
  font-family: 'Play', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  color: #464749;
  display: block;
  margin-left: 10px;
  text-align: left;
  text-decoration: none;
  border-bottom: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-shadow: 0px 0px 1px rgba(127, 127, 127, 0.25);
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  font-size: 15px;
  letter-spacing: 1px;
  border: 1px solid transparent;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
}
#nav ul > li a:hover,
#nav ul > li a.selected {
  text-decoration: none;
  border-bottom: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-color: #99d3ff;
  -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='@color')";
  /* For IE 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='@color');
  background: #fff699;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fff699 0%, #ffe800 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff699), color-stop(100%, #ffe800));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fff699 0%, #ffe800 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fff699 0%, #ffe800 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fff699 0%, #ffe800 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fff699 0%, #ffe800 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff699', endColorstr='#ffe800', GradientType=0);
  /* IE6-9 */

  border: 1px solid #bfb0b2;
}
#nav ul > li ul {
  margin-bottom: 10px;
}
#nav ul > li ul li {
  margin-left: 20px;
}
#page {
  *zoom: 1;
  margin: auto;
  max-width: 1200px;
  padding-right: 80px;
  min-width: 760px;
}
#page:before,
#page:after {
  content: "";
  display: table;
}
#page:after {
  clear: both;
}
#page:before,
#page:after {
  content: "";
  display: table;
}
#page:after {
  clear: both;
}
#leftCol {
  display: inline;
  float: left;
  width: 21.875%;
  margin: 0 1.5625%;
}
#rightCol {
  display: inline;
  float: left;
  width: 71.875%;
  margin: 0 1.5625%;
  *zoom: 1;
  background-color: white;
  border-left: 1px solid #bfb0b2;
  border-right: 1px solid #bfb0b2;
  border-bottom: 1px solid #bfb0b2;
  margin-right: 0px;
  height: 100%;
  -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='@color')";
  /* For IE 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='@color');
}
#rightCol:before,
#rightCol:after {
  content: "";
  display: table;
}
#rightCol:after {
  clear: both;
}
#rightCol:before,
#rightCol:after {
  content: "";
  display: table;
}
#rightCol:after {
  clear: both;
}
#rightCol ul.threeCols {
  display: block;
  width: 103.125%;
  margin: 0 -1.5625%;
  *zoom: 1;
  width: 710px;
  padding: 0px;
  margin-left: -20px;
}
#rightCol ul.threeCols:before,
#rightCol ul.threeCols:after {
  content: "";
  display: table;
}
#rightCol ul.threeCols:after {
  clear: both;
}
#rightCol ul.threeCols:before,
#rightCol ul.threeCols:after {
  content: "";
  display: table;
}
#rightCol ul.threeCols:after {
  clear: both;
}
#rightCol ul.threeCols:before,
#rightCol ul.threeCols:after {
  content: "";
  display: table;
}
#rightCol ul.threeCols:after {
  clear: both;
}
#rightCol ul.threeCols:before,
#rightCol ul.threeCols:after {
  content: "";
  display: table;
}
#rightCol ul.threeCols:after {
  clear: both;
}
#rightCol ul.threeCols li {
  display: inline;
  float: left;
  width: 21.875%;
  margin: 0 1.5625%;
  border-left: 1px solid #bfb0b2;
  margin-left: -19px;
  padding: 10px;
}
#rightCol ul.threeCols :first-child {
  border-left: none;
}
#rightCol .col3 {
  display: inline;
  float: left;
  width: 21.875%;
  margin: 0 1.5625%;
}
#rightCol .col4 {
  display: inline;
  float: left;
  width: 30.208333333%;
  margin: 0 1.5625%;
}
#rightCol .col6 {
  display: inline;
  float: left;
  width: 46.875%;
  margin: 0 1.5625%;
  *zoom: 1;
}
#rightCol .col6:before,
#rightCol .col6:after {
  content: "";
  display: table;
}
#rightCol .col6:after {
  clear: both;
}
#rightCol .col6:before,
#rightCol .col6:after {
  content: "";
  display: table;
}
#rightCol .col6:after {
  clear: both;
}
#rightCol .col8 {
  display: inline;
  float: left;
  width: 63.541666667%;
  margin: 0 1.5625%;
}
#rightCol .col9 {
  display: inline;
  float: left;
  width: 71.875%;
  margin: 0 1.5625%;
}
#rightCol .col12 {
  display: inline;
  float: left;
  width: 96.875%;
  margin: 0 1.5625%;
}
#content {
  margin: 25px;
  position: relative;
}
#bottomBoxes {
  padding-top: 30px;
  *zoom: 1;
}
#bottomBoxes:before,
#bottomBoxes:after {
  content: "";
  display: table;
}
#bottomBoxes:after {
  clear: both;
}
#bottomBoxes:before,
#bottomBoxes:after {
  content: "";
  display: table;
}
#bottomBoxes:after {
  clear: both;
}
#bottomBoxes .box {
  width: 33.333%;
  margin: 0;
  padding: 0 2%;
  background-color: #eaeaea;
  float: left;
}
#bottomBoxes .box:hover {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-color: #ffe800;
}
#bottomBoxes p {
  color: #2d2e2f !important;
}
footer .col4 {
  display: inline;
  float: left;
  width: 21.875%;
  margin: 0 1.5625%;
}
footer .col8 {
  display: inline;
  float: left;
  width: 63.541666667%;
  margin: 0 1.5625%;
}
/* Box Styles */

.clearFix {
  *zoom: 1;
}
.clearFix:before,
.clearFix:after {
  content: "";
  display: table;
}
.clearFix:after {
  clear: both;
}
.clearFix:before,
.clearFix:after {
  content: "";
  display: table;
}
.clearFix:after {
  clear: both;
}
.img,
.imgRight {
  -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='@color')";
  /* For IE 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='@color');
  padding: 5px;
  box-sizing: border-box;
  border: 1px solid #464749;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.imgRight {
  float: right;
  margin-left: 30px;
}
input,
textarea,
select {
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border: 1px solid #c6c7c8;
  line-height: 25px;
  font-family: 'Open Sans', sans-serif;
  padding-left: 5px;
  color: #464749;
}
.sms_bubble {
  float: left;
  clear: right;
  display: block;
  max-width: 450px;
  width: auto;
  padding: 10px 15px;
  margin: 10px 5px 25px 5px;
  text-shadow: rgba(255, 255, 255, 0.6) 0 1px 0;
  border: #838fa7 1px solid;
  border-radius: 15px;
  background: rgba(114, 198, 40, 0.9);
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.1) 80%, rgba(0, 0, 0, 0.1) 100%);
  box-shadow: rgba(0, 0, 0, 0.5) 0 1px 3px;
}
.blue-right {
  position: relative;
  float: right;
  clear: left;
  background-color: rgba(204, 204, 204, 0.9);
  color: #464749;
}
.blue-right::after {
  content: "";
  display: block;
  right: 20px;
  background-color: rgba(204, 204, 204, 0.9) !important;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 3px 4px;
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 80%);
  border-bottom-left-radius: 90px 70px!important;
  -webkit-border-bottom-right-radius: 0!important;
}
.sms_bubble::before {
  content: "";
  display: block;
  margin: -10px 0 0 -1.5%;
  border-radius: 30px;
  width: 103%;
  height: 15px;
  text-align: center;
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100%);
}
.sms_bubble::after {
  content: "";
  position: absolute;
  display: block;
  margin: 9px 5px;
  width: 1%;
  min-width: 15px;
  height: 10px;
  background: rgba(102, 204, 0, 0.9);
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 3px 4px;
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 80%);
  -webkit-border-bottom-right-radius: 90px 70px;
}
/* Table Styles */

table td {
  padding-bottom: 5px;
}
.table {
  /* border: 1px solid #b6bbc1;*/
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-bottom: 3px double #ffe800;
  /* Round off the bottom row */

}
.table th {
  background-image: url(/images/masterPage/mnuBg.gif);
  background-color: #ffe800;
  background-repeat: repeat-x;
  padding-top: 3px;
  height: 24px;
  color: white;
  font-weight: bold;
  text-align: left;
  color: #464749;
  font-size: 14px;
  padding: 5px;
}
.table th:first-child {
  -webkit-border-top-left-radius: 8px;
  -moz-border-top-left-radius: 8px;
  -webkit-bborder-top-left-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-top-bottom-radius: 8px;
  -webkit-bborder-bottom-left-radius: 8px;
  padding-left: 10px;
}
.table th:last-child {
  -webkit-border-top-right-radius: 8px;
  -moz-border-top-right-radius: 8px;
  -webkit-bborder-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-bottom-right-radius: 8px;
  -webkit-bborder-bottom-right-radius: 8px;
  padding-right: 10px;
}
.table tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-top-bottom-radius: 8px;
  -webkit-bborder-bottom-left-radius: 8px;
}
.table tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-top-right-radius: 8px;
  -webkit-bborder-right-left-radius: 8px;
}
.table th a {
  color: white;
  text-decoration: none;
}
.table td {
  padding: 5px;
}
.tableFancy tr:nth-child(even) > td {
  background-color: #fffde5;
}
.tableFancy tr.new > td {
  background-color: #b3ff00 !important;
}
.tableFancy tr:hover > td {
  background-color: #cce9ff;
  cursor: pointer;
}
.tableFancy tr:hover > td:first-child {
  border-radius: 5px 0px 0px 5px;
  -moz-border-radius: 5px 0px 0px 5px;
  -webkit-border-radius: 5px 0px 0px 5px;
}
.tableFancy tr:hover > td:last-child {
  border-radius: 0px 5px 5px 0px;
  -moz-border-radius: 0px 5px 5px 0px;
  -webkit-border-radius: 0px 5px 5px 0px;
}
table.tblComparison.Select1 tr th:nth-child(2) {
  background-color: #b3ff00;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
table.tblComparison.Select1 tr td:nth-child(2) {
  background-color: #fffacc;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
table.tblComparison.Select2 tr th:nth-child(3) {
  background-color: #b3ff00;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
table.tblComparison.Select2 tr td:nth-child(3) {
  background-color: #fffacc;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
table.tblComparison.Select3 tr th:nth-child(4) {
  background-color: #b3ff00;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
table.tblComparison.Select3 tr td:nth-child(4) {
  background-color: #fffacc;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
table.tblComparison tr th {
  background-color: black;
  color: white;
  font-weight: normal;
  padding: 10px;
}
table.tblComparison tr th:first-child {
  background-color: transparent;
}
table.tblComparison tr td {
  border-top: 1px solid #ddded6;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
table.tblComparison tr td:first-child {
  text-align: left;
  background-color: #ffe800;
  border: none;
  padding: 10px;
}
table.tblComparison tr td .icon-ok-sign,
table.tblComparison tr td .icon-remove-sign {
  font-size: 25px;
}
table.tblComparison tr td .icon-ok-sign {
  color: #6ccc00;
}
table.tblComparison tr td .icon-remove-sign {
  color: #cc001f;
}
.highlight tr:hover {
  background-color: #ffe800 !important;
  cursor: pointer;
}
/* Added to text boxes */

.error {
  border: 1px solid #8d0000;
  background-color: #ffd7db !important;
  color: #8d0000 !important;
}
span.error {
  display: inline-block;
  padding: 2px;
}
select {
  height: 29px;
}
.btn,
input[type=submit],
input[type=button],
input[type=reset] {
  background: #fff699;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fff699 0%, #ffe800 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff699), color-stop(100%, #ffe800));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fff699 0%, #ffe800 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fff699 0%, #ffe800 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fff699 0%, #ffe800 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fff699 0%, #ffe800 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff699', endColorstr='#ffe800', GradientType=0);
  /* IE6-9 */

  display: inline-block;
  text-align: center;
  text-decoration: none;
  border-bottom: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-shadow: 0px 0px 1px rgba(127, 127, 127, 0.5);
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px;
  letter-spacing: 1px;
  font-family: 'Play', sans-serif;
  text-transform: uppercase;
  color: #464749;
  border: 1px solid transparent;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
}
.btn:hover,
input[type=submit]:hover,
input[type=button]:hover,
input[type=reset]:hover {
  text-decoration: none;
  border-bottom: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-color: #99d3ff;
  -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='@color')";
  /* For IE 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='@color');
  background: #fff699;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fff699 0%, #ffe800 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff699), color-stop(100%, #ffe800));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fff699 0%, #ffe800 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fff699 0%, #ffe800 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fff699 0%, #ffe800 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fff699 0%, #ffe800 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff699', endColorstr='#ffe800', GradientType=0);
  /* IE6-9 */

  border: 1px solid #bfb0b2;
}
.breakout {
  background-color: #ffe800;
  display: block;
  text-align: center;
  text-shadow: 0px 0px 1px rgba(127, 127, 127, 0.5);
  font-weight: bold;
  color: black;
  font-size: 28px;
  padding: 20px;
  letter-spacing: 1px;
  font-family: 'Play', sans-serif;
  text-transform: uppercase;
  border: 1px solid #464749;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
}
.MessageGood {
  border: 1px solid #008d00;
  background-color: #deffd7;
  color: #008d00;
  margin-bottom: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 15px;
}
.MessageError {
  border: 1px solid #8d0000;
  background-color: #ffd7db;
  color: #8d0000;
  margin-bottom: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 15px;
}
.MessageError li {
  color: #8d0000;
}
.MessageInfo {
  border: 1px solid #0091ff;
  background-color: #e5f4ff;
  color: #0091ff;
  margin-bottom: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 15px;
}
.MessageInfo li {
  color: #0091ff;
}
#bottomBoxes > div {
  border-left: 1px solid #bfb0b2;
  height: 140px;
  text-align: center;
  box-sizing: border-box;
}
#bottomBoxes > div:first-child {
  border: none;
}
/* Table Styles */

table td {
  padding-bottom: 5px;
}
.table {
  /* border: 1px solid #b6bbc1;*/
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-bottom: 3px double #ffe800;
  /* Round off the bottom row */

}
.table th {
  background-image: url(/images/masterPage/mnuBg.gif);
  background-color: #ffe800;
  background-repeat: repeat-x;
  padding-top: 3px;
  height: 24px;
  color: white;
  font-weight: bold;
  text-align: left;
  color: #464749;
  font-size: 14px;
  padding: 5px;
}
.table th:first-child {
  -webkit-border-top-left-radius: 8px;
  -moz-border-top-left-radius: 8px;
  -webkit-bborder-top-left-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-top-bottom-radius: 8px;
  -webkit-bborder-bottom-left-radius: 8px;
  padding-left: 10px;
}
.table th:last-child {
  -webkit-border-top-right-radius: 8px;
  -moz-border-top-right-radius: 8px;
  -webkit-bborder-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-bottom-right-radius: 8px;
  -webkit-bborder-bottom-right-radius: 8px;
  padding-right: 10px;
}
.table tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-top-bottom-radius: 8px;
  -webkit-bborder-bottom-left-radius: 8px;
}
.table tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-top-right-radius: 8px;
  -webkit-bborder-right-left-radius: 8px;
}
.table th a {
  color: white;
  text-decoration: none;
}
.table td {
  padding: 5px;
}
.tableFancy tr:nth-child(even) > td {
  background-color: #fffde5;
}
.tableFancy tr:hover > td {
  background-color: #cce9ff;
  cursor: pointer;
}
.tableFancy tr:hover > td:first-child {
  border-radius: 5px 0px 0px 5px;
  -moz-border-radius: 5px 0px 0px 5px;
  -webkit-border-radius: 5px 0px 0px 5px;
}
.tableFancy tr:hover > td:last-child {
  border-radius: 0px 5px 5px 0px;
  -moz-border-radius: 0px 5px 5px 0px;
  -webkit-border-radius: 0px 5px 5px 0px;
}
.highlight tr:hover {
  background-color: #ffe800 !important;
  cursor: pointer;
}
@media screen and (max-width: 1100px) {
  #sideHeader {
    display: none;
  }
}
/*
 THIS FILE NOT USED AS YET   
 */

/*	NOTE:
	Use rgba(0, 0, 0, 0.15); to add alpha to the shadow
*/
a.digitalMomentum {
  text-decoration: none;
  color: black;
  font-size: 10px;
}
a.digitalMomentum span {
  font-family: 'Cutive', arial;
  font-size: 10px;
}
/*	NOTE:
	Use rgba(0, 0, 0, 0.15); to add alpha to the shadow
*/
a.digitalMomentum {
  text-decoration: none;
  color: black;
  font-size: 10px;
}
a.digitalMomentum span {
  font-family: 'Cutive', arial;
  font-size: 10px;
}
/*#region COLOURS */
.lightBlue {
  color: #0091ff;
}
.yellow {
  color: #ffe800;
}
.red {
  color: #cc001f;
}
.orange {
  color: #ff8200;
}
.green {
  color: #b3ff00;
}
.BlueGrad,
.yellowGrad {
  background: #fff699;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fff699 0%, #ffe800 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff699), color-stop(100%, #ffe800));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fff699 0%, #ffe800 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fff699 0%, #ffe800 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fff699 0%, #ffe800 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fff699 0%, #ffe800 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff699', endColorstr='#ffe800', GradientType=0);
  /* IE6-9 */

}
/*#endregion */
/*#region TEXT STYLES */
/*Fonts*/

.txtBody {
  font-family: 'Open Sans', sans-serif;
}
.txtHeading {
  font-family: 'Play', sans-serif;
  font-weight: normal;
}
.noUnderline {
  text-decoration: none;
}
h1 {
  font-family: 'Play', sans-serif;
  font-weight: normal;
  text-shadow: 0px 0px 1px rgba(127, 127, 127, 0.6);
  color: #464749;
  letter-spacing: 1px;
}
h2 {
  font-family: 'Play', sans-serif;
  font-weight: normal;
  color: #464749;
  text-shadow: 0px 0px 1px rgba(127, 127, 127, 0.3);
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 28px;
}
h3 {
  font-family: 'Play', sans-serif;
  font-weight: normal;
  text-shadow: 0px 0px 1px rgba(0, 145, 255, 0.1);
  font-size: 18px;
  color: #0091ff;
  letter-spacing: 1px;
}
p,
ul,
ol,
td,
label,
li {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
dt {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: #464749;
}
dd {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 13px;
  color: #464749;
}
a {
  color: #0091ff;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
a a:hover {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: underline;
}
.highlight {
  font-weight: bold;
}
.alignLeft {
  text-align: left;
}
.alignCenter {
  text-align: center;
}
.alignRight {
  text-align: right;
}
.noUnderline {
  text-decoration: none;
  border-bottom: none;
}
.antialiasme {
  text-shadow: 0px 0px 1px rgba(127, 127, 127, 0.75);
}
.antialias-white {
  text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.75);
}
.antialias-blue {
  text-shadow: 0px 0px 1px rgba(0, 145, 255, 0.1);
}
/*#endregion */

/*#region Backwards Compatibility */

header,
nav,
section,
article,
aside,
footer {
  display: block;
}
/*#endregion */

/*#region MESSAGE BAR */

.MessageGood {
  border: 1px solid #008d00;
  background-color: #deffd7;
  color: #008d00;
  margin-bottom: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 15px;
}
.MessageGood a {
  color: #008d00 !important;
}
.MessageError {
  border: 1px solid #cc001f;
  background-color: #ffd7db;
  color: #cc001f;
  margin-bottom: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 15px;
}
.MessageError li {
  color: #cc001f;
  margin-left: 30px;
}
.MessageError a {
  color: #cc001f !important;
}
.MessageInfo {
  border: 1px solid #0091ff;
  background-color: white;
  color: #0091ff;
  margin-bottom: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 15px;
}
.MessageInfo a {
  color: #0091ff !important;
}
/*#endregion */

/*#region JQUERY VALIDATION */

label.error {
  color: #cc001f;
}
input.error,
textarea.error,
select.error {
  border: 1px solid #cc001f !important;
}
/*#endregion */

body {
  width: 100%;
  *zoom: 1;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
@media (max-width: 730px) {
  /*#region BLOCK STYLES */
  
  .hideMobile {
    display: none !important;
  }
  div#logo {
    width: 100%;
    max-width: 200px;
    margin: auto;
    margin-top: 15px;
  }
  div#logo img {
    width: 100%;
    max-width: 200px;
  }
  #bottomBoxes .box {
    width: 100%;
  }
  .imgRight,
  img {
    float: none;
    margin: auto;
    width: 100%;
  }
  input,
  textarea,
  select {
    padding: 0;
    text-indent: 2%;
  }
  /*#endregion */
  
  /*#region BODY */
  
  body {
    background-image: none;
  }
  /*#endregion */
  
  /*#region PAGE */
  
  #page {
    *zoom: 1;
    margin: auto;
    padding: 0;
    min-width: 200px;
  }
  #page:before,
  #page:after {
    content: "";
    display: table;
  }
  #page:after {
    clear: both;
  }
  #page:before,
  #page:after {
    content: "";
    display: table;
  }
  #page:after {
    clear: both;
  }
  /*#endregion */
  
  /*#region HEADER */
  
  #header {
    display: none;
  }
  /*#endregion */
  
  /*#region NAVIGATION */
  
  #nav {
    text-align: left;
    margin: 0;
  }
  #nav #mobileNav {
    display: block!important;
    background: #fff699;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fff699 0%, #ffe800 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff699), color-stop(100%, #ffe800));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fff699 0%, #ffe800 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fff699 0%, #ffe800 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fff699 0%, #ffe800 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #fff699 0%, #ffe800 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff699', endColorstr='#ffe800', GradientType=0);
    /* IE6-9 */
  
    position: absolute;
    left: 0px;
    color: #464749;
    padding-left: 10px;
    padding-right: 10px;
    top: 75px;
    right: 0;
    cursor: pointer;
    font-size: 20px;
    line-height: 40px;
    z-index: 1001;
    border-top: 1px solid #bfb0b2;
    border-bottom: 1px solid #bfb0b2;
  }
  #nav > ul {
    display: none;
    float: none;
    top: 110px;
    left: 0;
    right: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.9);
    margin-right: 0;
    z-index: 999;
    padding-top: 10px;
  }
  #nav > ul li {
    list-style: none;
    float: none;
    font-size: 20px;
    line-height: 45px;
    *zoom: 1;
  }
  #nav > ul li:before,
  #nav > ul li:after {
    content: "";
    display: table;
  }
  #nav > ul li:after {
    clear: both;
  }
  #nav > ul li:before,
  #nav > ul li:after {
    content: "";
    display: table;
  }
  #nav > ul li:after {
    clear: both;
  }
  #nav > ul li a {
    color: #464749;
    display: block;
    margin: 0 10px;
    text-align: left;
    text-decoration: none;
    border-bottom: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-shadow: 0px 0px 1px rgba(127, 127, 127, 0.5);
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    font-size: 15px;
    letter-spacing: 1px;
    border: 1px solid transparent;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
  }
  #nav > ul li a:hover,
  #nav > ul li a.selected {
    text-decoration: none;
    border-bottom: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    background-color: #99d3ff;
    -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='@color')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='@color');
    background: #fff699;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fff699 0%, #ffe800 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff699), color-stop(100%, #ffe800));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fff699 0%, #ffe800 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fff699 0%, #ffe800 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fff699 0%, #ffe800 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #fff699 0%, #ffe800 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff699', endColorstr='#ffe800', GradientType=0);
    /* IE6-9 */
  
    border: 1px solid #bfb0b2;
  }
  #nav > ul li > ul {
    display: block;
  }
  .nivoSlider {
    z-index: 0;
  }
  /*#endregion */
  
  /*#region CONTENT */
  
  #content {
    margin-left: 1%;
    margin-right: 1%;
  }
  #rightCol {
    display: inline;
    float: left;
    width: 96.875%;
    margin: 0 1.5625%;
    background-color: white;
    border: none;
    margin: 0px;
    margin-top: 30px;
    width: 100%;
    height: 100%;
    -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='@color')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='@color');
  }
  #rightCol .col3 {
    display: inline;
    float: left;
    width: 96.875%;
    margin: 0 1.5625%;
  }
  #rightCol .col4 {
    display: inline;
    float: left;
    width: 96.875%;
    margin: 0 1.5625%;
  }
  #rightCol .col6 {
    display: inline;
    float: left;
    width: 96.875%;
    margin: 0 1.5625%;
  }
  #rightCol .col8 {
    display: inline;
    float: left;
    width: 96.875%;
    margin: 0 1.5625%;
  }
  #rightCol .col9 {
    display: inline;
    float: left;
    width: 96.875%;
    margin: 0 1.5625%;
  }
  #rightCol .col12 {
    display: inline;
    float: left;
    width: 96.875%;
    margin: 0 1.5625%;
  }
  /*#endregion */
  
  /*#region ASIDE */
  
  #leftCol {
    display: inline;
    float: left;
    width: 96.875%;
    margin: 0 1.5625%;
  }
  /*#endregion */
  
  /*#region FOOTER */
  
  footer .col8 {
    display: inline;
    float: left;
    width: 96.875%;
    margin: 0 1.5625%;
  }
  /*#endregion */
  
  /*#region COLUMNS */
  
  /*#endregion */
  
  .pilot-Request {
    border-spacing: 0 !important;
  }
  .pilot-Request td {
    float: left;
    width: 100%;
    padding: 5px 0;
    *zoom: 1;
  }
  .pilot-Request td:before,
  .pilot-Request td:after {
    content: "";
    display: table;
  }
  .pilot-Request td:after {
    clear: both;
  }
  .pilot-Request td:before,
  .pilot-Request td:after {
    content: "";
    display: table;
  }
  .pilot-Request td:after {
    clear: both;
  }
}
