:root {
 color-scheme: light dark;
 --background-color: rgba(217, 217, 217, 0.127);
 --text-color: rgb(0, 0, 0);
}
@media (prefers-color-scheme: dark) {
 :root {
  --background-color: #111;
  --text-color: #c0c0c0;
 }
}

body {
 font-family: "Lucida Grande", Arial, sans-serif;
 font-size: 13px;
 margin-top: 8px;
 background-color: var(--background-color);
 color: var(--text-color);
}

h1 small,h2 small,h3 small,h4 small,h5 small,h6 small {
 font-weight: normal;
 color: #999999;
}
h1,h2,h3,h4,h5,h6 {
 margin: 0;
 font-family: inherit;
 font-weight: bold;
 color: inherit;
 text-rendering: optimizelegibility;
}
h1 {
 font-size: 20px;
 line-height:30px;
}
h1 small {
 font-size: 16px;
}
h2 {
 font-size: 16px;
 line-height: 30px;
}
h2 small {
 font-size: 14px;
}
h3 {
 font-size: 14px;
 line-height: 21px;
}
h3 small {
 font-size: 12px;
}
h4,h5,h6 {
 line-height: 18px;
}
h4 {
 font-size: 12px;
}
h5 {
 font-size: 11px;
}
h6 {
 font-size: 10px;  
}
footer {
 margin: 5em 0 2em 0;
 /* border-top: solid 1px #d9d9d9; */
 font-size:smaller;
 clear: both;
}
article > p {
 font-family: "Helvetica Neue", Helvetica, sans-serif;
 font-size: 15px;
 line-height: 23px;
}
article > h4 {
 font-size: 16px;
}
h4.object {
 color: orange;
}
abbr[title],
abbr[data-original-title] {
 cursor: help;
 border-bottom: 1px dotted #999999;
}
.container,
.container-white {
 width:860px;
 margin-left:auto;
 margin-right:auto
}
.container-signin {
 width:558px;
 margin-left:auto;
 margin-right:auto;
}
.container-white,
.container-profile {
 background-color:#fefeff;  
 border:solid 1px #dedede;
 border-radius: 5px;
 margin-top:1em;
 padding-bottom:.8em;
 margin-bottom:1em;
 overflow:hidden;
}
.container-account {
 border:solid 1px #dedede;
 border-radius: 5px;
 margin-top:1em;
 padding-bottom:.8em;
 margin-bottom:1em;
 overflow:hidden;
 min-height:355px;
}
.container-account-heading {
 border-bottom:solid 1px #ccc;
 margin-bottom:1em;
 background-color:#fefeff;
}
.container-account-heading h2 {
 padding:2px 0 2px 8px;
}
.content {
 width:100%;
 min-height:300px;
 margin-top:1em;
 margin-bottom:2em;
 border-top:solid 2px #ccc;
 border-bottom:solid 2px #ccc;
 overflow:hidden;
 background-color:#ddeeff;
}

