.well, .navbar-inner, .popover, .btn, .tooltip, input, select, textarea, pre, .progress, .modal, .add-on, .alert, .table-bordered, .nav>.active>a, .nav a, .nav a:hover, .nav-collapse a, .navbar a, .nav-pills>li>a, .dropdown-menu, .tooltip-inner, .badge, .label, .img-polaroid, .drodown-toggle, .pagination ul li a {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    border-collapse: collapse !important;
    background-image: none !important;
}
h1, h2, h3, h4, h5, h6, .hero-unit h1, .hero-unit p, .brand{
	font-family: 'Roboto Slab', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
}
h5 {
    font-weight: 15px;
}
.navbar .brand {
	font-weight: 400;
}

.dropdown-menu {
    background-color: #2C3E50;
}
.dropdown-menu > li > a {
    color: #CCCCCC;
}
.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
    background-color: #233140;
    color: #FFFFFF;
}
.btn-primary:active,
.btn-primary.active { background-color: #2C3E50; }
.navbar-inverse .navbar-inner { background-color: #2C3E50; }
.navbar-inverse .divider-vertical {
    border-right: 1px solid #2C3E50;
    border-left: 1px solid #2C3E50;
}
.dropdown-menu .divider {
  background-color: rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.navbar-inverse .nav > li > .dropdown-menu:after {
    border-bottom: 6px solid #2C3E50;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
    border-top: 6px solid #2C3E50;
}
.nav-pills .open .dropdown-toggle {
    background-color: #2C3E50;
}
.nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
    background-color: #2C3E50;
}
.pagination ul > .active > a,
.pagination ul > .active > a:hover {
    color: #2C3E50;
}
legend {
    color: #2C3E50;
}
h1, h2, h3, h4, h5, h6 { color: #2C3E50; }
/* header anchor links */
a.header-link {
    visibility: hidden;
    padding: 0 4px;
    margin-left: 1px;
}
a.header-link:hover {
    background-color: #0088CC;
    color: #FFFFFF;
    text-decoration: none;
}
h3:hover > a.header-link, h4:hover > a.header-link, h5:hover > a.header-link {
    visibility: visible;
}

.btn:not(.btn-link) {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    color: #ffffff;
    background-color: #33485d;
    *background-color: #3e5771;
    border-color: #3e5771 #3e5771 #233140;
}
.btn:not(.btn-link):active,
.btn:not(.btn-link).active {
    background-color: #2c3e50 \9;
    color: rgba(255, 255, 255, 0.75);
}
.btn:not(.btn-link):hover,
.btn:not(.btn-link):focus,
.btn:not(.btn-link).disabled,
.btn[disabled] {
    color: #ffffff;
    background-color: #3e5771;
    *background-color: #354b60;
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #3e5771;
}
.btn .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
/* nav */
.navbar-inverse .brand, .navbar-inverse .nav > li > a {
	color: #CCCCCC;
}
.navbar .brand {
    font-size: 26px;
    padding: 15px 30px 15px 20px;
}
.navbar .nav > li > a {
    padding: 16px;
    font-size: 16px;
}
.navbar .nav .dropdown .dropdown-menu > li > a {
	font-size: 15px;
	padding-bottom: 4px;
	padding-top: 4px;
}
.nav-header {
    font-weight: normal;
    text-shadow: none;
}
.navbar-search {
    padding: 12px;
    margin: 0;
}
.navbar-inverse .navbar-search .search-query {
    background-color: #F9F9F9;
    color: #333333;
    box-shadow: none;
    transition: none;
    border: 0;
    padding: 4px 14px;
}
.navbar-inverse .navbar-search .search-query:focus, .navbar-inverse .navbar-search .search-query.focused {
    background-color: #F9F9F9;
    color: #333333;
    box-shadow: none;
    text-shadow: none;
    border: 0;
    padding: 4px 14px;
}

.table th, .table td { text-align: left; }
th.number-right, td.number-right { text-align: right; }
.table-centered th, .table-centered td { text-align: center; }
.dropdown-menu {
    max-height: 510px;
    overflow-y: auto;
}
.table-super-condensed th, .table-super-condensed td {
    padding: 2px 3px;
    line-height: 19px;
}
.sort-column {
    background-color: #E9E9E9 !important;
}
/* bar to show "site in beta" message and extra padding for footer to accommodate */
.beta-bar {
    background-color: #2C3E50;
    bottom: 0;
    color: #CCCCCC;
    font-size: 14px;
    font-style: italic;
    opacity: 0.85;
    padding: 12px;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 100;
}
.footer {
    margin-bottom: 50px;
}
.hidden {
    display: none;
}
/* for player dashboard stats */
.table-header-1 th {
    text-align: center;
}
.table-header-1 th:not(:first-child) {
    border-left: 1px solid #DDD;
}
.table-header-1 th:not(:last-child) {
    border-right: 1px solid #DDD;
}
.table-header-2 th {
    border-top: none;
}
.th-stat-border-left {
    border-left: 1px solid #DDD;
}
/* game boxes */
div.scorebox {
    margin-bottom: 20px;
    margin-top: 10px;
}
.table-scorebox {
    border: 1px solid #DDDDDD;
    margin-bottom: 10px;
}
.table-scorebox:hover { background-color: #F5F5F5; }
.table-scorebox td {
    border: 0;
    line-height: 19px;
    padding: 3px 5px;
}
a.scorebox {
    text-decoration: none;
}
.table-scorebox .game-status { 
    text-align: center;
}
.table-scorebox.scorebox-leafs {
    background-color: #E1E4EA;
}
/* ads */
#header-da {
    padding-top: 20px;
    min-height: 90px !important;
    min-width: 728px !important;
}
.da-label-container {
    vertical-align: text-bottom;
    width: 20px;
    display: inline-block;
    margin-bottom: 12px;
}
.da-label {
    margin: 0;
    font-size: 11px;
    color: #666666;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
/*create border around menu drop-downs to discourage accidental ad clicks*/
.navbar .nav .dropdown .dropdown-menu {
    border-left: 10px solid #FFF;
    border-right: 10px solid #FFF;
    border-bottom: 10px solid #FFF;
    margin-left: -10px;
    margin-right: -10px;
    border-top-width: 0;
}
#social-links {
    padding-top: 20px;
    float: right;
}
#social-links img {
    margin-left: 2px;
}
#social-links a:hover, .social-icons a:focus {
    text-decoration: none;
}
#follow-link {
    margin-bottom: 10px;
}
#social-share-icons {
    float: right;
}
/* home */
.table-brief-home {
    margin-bottom: 10px;
}
#tweet-header {
    position: relative;
}
#tweet-header h3 {
    display: inline-block;
}
#follow-button {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: 20px;
    margin-right: -10px;
}
/* glossary page */
.table-glossary td:first-child {
    width: 150px;
}
/* about page */
code {
    background-color: transparent;
    color: #3D5670;
}
/* game page */
.event-goal td {
    font-weight: bold;
}
.event-new-period td {
    border-top-color: #333333;
}
/* games page */
.all-games-list {
    column-count: 3;
    -moz-column-count: 3;
    -webkit-column-count: 3;
}
.table-scoreboxes div {
    margin-left: 0;
    margin-right: 20px;
}
.table-scoreboxes tr td:first-child {
    /* to align with live game scoreboxes */
    width: 145px;
}
/* tablesorter pages */
.tablesorter th.number-right, .tablesorter td.number-right {
    padding-right: 0;
}
/* team gamelog page */
#team-gamelog-season-selector {
    float: left;
}
.team-gamelog-situation-selector {
    float: left;
    margin-left: 25px;
}
.team-gamelog-situation-selector > li > a {
    margin-top: 0;
    margin-bottom: 0;
}
/* player page */
.table-title {
    margin: 10px 0;
}
.table-title h3:not(.hidden), .table-title h4:not(.hidden), .table-title h5:not(.hidden) {
    display: inline;
}
.table-title .table-options {
    display: inline;
}
