/*************************************************************************************\
 *                                                                                   *
 *        TITLE:  Default Style Sheet                                                *
 *       CLIENT:  Twin Spires                 							             *
 *  TARGET SPEC:  CSS 3                                                              *
 *     MODIFIED:  2012.09.19                                                         *
 *    AUTHOR(S):  Jordan Caldwell / Able Engine - www.ableengine.com                 *
 *                                                                                   *
\*************************************************************************************/
/* Reset and default styles applied to multiple elements */
a,
aside,
body,
dd,
div,
dl,
dt,
embed,
footer,
form,
header,
h1,
h2,
h3,
html,
iframe,
input,
li,
img,
nav,
object,
section,
select,
table,
td,
textarea {
  border: 0px;
  padding: 0px;
  margin: 0px;
  outline: none;
}
embed,
form,
iframe,
object,
header {
  display: block;
}
p.first-child,
h2.first-child,
h3.first-child,
h4.first-child,
.offset-first-child {
  margin-top: 0px !important;
}
html {
  height: 100%;
  z-index: 1;
}
html body {
  font: normal 12px/1.5 arial, sans-serif;
  color: #323232;
  background-color: #dcdedf;
  padding-bottom: 20px;
}
h1 {
  font: bold 24px/1 arial, sans-serif;
  margin: 0px 0px 5px;
  padding: 0px;
  color: #000000;
}
h2 {
  height: 26px;
  font: 19px/1 normal arial, sans-serif;
  padding: 4px 0px 0px 6px;
  margin: 0px;
  color: white;
  background: url(../images/bg.h2.png) repeat-x 0 0;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  behavior: url(https://www.twinspires.com/sites/twinspires.com/themes/ts2/css/PIE-1.0.0/PIE.htc);
  position: relative;
  text-align: left;
  text-transform: lowercase;
}
h3 {
  font: bold 15px/1.25 arial, sans-serif;
  margin: 24px 0px 10px 0px;
  padding: 0px;
}
h3:first-child,
.first {
  margin-top: 0px;
}
h4 {
  font: bold 12px/1.67 Verdana, Geneva, sans-serif;
  color: #747679;
  margin: 10px 0px 0px 0px;
  padding: 0px;
}
h4:first-child,
.first {
  margin-top: 0px;
}
/**** Header class for sidebar ****/
h5,
h5.pane-title {
  margin: 0px;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  padding: 0 10px;
  background: url(../images/myts.h2.png) repeat-x 0 0;
  color: #ffffff;
  text-transform: lowercase;
}
/* changed paragraph margins */
p {
  font: normal 12px/1.5 arial, sans-serif;
  color: #323232;
  margin: 0px 0px 20px 0px;
  text-align: left;
}
p:first-child,
.first {
  margin-top: 0px;
}
p.last-child {
  margin-bottom: 0px;
}
div.right + p {
  margin-top: 0px;
}
table {
  font: inherit;
  border-collapse: collapse;
  border-spacing: 0px;
}
tbody {
  border: none;
}
/* New unordered list styles */
ul {
  list-style: none none;
  margin: 0px;
  padding: 0px;
}
li {
  margin: 0px;
  padding: 0px 0px 0px 15px;
}
ol li {
  list-style-type: decimal !important;
}
a,
a:visited {
  font: inherit;
  color: #3086ca;
  text-decoration: underline;
}
a:hover,
a:hover:visited {
  text-decoration: none;
  color: #0057a6;
}
/*************************************************************************************\
 *                                                                                   *
 *  Variables                                                                        *
 *                                                                                   *
\*************************************************************************************/
/**** Colors ****/
/**** Borders ****/
/**** Fonts ****/
/*************************************************************************************\
 *                                                                                   *
 *  Mixins                                                                           *
 *                                                                                   *
\*************************************************************************************/
.standard-well {
  border: 1px solid #a9aaaa;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  behavior: url(https://www.twinspires.com/sites/twinspires.com/themes/ts2/css/PIE-1.0.0/PIE.htc);
  position: relative;
  padding: 3px 3px 4px;
  background-color: #ffffff;
}
/*************************************************************************************\
 *                                                                                   *
 *  CUSTOM CLASSES 																                                   *
 *                                                                                   *
\*************************************************************************************/
/**** Start Standard ****/
.asset-align-left img {
  float: left;
  margin: 0 3.5em 2em 0;
  padding: 0;
}
.asset-align-right img {
  float: right;
  margin: 0 0 2em 3.5em;
  padding: 0;
}
.bordered {
  border: 1px solid #ababab;
}
.alt-border {
  border: 1px solid #e3f0fd;
}
.center {
  display: block;
  margin: 10px auto 10px auto;
}
.cleared {
  overflow: auto;
}
.column {
  display: inline;
  float: left;
}
.double {
  background-color: #ffffff;
  padding: 4px;
}
.left {
  display: inline;
  float: left;
  margin: 0px 20px 10px 0px;
}
.middle {
  text-align: center;
  margin: 0 auto;
}
.right {
  display: inline;
  float: right;
  margin: 0px 0px 10px 20px;
}
.expand {
  width: 100%;
}
.bordered-table {
  width: 100%;
}
.bordered-table td {
  padding: 7px 11px;
  border: 1px solid #E1E1D4;
}
.bordered-table-top-right {
  width: 100%;
}
.bordered-table-top-right td {
  padding: 7px 11px;
  border-right: 1px solid #E1E1D4;
  border-top: 1px solid #E1E1D4;
}
.bordered-table-black {
  width: 100%;
}
.bordered-table-black td {
  padding: 7px 11px;
  border: 1px solid #000;
}
.bordered-table-middle {
  width: 100%;
  text-align: center;
}
.bordered-table-middle td {
  padding: 7px 11px;
  border-right: 1px solid #E1E1D4;
  border-top: 1px solid #E1E1D4;
}
/**** End Standard ****/
.block-picture {
  margin-top: 3px;
}
.panels-layout .col1 .panel-pane {
  margin-bottom: 6px;
}
#layout-wrapper #content-section .clear-panel {
  border: 0px;
  background: none;
  padding: 0px;
}
div.messages {
  overflow: auto;
  position: relative;
  margin: 0px 0px 3px;
  overflow: hidden;
}
.nav-main ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content:  space-between;

  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;

  -ms-flex-line-pack: center;
  align-content: center;

  margin: 2px 0px;
  padding: 1px 2px;
  height: 30px;
  clear: both;
}
.nav-main li {
  -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;

  border-right: 1px solid #004CA1;
  padding: 0;
  text-transform: lowercase;
}
.nav-main li:first-child a,
.nav-main li.first a {
  background-position: 0 0;
}
.nav-main li.last-child {
  border-right: none;
}
.nav-main li.last-child a {
  background-position: 100% 0;
}
.nav-main a,
.nav-main a:visited {
  font: bold 12px/1.25 arial, sans-serif;
  display: inline-block;
  width: 100%;
  text-align: center;
  padding-top: 7px;
  padding-bottom: 8px;
  background: url(../images/mainnav.bg.png) no-repeat -30px 0;
  color: #ffffff;
  text-decoration: none;
}
.nav-main a:hover,
.nav-main a:hover:visited {
  text-decoration: none;
  font: bold 12px/1.25 arial, sans-serif;
  font-weight: bold;
  color: #ffffff;
}
.nav-main a.active {
  background: url(../images/mainnav-active.bg.png) no-repeat -30px 0;
}
.nav-main a:hover,
.nav-main a:hover:visited {
  background: url(../images/mainnav-active.bg.png) no-repeat -30px 0;
}