.sport a:visited { color: #333; text-decoration: none; }
.sport a:link {color: #333; text-decoration: none; }
.sport a:hover { text-decoration: underline; }

a:visited { color: #08c; text-decoration: none; }
a:link {color: #08c; text-decoration: none; }
a:hover { text-decoration: underline; }

#sportnav a:visited { color: #fefeff; text-decoration: none; }
#sportnav a:link {color: #fefeff; text-decoration: none; }
#sportnav a:hover { color: #acf; text-decoration: underline; }

.nohrefhl a:visited { color: #000; text-decoration: none; }
.nohrefhl a:link { color: #000; text-decoration: none; }
.nohrefhl a:hover{ color: #08c; text-decoration: none; }

.btn-nba > a:visited,
.btn-nfl > a:visited,
.btn-mlb > a:visited {
 color: #fff;
 text-decoration:none;
}
.btn-nba > a:link,
.btn-nfl > a:link, 
.btn-mlb > a:link { 
 color: #fff;
 text-decoration:none;
}
.btn-nba > a:hover,
.btn-nfl > a:hover,
.btn-mlb > a:hover {
 color: #fff;
 text-decoration:none;
}

.srecap, .brecap {
 background-color: #f0f0f0;
 /* border: solid #999999 1px; */
 width: 346px;
 border-spacing: 0;
 /* border-collapse: collapse; */
 margin-top:1em;
 margin-bottom:1em;
 margin-left:1em;
 border-radius:.5em;
}
.col1 {
 position:relative;
 float:left;
 display: block;
 clear:left;
 margin-left: 1em;
 padding-bottom: .5em;
 width:50%;
}
.col2 {
 position: relative;
 float:left;
 display:block;
}
p.scoredate {
 width:820px;
 margin-left:auto;
 margin-right:auto;
 border-radius:.5em;
 background-color:#fefeff;
 border:solid 1px #dedede;
 font-weight:normal;
 padding:.25em 0 .25em 0;
}
div.mcon {
 margin-top:1em;
 margin-bottom:4em;
 width:820px;
 margin-left:auto;
 margin-right:auto;
 background-color:#fefeff;
 overflow:hidden;
 border:solid 1px #dedede;
 border-radius:.5em;
}
.boxshadow {
 box-shadow: 0 1px 3px #ccc;
 webkit-box-shadow: 0 1px 3x #ccc;
 moz-box-shadow: 0 1px 3px #ccc;
}
span.btn-nba {
 background:#e90;
 color: #fefeff;
 border-radius:2px;
 padding:0px 2px 0px 2px;
 text-shadow:-.5px -1px 0 #c72;
}
span.btn-mlb {
 background:#339;
 color:#fefeff;
 border-radius:2px;
 padding:0px 2px 0px 2px;
 text-shadow:-.5px -1px 0 #116;
}
span.btn-nfl {
 background:#393;
 color: #fefeff;
 border-radius:2px;
 padding:0px 2px 0px 2px;
 text-shadow:-.5px -1px 0 #116;
}
span.btn-win {
 background:#339;
 color:#fefeff;
 border-radius: 2px;
 /* padding: 0px 2px 0px 2px; */
 padding: 0 2px 0 2px;
 /* text-shadow: 0 -1px 1px #363370; */
 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
 /* font-weight: bold; */
}
span.btn-loss {
 background:#b11;
 color:#fefeff;
 border-radius:2px;
 padding:0px 2px 0px 2px;
 text-shadow:0px -1px 1px #9f1911;
}
span.btn-save {
 background:#181;
 color:#fefeff;
 border-radius:2px;
 padding: 0 2px 0 2px;
 /* text-shadow: 0 -1px 1px #115011, 0 1px 0 rgba(254, 254, 255, 0.3); */
 text-shadow: 0 -1px 1px #1f5f1f;
}

.text-error {
 color: #b94a48;
}

a.text-error:hover {
 color: #953b39;
}

.text-info {
 color: #3a87ad;
}

a.text-info:hover {
 color: #2d6987;
}

.text-success {
 color: #468847;
}

a.text-success:hover {
 color: #356635;
}

caption {
 font-weight: bold;
}
.b {
 fill:#333;
 fill-opacity:1;
}
#tt2 {
 position:absolute;
 top:0;
 left:0;
}
.ui-dialog .ui-state-error { padding: .3em; }
.validateTips { border: 1px solid transparent; padding: 0.3em; }
.ui-button .ui-button-text { display: block; line-height: .8em; }
.ui-button-text-only .ui-button-text { font-family:"Lucida Grande", Arial, sans-serif; font-size:1em; padding: .4em 1em; }
.ui-dialog .ui-dialog-titlebar { padding: .1em; position: relative;  }
.ui-dialog .ui-state-error { padding: .3em; }
.ui-widget { font-family:"Lucida Grande", Arial, sans-serif; font-size: .8em; }

#twitter {
 margin-left:auto;
 margin-right:auto;
}

.topnav {
 margin:0;
 padding:0;
 height:38px;
 background-color:#333;
 margin-left:0;
 margin-right:0;
 display:block;
 border-radius:4px 4px 0 0;
 border-left:solid 1px #000;
}

.topnav ul {
 display:block;
 margin-top:0;
 padding-left:0;
 float:left;
 /* border:solid 1px blue; */
 -webkit-margin-before: 0px;
 -webkit-margin-after: 0px;
 -webkit-margin-start: 0px;
 -webkit-margin-end: 0px;
 -webkit-padding-start: 0px;
}

.fright {
 float:right;
}
.revised small {
 font-style:italic;
 color:#666;
 font-size: 14px;
 float:right;
}
.dropdate select {
 float:right;
 font-size:14px;
}
.topnav li {
 display:block;
 float:left;
 /* border:solid 1px red; */
}

.topnav li > a {
 float: none;
 padding: 9px 10px 11px;
 line-height: 35px;
 color: #fff;
 text-decoration: none;
 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.topnav li > a:hover {
 background-color:gray;
 color:#fefeff;
 text-decoration:none;
}
.sport {
 margin-top:0px;
 background-color:#fefeff;
 border-left:solid 1px #dedede;
 border-right:solid 1px #dedede;
 border-bottom:solid 1px #dedede;
 color:#000;
 height:24px;
 margin-left:0;
 margin-right:0;
 display:block;
 border-radius:0 0 4px 4px;
}
.sport ul {
 margin-top:4px;
}
.sport li > a {
 padding: 1px 10px 1px;
 line-height: 12px;
 text-shadow:none;
 /* border:solid 1px green; */
}



.navbar {
 *position: relative;
 *z-index: 2;
 overflow: visible;
 margin-bottom: 1px;
}
.navbar-inner {
 min-height: 40px;
 padding-left: 20px;
 padding-right: 20px;
 background-color: #2c2c2c;
 background-image: -moz-linear-gradient(top, #333333, #222222);
 background-image: -ms-linear-gradient(top, #333333, #222222);
 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
 background-image: -webkit-linear-gradient(top, #333333, #222222);
 background-image: -o-linear-gradient(top, #333333, #222222);
 background-image: linear-gradient(top, #333333, #222222);
 background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;
 -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1);
 -moz-box-shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1);
 box-shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1);
}
.nav-collapse.collapse {
 height: auto;
}
.navbar {
 color: #999999;
}
.navbar .navbar-text {
 margin-bottom: 0;
 line-height: 40px;
}
.navbar .navbar-link {
 color: #999999;
}
.navbar .navbar-link:hover {
 color: #ffffff;
}
.navbar .btn,
.navbar .btn-group {
 margin-top: 5px;
}
.navbar .btn-group .btn {
 margin: 0;
}
.navbar-form {
 margin-bottom: 0;
 *zoom: 1;
}
.navbar-form:before,
.navbar-form:after {
 display: table;
 content: "";
}
.navbar-form:after {
 clear: both;
}
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
 margin-top: 5px;
}
.navbar-form input,
.navbar-form select {
 display: inline-block;
 margin-bottom: 0;
}
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
 margin-top: 3px;
}
.navbar-form .input-append,
.navbar-form .input-prepend {
 margin-top: 6px;
 white-space: nowrap;
}
.navbar-form .input-append input,
.navbar-form .input-prepend input {
 margin-top: 0;
}
.navbar-search {
 position: relative;
 float: left;
 margin-top: 6px;
 margin-bottom: 0;
}
.navbar-search .search-query {
 padding: 4px 9px;
 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
 font-size: 13px;
 font-weight: normal;
 line-height: 1;
 color: #ffffff;
 background-color: #626262;
 border: 1px solid #151515;
 -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
 -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
 box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
 -webkit-transition: none;
 -moz-transition: none;
 -ms-transition: none;
 -o-transition: none;
 transition: none;
}
.navbar-search .search-query:-moz-placeholder {
 color: #cccccc;
}
.navbar-search .search-query:-ms-input-placeholder {
 color: #cccccc;
}
.navbar-search .search-query::-webkit-input-placeholder {
 color: #cccccc;
}
.navbar-search .search-query:focus,
.navbar-search .search-query.focused {
 padding: 5px 10px;
 color: #333333;
 text-shadow: 0 1px 0 #ffffff;
 background-color: #ffffff;
 border: 0;
 -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
 -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
 box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
 outline: 0;
}
.navbar .nav {
 position: relative;
 left: 0;
 display: block;
 float: left;
 margin: 0 10px 0 0;
 padding-left:0;
}
.navbar .nav.pull-right {
 float: right;
}
.navbar .nav > li {
 display: block;
 float: left;
}
.navbar .nav > li > a {
 float: none;
 padding: 9px 10px 11px;
 line-height: 19px;
 color: #999999;
 text-decoration: none;
 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar .btn {
 display: inline-block;
 padding: 4px 10px 4px;
 margin: 5px 5px 6px;
 line-height: 18px;
}
.navbar .btn-group {
 margin: 0;
 padding: 5px 5px 6px;
}
.navbar .nav > li > a:hover {
 background-color: transparent;
 color: #ffffff;
 text-decoration: none;
}
.navbar .nav .active > a,
.navbar .nav .active > a:hover {
 color: #ffffff;
 text-decoration: none;
 background-color: #333;
}
.navbar .divider-vertical {
 height: 40px;
 width: 1px;
 margin: 0 9px;
 overflow: hidden;
 background-color: #222222;
 border-right: 1px solid #333333;
}
.navbar .nav.pull-right {
 margin-left: 10px;
 margin-right: 0;
}
.navbar .btn-navbar {
 display: none;
 float: right;
 padding: 7px 10px;
 margin-left: 5px;
 margin-right: 5px;
 background-color: #2c2c2c;
 background-image: -moz-linear-gradient(top, #333333, #222222);
 background-image: -ms-linear-gradient(top, #333333, #222222);
 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
 background-image: -webkit-linear-gradient(top, #333333, #222222);
 background-image: -o-linear-gradient(top, #333333, #222222);
 background-image: linear-gradient(top, #333333, #222222);
 background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
 border-color: #222222 #222222 #000000;
 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 *background-color: #222222;
 /* Darken IE7 buttons by default so they stand out more given they won't have borders */

 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
 -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
 -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
 box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
 background-color: #222222;
 *background-color: #151515;
}
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
 background-color: #080808 \9;
}
.navbar .btn-navbar .icon-bar {
 display: block;
 width: 18px;
 height: 2px;
 background-color: #f5f5f5;
 -webkit-border-radius: 1px;
 -moz-border-radius: 1px;
 border-radius: 1px;
 -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
 -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
 box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.btn-navbar .icon-bar + .icon-bar {
 margin-top: 3px;
}
.navbar .dropdown-menu:before {
 content: '';
 display: inline-block;
 border-left: 7px solid transparent;
 border-right: 7px solid transparent;
 border-bottom: 7px solid #ccc;
 border-bottom-color: rgba(0, 0, 0, 0.2);
 position: absolute;
 top: -7px;
 left: 9px;
}
.navbar .dropdown-menu:after {
 content: '';
 display: inline-block;
 border-left: 6px solid transparent;
 border-right: 6px solid transparent;
 border-bottom: 6px solid #ffffff;
 position: absolute;
 top: -6px;
 left: 10px;
}
.navbar-fixed-bottom .dropdown-menu:before {
 border-top: 7px solid #ccc;
 border-top-color: rgba(0, 0, 0, 0.2);
 border-bottom: 0;
 bottom: -7px;
 top: auto;
}
.navbar-fixed-bottom .dropdown-menu:after {
 border-top: 6px solid #ffffff;
 border-bottom: 0;
 bottom: -6px;
 top: auto;
}
.navbar .nav li.dropdown .dropdown-toggle .caret,
.navbar .nav li.dropdown.open .caret {
 border-top-color: #ffffff;
 border-bottom-color: #ffffff;
}
.navbar .nav li.dropdown.active .caret {
 opacity: 1;
 filter: alpha(opacity=100);
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
 background-color: transparent;
}
.navbar .nav li.dropdown.active > .dropdown-toggle:hover {
 color: #ffffff;
}
.navbar .pull-right .dropdown-menu,
.navbar .dropdown-menu.pull-right {
 left: auto;
 right: 0;
}
.navbar .pull-right .dropdown-menu:before,
.navbar .dropdown-menu.pull-right:before {
 left: auto;
 right: 12px;
}
.navbar .pull-right .dropdown-menu:after,
.navbar .dropdown-menu.pull-right:after {
 left: auto;
 right: 13px;
}
.navbar .brand {
  display: block;
  float: left;
/*   padding: 10px 20px 10px; */
/*   margin-left: -20px; */
  font-size: 20px;
  background: url("../images/logo-blue-100x25.png") bottom;
  width:100px;
  height:26px;
  margin-left:-12px;
  margin-top:5px;
}

.navbar .brand:hover {
  text-decoration: none;
}

.nav {
 margin-left: 0;
 margin-bottom: 18px;
 list-style: none;
}
.nav > li > a {
 display: block;
}
.nav > li > a:hover {
 text-decoration: none;
 background-color: #eeeeee;
}
.nav > .pull-right {
 float: right;
}
.nav .nav-header {
 display: block;
 padding: 3px 15px;
 font-size: 11px;
 font-weight: bold;
 line-height: 18px;
 color: #999999;
 text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
 text-transform: uppercase;
}
.nav li + .nav-header {
 margin-top: 9px;
}
.nav-list {
 padding-left: 15px;
 padding-right: 15px;
 margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
 margin-left: -15px;
 margin-right: -15px;
 text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list > li > a {
 padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover {
 color: #ffffff;
 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
 background-color: #0088cc;
}
.nav-list [class^="icon-"] {
 margin-right: 2px;
}
.nav-list .divider {
 *width: 100%;
 height: 1px;
 margin: 8px 1px;
 *margin: -5px 0 5px;
 overflow: hidden;
 background-color: #e5e5e5;
 border-bottom: 1px solid #ffffff;
}
.nav-tabs,
.nav-pills {
 *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
 display: table;
 content: "";
}
.nav-tabs:after,
.nav-pills:after {
 clear: both;
}
.nav-tabs > li,
.nav-pills > li {
 float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
 padding-right: 12px;
 padding-left: 12px;
 margin-right: 2px;
 line-height: 14px;
}
.nav-tabs {
 border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
 margin-bottom: -1px;
}
.nav-tabs > li > a {
 padding-top: 8px;
 padding-bottom: 8px;
 line-height: 18px;
 border: 1px solid transparent;
 -webkit-border-radius: 4px 4px 0 0;
 -moz-border-radius: 4px 4px 0 0;
 border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
 border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
 color: #555555;
 background-color: #ffffff;
 border: 1px solid #ddd;
 border-bottom-color: transparent;
 cursor: default;
}
.nav-pills > li > a {
 padding-top: 8px;
 padding-bottom: 8px;
 margin-top: 2px;
 margin-bottom: 2px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover {
 color: #ffffff;
 background-color: #0088cc;
}
.nav-stacked > li {
 float: none;
}
.nav-stacked > li > a {
 margin-right: 0;
}
.nav-tabs.nav-stacked {
 border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
 border: 1px solid #ddd;
 -webkit-border-radius: 0;
 -moz-border-radius: 0;
 border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
 -webkit-border-radius: 4px 4px 0 0;
 -moz-border-radius: 4px 4px 0 0;
 border-radius: 4px 4px 0 0;
}
.nav-tabs.nav-stacked > li:last-child > a {
 -webkit-border-radius: 0 0 4px 4px;
 -moz-border-radius: 0 0 4px 4px;
 border-radius: 0 0 4px 4px;
}
.nav-tabs.nav-stacked > li > a:hover {
 border-color: #ddd;
 z-index: 2;
}
.nav-pills.nav-stacked > li > a {
 margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
 margin-bottom: 1px;
}
.nav-tabs .dropdown-menu {
 -webkit-border-radius: 0 0 5px 5px;
 -moz-border-radius: 0 0 5px 5px;
 border-radius: 0 0 5px 5px;
}
.nav-pills .dropdown-menu {
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;
}
.nav-tabs .dropdown-toggle .caret,
.nav-pills .dropdown-toggle .caret {
 border-top-color: #0088cc;
 border-bottom-color: #0088cc;
 margin-top: 6px;
}
.nav-tabs .dropdown-toggle:hover .caret,
.nav-pills .dropdown-toggle:hover .caret {
 border-top-color: #005580;
 border-bottom-color: #005580;
}
.nav-tabs .active .dropdown-toggle .caret,
.nav-pills .active .dropdown-toggle .caret {
 border-top-color: #333333;
 border-bottom-color: #333333;
}
.nav > .dropdown.active > a:hover {
 color: #000000;
 cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
 color: #ffffff;
 background-color: #999999;
 border-color: #999999;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret {
 border-top-color: #ffffff;
 border-bottom-color: #ffffff;
 opacity: 1;
 filter: alpha(opacity=100);
}

.oops {
 padding: 60px;
 margin-bottom: 30px;
 font-size: 14px;
 font-weight: 200;
 line-height: 20px;
 max-width: 720px;
 border-radius: 6px;
}

.oops h1 {
 margin-bottom: 0;
 font-size: 48px;
 line-height: 1;
 letter-spacing: -1px;
 color: inherit;
}

.oops li {
 line-height: 30px;
}

.floatlist {
 background-color:#fefefa;
 background-image: -webkit-linear-gradient(top, rgba(254, 254, 255, 0.9) 0%, rgba(254, 254, 255, 0.6) 50%, rgba(254, 254, 255, 0.4) 100%);
 background-image:    -moz-linear-gradient(top, rgba(254, 254, 255, 0.9) 0%, rgba(254, 254, 255, 0.6) 50%, rgba(254, 254, 255, 0.4) 100%);
 background-image:     -ms-linear-gradient(top, rgba(254, 254, 255, 0.9) 0%, rgba(254, 254, 255, 0.6) 50%, rgba(254, 254, 255, 0.4) 100%);
 background-image:      -o-linear-gradient(top, rgba(254, 254, 255, 0.9) 0%, rgba(254, 254, 255, 0.6) 50%, rgba(254, 254, 255, 0.4) 100%);
 background-image:         linear-gradient(to bottom, rgba(254, 254, 255, 0.9) 0%, rgba(254, 254, 255, 0.6) 50%, rgba(254, 254, 255, 0.4) 100%);
 font-size:92%;
 border-radius:10px;
 border:solid 1px #d9d9d9;
}

.floatlist ul,
.floatlist li {
 float: left;
}
.floatlist ul {
 padding:0;
}
.floatlist li {
 display:block;
 padding:0 0 0 9px;
 line-height:18px;
 width:200px;
}
.wtdgrad {
 background-color:#fefeff;
 background-image: -webkit-linear-gradient(top, rgba(254, 254, 255, 1) 0%, rgba(254, 254, 255, 0.9) 50%, rgba(254, 254, 255, 0.8) 100%);
 background-image:    -moz-linear-gradient(top, rgba(254, 254, 255, 1) 0%, rgba(254, 254, 255, 0.9) 50%, rgba(254, 254, 255, 0.8) 100%); /* For Fx 3.6 to Fx 15 */
 background-image:     -ms-linear-gradient(top, rgba(254, 254, 255, 1) 0%, rgba(254, 254, 255, 0.9) 50%, rgba(254, 254, 255, 0.8) 100%); /* For IE 10 Platform Previews and Consumer Preview */
 background-image:      -o-linear-gradient(top, rgba(254, 254, 255, 1) 0%, rgba(254, 254, 255, 0.9) 50%, rgba(254, 254, 255, 0.8) 100%); /* For Opera 11.1 to 12.0 */
 background-image:         linear-gradient(to bottom, rgba(254, 254, 255, 1) 0%, rgba(254, 254, 255, 0.9) 50%, rgba(254, 254, 255, 0.8) 100%); /* Standard syntax; must be the last statement */
}
a.xmlstats-logo {
   display: block;
   width: 100px;
   height: 26px;
   text-decoration: none;
   background: url('../images/logos-203x26-crushed.png');
   margin-bottom:10px;
}
a.xmlstats-logo:hover {
   background-position: -103px 0;
}
.mapbtn {
 fill: #333;
 stroke: #111;
 stroke-width: 1;
 cursor: pointer;
}
.mapbtn:hover,
.mapbtn:active {
 fill: #aaa;
}

div .top {
 margin-top:2em;
 margin-bottom:1em;
 /* background-color: white; */
 padding-bottom:1em;
 border-bottom: solid 1px #e9e9e9;
}
div .topnb {
 margin-top:1em;
 margin-bottom:1em;
 padding-bottom:1em;
}
.text-align-right {
 text-align: right;
}
.help-inline-inch {
 color: #595959;
 display: inline-block;
 font-family: 'Lucida Grande', Arial, sans-serif;
 font-size: 13px;
 height: 16px;
 margin-bottom: 0px;
 margin-top: 0px;
 padding-left: 5px;
 vertical-align: middle;
 width: 68px;
}
.hide {
 visibility:hidden;
}
.stamp {
 font-style: italic;
 font-size: smaller;
}
.deprecated {
 background-color:#ecc;
}
.muted {
 color: #999999;
}
.boxmute {
 color: #cecece;
}

code,
pre {
 padding: 0 3px 2px;
 font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
 font-size: 12px;
 color: #333333;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
 margin-bottom:1em;
}
code {
 padding: 2px 4px;
 color: #336;
 background-color: #f7f7f9;
 border: 1px solid #e1e1e8;
}
ul.unstyled,
ol.unstyled {
 margin-left: 0;
 list-style: none;
 padding: 0;
}
li {
 line-height: 18px;
}
.method {
 color: #d14;
 margin-top:2em;
}

dl {
 margin-bottom: 20px;
}

dt,
dd {
 line-height: 20px;
}

dt {
 font-weight: bold;
}

dd {
 margin-left: 10px;
}

.dl-horizontal dt {
 float: left;
 width: 120px;
 overflow: hidden;
 clear: left;
 text-align: right;
 text-overflow: ellipsis;
 white-space: nowrap;
}

.dl-horizontal dd {
 margin-left: 130px;
}
.issue-comments {
 margin-top:2em;
}
.issue-comment {
 border:solid 1px #d9d9d9;
 border-radius:.5em;
 width:678px;
 margin-bottom:2em;
}
.issue-comment-title {
 background-color:#f1f1f1;
 border-bottom:solid 1px #bbb;
 border-radius:.5em .5em 0 0;
 padding-left:6px;
 font-size:12px;
}
.issue-comment-body {
 width:678px;
 padding-left:6px;
 margin-left:5px;
 font-size:12px;
}
.issue-title h2 {
 color: #d14;
}
.issue-title {
 margin-top:2em;
 margin-bottom:1em;
}
.issue-commentBox {
 visibility:visible;
}

/* tabs */
.tabbable {
  *zoom: 1;
}

.tabbable:before,
.tabbable:after {
  display: table;
  line-height: 0;
  content: "";
}

.tabbable:after {
  clear: both;
}

.tab-content {
  overflow: auto;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}

/* player show */
.bigrec {
 font-size: 60px;
 fill: #fefeff;
 font-family: "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "HelveticaNeue-Bold-Condensed", "Helvetica Neue Bold Condensed", "Helvetica Neue", "Liberation Sans", Helvetica, Arial, sans-serif;
 font-weight: bold;
 font-stretch: condensed;
 text-anchor: end;
}
.rkdata {
 font-family: "Helvetica Neue", "Liberation Sans", Helvetica, Arial, sans-serif;
 text-anchor: end;
 fill: #333;
}

/* score show */
.countfg {
 font-size:24px;
 fill:#fff;
 /* font-family: "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "HelveticaNeue-Bold-Condensed", "Helvetica Neue Bold Condensed", "Helvetica Neue", "Liberation Sans", Helvetica, Arial, sans-serif; */
 font-family:  "Helvetica Neue", "Liberation Sans", Helvetica, Arial, sans-serif;
 /* font-stretch: condensed; */
 text-align:center;
 text-anchor:middle;
}
.countbg {
 font-size:24px;
 fill:#111;
 /* font-family: "HelveticaNeue-CondensedBold", "HelveticaNeueBoldCondensed", "HelveticaNeue-Bold-Condensed", "Helvetica Neue Bold Condensed", "Helvetica Neue", "Liberation Sans", Helvetica, Arial, sans-serif; */
 font-family:  "Helvetica Neue", "Liberation Sans", Helvetica, Arial, sans-serif;
 text-align:center;
 /* font-stretch: condensed; */
 text-anchor:middle;
 opacity:0.76;
}

/* bs icons */
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../images/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
}

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  color: #c09853;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.alert h4 {
  margin: 0;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: url("../images/glyphicons-halflings-white.png");
}

.icon-chevron-left {
  background-position: -432px -72px;
}

.icon-chevron-right {
  background-position: -456px -72px;
}

.icon-chevron-up {
  background-position: -288px -120px;
}

.icon-chevron-down {
 background-position: -313px -119px;
}

.icon-lock {
 background-position: -287px -24px;
}

.icon-search {
 background-position: -48px 0;
}

.icon-arrow-left {
 background-position: -240px -96px;
}

.icon-arrow-right {
 background-position: -264px -96px;
}

.icon-arrow-up {
 background-position: -289px -96px;
}

.icon-arrow-down {
 background-position: -312px -96px;
}

.lock-opacity {
 opacity:.46;
}

.transxin {
 fill:#008000;
 fill-opacity:1;
 stroke:#000000;
 stroke-width:1;
 stroke-linecap:butt;
 stroke-linejoin:round;
 stroke-opacity:1;
}

.transxout {
 fill:#0088cc;
 fill-opacity:1;
 stroke:#000000;
 stroke-width:1;
 stroke-linecap:butt;
 stroke-linejoin:round;
 stroke-opacity:1;
}

.profilenav ul li.active a {
 color: #000;
 font-weight:bold;
}
.profilenav ul li [class^="icon-"] {
 float:right;
 opacity:.46;
}
.profilenav ul li.active [class^="icon-"] {
	opacity: 1;
}
.uservar {
 color:#6c6;
 font-style: italic;
}
.varvar {
 color: magenta;
 font-style: italic;
}

.account-issues {
 margin-left:2em;
 margin-right:1.4em;
 display:table;
}
.account-stats {
 border-spacing:1em 0;
}
.account-issues div:first-child > div {
 border-bottom:1px solid #aeaeae;
}
.account-issues div {
 display:table-row;
}
.account-issues div div {
 display:table-cell;
 padding:.5em;
}
.account-issues div:first-child div:first-child {
 text-align:center;
}

.summary-details {
 display: table;
 width: 100%;
}
.summary-details div {
 display: table-row;
}
.summary-details div:first-child {
 width: 10%;
}
.summary-details div:nth-child(1) div {
 text-align: center;
}
.summary-details div div {
 display: table-cell;
}
.summary-details div div:nth-child(2),
.summary-details div div:nth-child(3),
.summary-details div div:nth-child(4) {
 width:30%;
}
.summary-details div div span:first-child {
 width:18px;
 display:inline-block;
 text-align:right;
}

.navbar-search .tonka {
 padding: 2px 6px;
 border-radius: 3px;
 background-color: gray;
 border-color:#666;
}
.navbar-search .tonka:focus {
 border-color: #555;
 background-color: #f9f9fc;
 outline:none;
 box-shadow:none;
}
.navbar-search .tonka::-moz-placeholder {
 color: #ccc;
}
.navbar-search .tonka::-ms-input-placeholder {
 color: #ccc;
}
.navbar-search .tonka::-webkit-input-placeholder {
 color: #ccc;
}
.navbar-search span.add-on {
 padding: 2px 5px;
}
.obscure {
 position:fixed;
 top:0;
 left:0;
 height:100%;
 width:100%;
 background-color:#666;
 opacity:.76;
 z-index:100;
}
.sq {
 margin-left:50%;
 margin-top:20%;
 width:4px;
 height:4px;
 background:#000;
}
.inline-block {
 display: inline-block;
}
.exreq {
 overflow-x:auto;
 overflow-y:hidden;
 word-wrap:normal;
 white-space:pre
}

/* Pretty printing styles. Used with prettify.js. */
.com { color: #93a1a1; }
.lit { color: #a22; }
.pun, .opn, .clo { color: #93a1a1; }
.fun { color: #dc322f; }
.str, .atv { color: #336; }
.kwd, .prettyprint .tag { color: #1e347b; }
.typ, .atn, .dec, .var { color: teal; }
.pln { color: #48484c; }

.prettyprint {
 padding: 8px;
 background-color: #f7f7f9;
 border: 1px solid #d9d9d9;
}
.prettyprint.linenums {
 -webkit-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
    -moz-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
         box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
}

/* Specify class=linenums on a pre to get line numbering */
ol.linenums {
 margin: 0 0 0 33px; /* IE indents via margin-left */
}

ol.linenums li {
 padding-left: 12px;
 color: #bebec5;
 line-height: 20px;
 text-shadow: 0 1px 0 #fff;
}

/* end prettyprint */