body.page-user .profile {
  margin: 30px;
}
body.page-user .content {
  margin-left: 30px;
}
body.page-user .content input {
  border: 1px solid #e3e3e3;
  height: 28px;
  padding-left: 2px;
}
body.page-user .content #edit-submit {
  height: 25px;
  border: 1px solid #000000;
  padding: 5px 5px;
  cursor: pointer;
}
/*************************************************************************************\
 *                                                                                   *
 *  PAGE LAYOUT ELEMENTS (arranged in alphabetical order)                            *
 *                                                                                   *
\*************************************************************************************/
#content {
  width: 485px;
  padding: 0 0 0 7px;
  margin-top: 5px;
}
#content .panel-pane {
  margin-bottom: 6px;
  border: 1px solid #a9aaaa;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  behavior: url(https://www.twinspires.com/sites/twinspires.com/themes/ts2/css/PIE-1.0.0/PIE.htc);
  position: relative;
  padding: 3px 3px 4px;
  background-color: #ffffff;
  background: #fafafa url(../images/block-content-a.bg.gif) no-repeat left top;
}
#content .panel-pane img {
  display: block;
}
#content .highlight {
  font-weight: bold;
  color: #f9753e;
}
#content-section {
  background-color: #ffffff;
  width: 982px;
}
#footer-section {
  font-size: 12px;
  border-top: none;
  clear: both;
  margin: 0 auto;
  overflow: hidden;
  width: 984px;
  background: #ffffff url(../images/page.footer.png) no-repeat left bottom;
  min-height: 70px;
}
#footer-section a,
#footer-section a:visited {
  color: #3086ca;
  font-weight: bold;
  text-decoration: underline;
}
#footer-section a:hover,
#footer-section a:hover:visited {
  text-decoration: none;
}
#footer-section #footer-message {
  float: left;
  margin: 13px;
  font-weight: bold;
  color: #737373;
  font-style: italic;
}
#footer-section #footer-logos {
  float: right;
  margin: 5px 20px;
}
#header-banner {
  height: 71px;
  width: 739px;
  float: right;
  margin-top: 2px;
  padding: 0px;
}
#header-banner #header-left-wrapper {
  height: 71px;
  padding-left: 15px;
}
#header-banner #header-right-wrapper {
  height: 69px;
  max-width: 725px;
  overflow: hidden;
}
#header-banner #header-right-wrapper .col1 {
  width: 195px;
  padding-top: 18px;
}
#header-banner #header-right-wrapper .col1 p {
  color: #f9753e;
  font: 22px/1.81 normal georgia, times, serif;
  float: right;
  position: relative;
  left: -11px;
  top: 1px;
  margin: 0px;
}
#header-banner #header-right-wrapper .col1 img {
  position: relative;
  top: 3px;
}
#header-banner #header-right-wrapper .col2 {
  text-align: left;
  padding: 0px 10px 0px 9px;
  margin-top: 18px;
  border-right: 1px solid #788793;
}
#header-banner #header-right-wrapper .col2 p {
  color: #e8e8e8;
  font: 22px/1 arial, sans-serif;
  margin: 0;
  padding: 0;
}
#header-banner #header-right-wrapper .col2 ul {
  width: 250px;
  margin-top: 4px;
}
#header-banner #header-right-wrapper .col2 li {
  height: 12px;
  padding: 0px 4px 0px 4px;
  float: left;
  display: inline;
  border-left: 1px solid #e8e8e8;
}
#header-banner #header-right-wrapper .col2 li:first-child,
#header-banner #header-right-wrapper .col2 li.first {
  padding-left: 0px;
  border-left: none;
}
#header-banner #header-right-wrapper .col2 li:first-child + li + li {
  padding-right: 0px;
}
#header-banner #header-right-wrapper .col2 a {
  color: #7ac8f9;
  font: bold 11px/1.63px arial, sans-serif;
  text-decoration: none;
  position: relative;
  top: -4px;
}
#header-banner #header-right-wrapper .col2 span#header-strong {
  color: #e8e8e8;
  font: bold 11px/1.63 arial, sans-serif;
  position: relative;
  top: -3px;
  left: 3px;
  float: right;
}
#header-banner #header-right-wrapper .col3 {
  padding-top: 5px;
}
#header-banner #header-right-wrapper .col3 p {
  color: #e8e8e8;
  font: 18px/0.77 helvetica, arial, serif;
  position: relative;
  top: 4px;
  left: 2px;
}
#header-banner #header-right-wrapper .col3 em {
  font: 12px/0.77 helvetica, arial, serif;
  color: #94d3fa;
  padding-left: 60px;
}
#header-banner #header-right-wrapper .col3 img {
  float: left;
  margin-left: 11px;
}
#header-banner #header-right-wrapper .col3 iframe {
  height: 55px;
  width: 250px;
}
#header-announcement-banner {
  height: 71px;
  overflow: hidden;
  width: 675px;
  margin: 2px 0px 0px;
  padding: 0px;
  background: url("../images/banner-auth.png") no-repeat scroll 0px 0px transparent;
  position: absolute;
  right: 0px;
}
#header-announcement-banner div.indicator {
  position: absolute;
  background: #3379b4;
  border-radius: 5px;
  padding-left: 5px;
  text-align: left;
  top: 45px;
  left: 370px;
  width: 50px;
  height: 18px;
  color: white;
  font-weight: bold;
}
#header-announcement-banner #announcements-container table {
  table-layout: fixed;
  width: 400px;
  height: 54px;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-width: 0px;
}
#header-announcement-banner #announcements-container tbody,
#header-announcement-banner #announcements-container tr {
  border: none;
  height: 70px;
}
#header-announcement-banner #announcements-container td {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  border-width: 0;
}
#header-announcement-banner #announcements-container ul,
#header-announcement-banner #announcements-container li {
  display: block;
  width: 100%;
}
#header-announcement-banner #announcements-container ul {
  overflow: visible;
}
#header-announcement-banner #announcements-container li {
  position: absolute;
  z-index: -1;
  width: 400px;
}
#header-announcement-banner #announcements-container li p {
  margin: 0;
}
#header-announcement-banner #announcements-container li.active {
  position: static;
}
#header-chat-container {
  width: 255px;
  height: 65px;
  position: absolute;
  left: 725px;
  overflow: hidden;
  margin-top: 6px;
}
#chat-auth-container-2800 {
  float: left;
}
#chat-auth-container-2800 iframe {
  width: 255px;
}
#layout-wrapper {
  width: 982px;
  background: #ffffff;
  position: relative;
  margin: 0px auto;
  padding: 0px;
  border: 1px solid #ababab;
  border-width: 0px 1px;
  box-sizing: content-box;
}
#logo-container {
  width: 242px;
  display: inline;
  float: left;
}
#logo-container img {
  display: block;
}
#nav-bottom {
  padding-bottom: 1px;
}

#sidebar-left {
  width: 240px;
  margin-left: 2px;
  position: relative;
}
#sidebar-outer-wrapper {
  margin-bottom: 6px;
  position: relative;
  text-align: left;
  background: url(../images/myts.top.jpg) no-repeat top center;
  background-color: #091522;
  overflow: auto;
}
#sidebar-outer-wrapper li {
  height: 20px;
  margin-left: 11px;
  padding-left: 0;
  width: 206px;
  border-bottom: 1px solid #2e76a2;
}
#sidebar-outer-wrapper li:first-child,
#sidebar-outer-wrapper li.first {
  padding-top: 2px;
}
#sidebar-outer-wrapper li.last-child {
  margin-bottom: 10px;
}
#sidebar-outer-wrapper a {
  position: relative;
  top: 1px;
  color: #7ecaf9;
  text-transform: lowercase;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
}
#sidebar-outer-wrapper a:hover,
#sidebar-outer-wrapper a:hover:visited {
  color: #FFF;
}
#sidebar-outer-wrapper h2 {
  font: normal 28px/1.1 arial, sans-serif;
  color: #ffffff;
  padding: 17px 0pt 1px 12px;
  background: transparent;
  letter-spacing: -0.03em;
  text-transform: lowercase;
  margin: 0;
  box-sizing: content-box;
}
#sidebar-outer-wrapper span.welcome {
  color: #ffffff;
  font-size: 12px;
}
#sidebar-outer-wrapper span.user-status {
  font-weight: bold;
  color: #f9753e;
  font-size: 12px;
}
#sidebar-outer-wrapper .bottom-wrapper {
  background: url(../images/myts.bottom.png) no-repeat bottom center;
  position: relative;
}
#sidebar-outer-wrapper .sidebar-container {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  behavior: url(https://www.twinspires.com/sites/twinspires.com/themes/ts2/css/PIE-1.0.0/PIE.htc);
  background: url(../images/myts.middle.png) repeat-y top center;
  padding: 0px 7px 15px;
  position: relative;
}
#sidebar-outer-wrapper #login-section {
  margin: 4px 0px 12px 12px;
}
#sidebar-outer-wrapper #login-section li {
  height: auto;
  margin: 1px 0px 0px;
  padding: 0px;
  border-bottom: none;
}
#sidebar-outer-wrapper #login-section li:first-child,
#sidebar-outer-wrapper #login-section.first {
  margin-top: 0px;
}
#sidebar-outer-wrapper #login-section input {
  padding: 4px;
  border: 1px solid #034a79;
  height: 12px;
  font-size: 10px;
  display: inline;
  box-sizing: content-box;
}
#sidebar-outer-wrapper #login-section label {
  display: block;
  font-weight: bold;
  color: white;
  font-size: 12px;
}
#sidebar-outer-wrapper #login-section a {
  font: 11px Tahoma, sans-serif;
  text-transform: lowercase;
}
#sidebar-outer-wrapper #login-section span {
  display: block;
}
#sidebar-outer-wrapper #login-section #login-section-list {
  text-align: right;
  margin-top: 3px;
}
#sidebar-outer-wrapper #login-section #login-section-list li {
  border-bottom: 1px solid #2e76a2;
  margin-left: 17px;
  width: 187px;
  height: 19px;
}
#sidebar-outer-wrapper #login-section #login-section-list a {
  font: bold 12px arial, times, serif;
  top: 0px;
  margin-right: 1px;
}
#sidebar-outer-wrapper #login-section #Login {
  margin-top: 2px;
  display: inline;
  width: 83px;
  height: 30px;
  font-size: 12px;
  font-weight: bold;
  text-transform: lowercase;
  color: white;
  background: url(../images/login.button.png) no-repeat 0 0;
  border: 0;
  padding: 0;
  cursor: pointer;
}
#sidebar-outer-wrapper #my-account-list {
  text-align: right;
  margin-top: 3px;
}
#sidebar-outer-wrapper #my-account-list li {
  border-bottom: 1px solid #2e76a2;
  height: 19px;
  line-height: 18px;
  color: #ffffff;
  font-weight: bold;
}
#sidebar-outer-wrapper #my-account-list a {
  font: bold 12px arial, times, serif;
  top: 0px;
  margin-right: 1px;
}
#sidebar-outer-wrapper #my-account-list span.bonusOffersMyAccount {
  display: inline-block;
  vertical-align: top;
  margin: 1px 7px 0 0;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA0NS45IDQ1LjkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ1LjkgNDUuOTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6I0Y3OTMxRTt9DQoJLnN0MXtmaWxsOiNGRkZGRkY7fQ0KPC9zdHlsZT4NCjxjaXJjbGUgY2xhc3M9InN0MCIgY3g9IjIzIiBjeT0iMjMiIHI9IjIzIi8+DQo8cG9seWdvbiBjbGFzcz0ic3QxIiBwb2ludHM9IjIzLDEyLjQgMjUuNiwyMC41IDM0LjEsMjAuNSAyNy4yLDI1LjUgMjkuOCwzMy41IDIzLDI4LjYgMTYuMSwzMy41IDE4LjcsMjUuNSAxMS44LDIwLjUgMjAuMywyMC41ICIvPg0KPC9zdmc+DQo=") no-repeat;
  width: 15px;
  height: 15px;
  /*position: absolute;*/
  /*left: 84px;*/
  cursor: pointer;
}
.bonusToolTip{
  display: inline;
  position: relative;
}
.bonusToolTip:hover:before{
  border: solid;
  border-color: #445355 transparent;
  border-width: 6px 6px 0 6px;
  bottom: 16px;
  content: "";
  left: 1px;
  position: absolute;
  z-index: 99;
}
.bonusToolTip:hover:after{
  background: #445355;
  border-radius: 5px;
  bottom: 20px;
  color: #fff;
  content: attr(title);
  left: -22px;
  padding: 5px;
  font-size: 12px;
  font-weight: normal;
  position: absolute;
  z-index: 98;
  width: 50px;
  text-align: center;
}
#sidebar-outer-wrapper #welcome-links {
  margin: 5px 0px 10px 12px;
}
#sidebar-outer-wrapper #welcome-links a {
  font-weight: normal;
}
#sidebar-right {
  width: 239px;
  padding-left: 7px;
  position: relative;
  text-align: left;
}
#sidebar-right .panel-pane {
  margin-bottom: 6px;
  border: 1px solid #a9aaaa;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  behavior: url(https://www.twinspires.com/sites/twinspires.com/themes/ts2/css/PIE-1.0.0/PIE.htc);
  position: relative;
  padding: 3px 3px 4px;
  background-color: #ffffff;
}
#sidebar-right .panel-pane img {
  display: block;
}
#top-section {
  margin: 0px auto;
  position: relative;
  padding: 0px;
  overflow: hidden;
}
/************ Mobile ***************/
body.page-mobile,
body.page-tablets,
body.page-smartphones {
  background: none;
}
#mobile-wrapper {
  width: 980px;
  height: 706px;
  background: url(../images/bg-mobile.png) no-repeat top center;
  position: relative;
  margin: 0px auto;
  padding: 0px;
}
#mobile-wrapper .logo {
  position: relative;
  float: left;
  left: 55px;
}
#mobile-wrapper #join-today {
  height: 93px;
}
#mobile-wrapper #join-today span {
  position: relative;
  top: 37px;
  left: 425px;
}
#mobile-wrapper #mobile-content {
  overflow: auto;
  width: 875px;
  margin: 0px auto;
}
#mobile-wrapper #mobile-content h3 {
  font: bold 25px/1.25 arial, sans-serif;
  text-align: center;
  color: white;
}
#mobile-wrapper #mobile-content h4 {
  font: bold 19px/1.25 arial, sans-serif;
  text-align: left;
  color: white;
  text-shadow: #22598f 2px 2px 3px;
  width: 300px;
  margin: 10px 0px 5px 10px;
}
#mobile-wrapper #mobile-content h4.title {
  margin-top: 22px;
  margin-left: 27px;
}
#mobile-wrapper #mobile-content .links {
  position: absolute;
  left: 760px;
}
#mobile-wrapper #mobile-content #column-wrapper {
  width: 300px;
  margin-left: 30px;
}
#mobile-wrapper #mobile-content #column-wrapper p {
  margin: 0px 0px 20px 10px;
  font-size: 13px;
  color: white;
}
#mobile-wrapper #mobile-content #column-wrapper ul {
  list-style: circle;
  margin-left: 48px;
}
#mobile-wrapper #mobile-content #column-wrapper ul li {
  color: white;
  margin: 0px 0px 5px 0px;
  font: normal 13px/1.25 arial, sans-serif;
  padding: 0px;
}
#mobile-wrapper #mobile-content #column-wrapper img + h4 {
  margin: 35px 0 19px 49px !important;
}
#mobile-wrapper #footer {
  position: absolute;
  top: 680px;
  left: 56px;
  color: #b0b0b0;
}
body.page-mobile h3 {
  width: 475px;
  margin: 45px 0px 5px 207px;
}
body.page-mobile .col1 {
  margin-left: 83px;
}
body.page-mobile .col2 {
  margin-top: 85px;
  margin-left: 26px;
}
.page-smartphones .col1 {
  margin: 65px 0 0 75px;
}
.page-tablets .col1 {
  margin: 65px 0 0 135px;
}
.page-tablets .col1,
.page-smartphones .col1 {
  overflow: auto;
}
.page-tablets .col2,
.page-smartphones .col2 {
  width: 365px;
  height: 573px;
  margin: 17px 0 0 45px;
  background: url(../images/mobile-bg-col2.png) no-repeat top center;
}
.page-tablets .col2 img,
.page-smartphones .col2 img {
  float: left;
  position: relative;
  top: -11px;
}
.anonymous-content {
  display: none;
}
.ajax-loading {
  background: url('../images/ajax-loader.gif') left center no-repeat;
  height: 16px;
  width: 16px;
  z-index: 1000;
  position: absolute;
}
#logged-in-user {
  min-height: 110px;
}
#logged-in-user .ajax-loading {
  left: 107px;
  top: 45px;
}
#user-announcement-banner .ajax-loading {
  right: 450px;
  top: 30px;
}
#node-30739 div.content div.field-name-body div.field-items div.field-item div {
    clear: both;
    margin-top: -25px;
}
#node-30739 div.content div.field-name-body div.field-items div.field-item p.last-child img[src*="details"] {
    padding-right: 30px;
}