/*!
 * Bootstrap v3.0.2 by @fat and @mdo
 * Copyright 2013 Twitter, Inc.
 * Licensed under http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */

.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn:active,
.btn.active {
  background-image: none;
}

.btn-default {
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#e0e0e0));
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  border-color: #ccc;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}

.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}

.btn-primary {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#2d6ca2));
  background-image: -webkit-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
  background-image: -moz-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%);
  background-repeat: repeat-x;
  border-color: #2b669a;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #2d6ca2;
  background-position: 0 -15px;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #2d6ca2;
  border-color: #2b669a;
}

.btn-success {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5cb85c), to(#419641));
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -moz-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-success:hover,
.btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}

.btn-success:active,
.btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}

.btn-warning {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f0ad4e), to(#eb9316));
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -moz-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  background-repeat: repeat-x;
  border-color: #e38d13;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}

.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}

.btn-danger {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9534f), to(#c12e2a));
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -moz-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  background-repeat: repeat-x;
  border-color: #b92c28;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-danger:hover,
.btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}

.btn-danger:active,
.btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}

.btn-info {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5bc0de), to(#2aabd2));
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -moz-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  background-repeat: repeat-x;
  border-color: #28a4c9;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-info:hover,
.btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}

.btn-info:active,
.btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}

.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #e8e8e8;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f5f5f5), to(#e8e8e8));
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -moz-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #357ebd;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#357ebd));
  background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
  background-image: -moz-linear-gradient(top, #428bca 0%, #357ebd 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
}

.navbar-default {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#f8f8f8));
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
  background-repeat: repeat-x;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}

.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ebebeb), to(#f3f3f3));
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
  background-image: -moz-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f3f3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff3f3f3', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}

.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}

.navbar-inverse {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#3c3c3c), to(#222222));
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background-image: -moz-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#222222), to(#282828));
  background-image: -webkit-linear-gradient(top, #222222 0%, #282828 100%);
  background-image: -moz-linear-gradient(top, #222222 0%, #282828 100%);
  background-image: linear-gradient(to bottom, #222222 0%, #282828 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}

.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.alert-success {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#dff0d8), to(#c8e5bc));
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -moz-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  border-color: #b2dba1;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
}

.alert-info {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9edf7), to(#b9def0));
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -moz-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  border-color: #9acfea;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
}

.alert-warning {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fcf8e3), to(#f8efc0));
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -moz-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  border-color: #f5e79e;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
}

.alert-danger {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f2dede), to(#e7c3c3));
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -moz-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  border-color: #dca7a7;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
}

.progress {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ebebeb), to(#f5f5f5));
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -moz-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}

.progress-bar {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#3071a9));
  background-image: -webkit-linear-gradient(top, #428bca 0%, #3071a9 100%);
  background-image: -moz-linear-gradient(top, #428bca 0%, #3071a9 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0);
}

.progress-bar-success {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5cb85c), to(#449d44));
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -moz-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
}

.progress-bar-info {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5bc0de), to(#31b0d5));
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -moz-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
}

.progress-bar-warning {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f0ad4e), to(#ec971f));
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -moz-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
}

.progress-bar-danger {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9534f), to(#c9302c));
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -moz-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
}

.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #3071a9;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#3278b3));
  background-image: -webkit-linear-gradient(top, #428bca 0%, #3278b3 100%);
  background-image: -moz-linear-gradient(top, #428bca 0%, #3278b3 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #3278b3 100%);
  background-repeat: repeat-x;
  border-color: #3278b3;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0);
}

.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.panel-default > .panel-heading {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f5f5f5), to(#e8e8e8));
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -moz-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}

.panel-primary > .panel-heading {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#357ebd));
  background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
  background-image: -moz-linear-gradient(top, #428bca 0%, #357ebd 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
}

.panel-success > .panel-heading {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#dff0d8), to(#d0e9c6));
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -moz-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
}

.panel-info > .panel-heading {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9edf7), to(#c4e3f3));
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -moz-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
}

.panel-warning > .panel-heading {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fcf8e3), to(#faf2cc));
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -moz-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
}

.panel-danger > .panel-heading {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f2dede), to(#ebcccc));
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -moz-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
}

.well {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#e8e8e8), to(#f5f5f5));
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -moz-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  border-color: #dcdcdc;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}
/*!
 * Bootstrap v3.0.2 by @fat and @mdo
 * Copyright 2013 Twitter, Inc.
 * Licensed under http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* line 11, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/* line 26, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
audio,
canvas,
video {
  display: inline-block;
}

/* line 32, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 37, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
[hidden],
template {
  display: none;
}

/* line 42, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 48, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
body {
  margin: 0;
}

/* line 52, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
a {
  background: transparent;
}

/* line 56, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
a:focus {
  outline: thin dotted;
}

/* line 60, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 65, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

/* line 70, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 74, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
b,
strong {
  font-weight: bold;
}

/* line 79, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
dfn {
  font-style: italic;
}

/* line 83, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
hr {
  height: 0;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 89, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
mark {
  color: #000;
  background: #ff0;
}

/* line 94, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/* line 102, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
pre {
  white-space: pre-wrap;
}

/* line 106, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/* line 110, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
small {
  font-size: 80%;
}

/* line 114, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 122, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
sup {
  top: -0.5em;
}

/* line 126, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
sub {
  bottom: -0.25em;
}

/* line 130, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
img {
  border: 0;
}

/* line 134, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 138, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
figure {
  margin: 0;
}

/* line 142, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

/* line 148, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
legend {
  padding: 0;
  border: 0;
}

/* line 153, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
button,
input,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
}

/* line 162, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
button,
input {
  line-height: normal;
}

/* line 167, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
button,
select {
  text-transform: none;
}

/* line 172, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

/* line 180, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 185, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  box-sizing: border-box;
}

/* line 191, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

/* line 198, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 203, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 209, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
textarea {
  overflow: auto;
  vertical-align: top;
}

/* line 214, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media print {
  /* line 220, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  /* line 226, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  a,
a:visited {
    text-decoration: underline;
  }
  /* line 230, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /* line 233, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* line 236, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }
  /* line 240, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 245, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  thead {
    display: table-header-group;
  }
  /* line 248, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 252, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm .5cm;
  }
  /* line 258, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 264, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
  /* line 268, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  select {
    background: #fff !important;
  }
  /* line 271, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .navbar {
    display: none;
  }
  /* line 274, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .table td,
.table th {
    background-color: #fff !important;
  }
  /* line 278, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .btn > .caret,
.dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  /* line 282, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .label {
    border: 1px solid #000;
  }
  /* line 285, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 288, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}

/* line 294, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 302, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 307, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #ffffff;
}

/* line 315, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 324, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
a {
  color: #428bca;
  text-decoration: none;
}

/* line 329, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}

/* line 335, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 341, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
img {
  vertical-align: middle;
}

/* line 345, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

/* line 351, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 355, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.img-thumbnail {
  display: inline-block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 368, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.img-circle {
  border-radius: 50%;
}

/* line 372, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* line 379, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 390, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
p {
  margin: 0 0 10px;
}

/* line 394, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}

@media (min-width: 768px) {
  /* line 402, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .lead {
    font-size: 21px;
  }
}

/* line 407, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
small,
.small {
  font-size: 85%;
}

/* line 412, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
cite {
  font-style: normal;
}

/* line 416, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.text-muted {
  color: #999999;
}

/* line 420, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.text-primary {
  color: #428bca;
}

/* line 424, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.text-primary:hover {
  color: #3071a9;
}

/* line 428, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.text-warning {
  color: #c09853;
}

/* line 432, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.text-warning:hover {
  color: #a47e3c;
}

/* line 436, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.text-danger {
  color: #b94a48;
}

/* line 440, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.text-danger:hover {
  color: #953b39;
}

/* line 444, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.text-success {
  color: #468847;
}

/* line 448, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.text-success:hover {
  color: #356635;
}

/* line 452, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.text-info {
  color: #3a87ad;
}

/* line 456, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.text-info:hover {
  color: #2d6987;
}

/* line 460, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.text-left {
  text-align: left;
}

/* line 464, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.text-right {
  text-align: right;
}

/* line 468, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.text-center {
  text-align: center;
}

/* line 472, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

/* line 490, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

/* line 519, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

/* line 526, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
  font-size: 65%;
}

/* line 535, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 542, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
h4 small,
h5 small,
h6 small,
h4 .small,
h5 .small,
h6 .small {
  font-size: 75%;
}

/* line 551, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
h1,
.h1 {
  font-size: 36px;
}

/* line 556, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
h2,
.h2 {
  font-size: 30px;
}

/* line 561, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
h3,
.h3 {
  font-size: 24px;
}

/* line 566, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
h4,
.h4 {
  font-size: 18px;
}

/* line 571, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
h5,
.h5 {
  font-size: 14px;
}

/* line 576, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
h6,
.h6 {
  font-size: 12px;
}

/* line 581, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

/* line 587, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

/* line 593, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

/* line 600, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 605, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 610, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

/* line 616, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.list-inline > li:first-child {
  padding-left: 0;
}

/* line 620, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
dl {
  margin-bottom: 20px;
}

/* line 624, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
dt,
dd {
  line-height: 1.428571429;
}

/* line 629, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
dt {
  font-weight: bold;
}

/* line 633, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  /* line 638, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 647, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
  /* line 650, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .dl-horizontal dd:before,
.dl-horizontal dd:after {
    display: table;
    content: " ";
  }
  /* line 655, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .dl-horizontal dd:after {
    clear: both;
  }
  /* line 658, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .dl-horizontal dd:before,
.dl-horizontal dd:after {
    display: table;
    content: " ";
  }
  /* line 663, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .dl-horizontal dd:after {
    clear: both;
  }
}

/* line 668, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

/* line 674, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 679, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}

/* line 685, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

/* line 691, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
blockquote p:last-child {
  margin-bottom: 0;
}

/* line 695, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
blockquote small {
  display: block;
  line-height: 1.428571429;
  color: #999999;
}

/* line 701, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
blockquote small:before {
  content: '\2014 \00A0';
}

/* line 705, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

/* line 712, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
  text-align: right;
}

/* line 718, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

/* line 723, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

/* line 728, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
blockquote:before,
blockquote:after {
  content: "";
}

/* line 733, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

/* line 739, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

/* line 746, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  white-space: nowrap;
  background-color: #f9f2f4;
  border-radius: 4px;
}

/* line 755, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

/* line 769, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 778, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 783, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 790, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.container:before,
.container:after {
  display: table;
  content: " ";
}

/* line 796, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.container:after {
  clear: both;
}

/* line 800, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.container:before,
.container:after {
  display: table;
  content: " ";
}

/* line 806, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.container:after {
  clear: both;
}

/* line 810, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.row {
  margin-right: -15px;
  margin-left: -15px;
}

/* line 815, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.row:before,
.row:after {
  display: table;
  content: " ";
}

/* line 821, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.row:after {
  clear: both;
}

/* line 825, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.row:before,
.row:after {
  display: table;
  content: " ";
}

/* line 831, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.row:after {
  clear: both;
}

/* line 835, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 889, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: left;
}

/* line 903, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.col-xs-12 {
  width: 100%;
}

/* line 907, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.col-xs-11 {
  width: 91.66666666666666%;
}

/* line 911, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.col-xs-10 {
  width: 83.33333333333334%;
}

/* line 915, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.col-xs-9 {
  width: 75%;
}

/* line 919, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.col-xs-8 {
  width: 66.66666666666666%;
}

/* line 923, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.col-xs-7 {
  width: 58.333333333333336%;
}

/* line 927, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.col-xs-6 {
  width: 50%;
}

/* line 931, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.col-xs-5 {
  width: 41.66666666666667%;
}

/* line 935, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.col-xs-4 {
  width: 33.33333333333333%;
}

/* line 939, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.col-xs-3 {
  width: 25%;
}

/* line 943, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.col-xs-2 {
  width: 16.666666666666664%;
}

/* line 947, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.col-xs-1 {
  width: 8.333333333333332%;
}

/* line 951, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 955, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.col-xs-pull-11 {
  right: 91.66666666666666%;
}

/* line 959, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.col-xs-pull-10 {
  right: 83.33333333333334%;
}

/* line 963, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 967, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.col-xs-pull-8 {
  right: 66.66666666666666%;
}

/* line 971, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.col-xs-pull-7 {
  right: 58.333333333333336%;
}

/* line 975, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 979, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.col-xs-pull-5 {
  right: 41.66666666666667%;
}

/* line 983, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.col-xs-pull-4 {
  right: 33.33333333333333%;
}

/* line 987, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 991, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.col-xs-pull-2 {
  right: 16.666666666666664%;
}

/* line 995, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.col-xs-pull-1 {
  right: 8.333333333333332%;
}

/* line 999, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.col-xs-pull-0 {
  right: 0;
}

/* line 1003, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 1007, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.col-xs-push-11 {
  left: 91.66666666666666%;
}

/* line 1011, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.col-xs-push-10 {
  left: 83.33333333333334%;
}

/* line 1015, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 1019, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.col-xs-push-8 {
  left: 66.66666666666666%;
}

/* line 1023, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.col-xs-push-7 {
  left: 58.333333333333336%;
}

/* line 1027, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 1031, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.col-xs-push-5 {
  left: 41.66666666666667%;
}

/* line 1035, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.col-xs-push-4 {
  left: 33.33333333333333%;
}

/* line 1039, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 1043, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.col-xs-push-2 {
  left: 16.666666666666664%;
}

/* line 1047, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.col-xs-push-1 {
  left: 8.333333333333332%;
}

/* line 1051, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.col-xs-push-0 {
  left: 0;
}

/* line 1055, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

/* line 1059, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}

/* line 1063, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}

/* line 1067, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 1071, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}

/* line 1075, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}

/* line 1079, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 1083, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}

/* line 1087, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}

/* line 1091, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 1095, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}

/* line 1099, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}

/* line 1103, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  /* line 1108, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .container {
    width: 750px;
  }
  /* line 1111, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11 {
    float: left;
  }
  /* line 1124, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-sm-12 {
    width: 100%;
  }
  /* line 1127, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  /* line 1130, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  /* line 1133, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-sm-9 {
    width: 75%;
  }
  /* line 1136, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  /* line 1139, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  /* line 1142, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-sm-6 {
    width: 50%;
  }
  /* line 1145, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  /* line 1148, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  /* line 1151, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-sm-3 {
    width: 25%;
  }
  /* line 1154, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  /* line 1157, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  /* line 1160, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-sm-pull-12 {
    right: 100%;
  }
  /* line 1163, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  /* line 1166, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  /* line 1169, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-sm-pull-9 {
    right: 75%;
  }
  /* line 1172, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  /* line 1175, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  /* line 1178, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-sm-pull-6 {
    right: 50%;
  }
  /* line 1181, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  /* line 1184, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  /* line 1187, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-sm-pull-3 {
    right: 25%;
  }
  /* line 1190, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  /* line 1193, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  /* line 1196, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-sm-pull-0 {
    right: 0;
  }
  /* line 1199, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-sm-push-12 {
    left: 100%;
  }
  /* line 1202, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  /* line 1205, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  /* line 1208, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-sm-push-9 {
    left: 75%;
  }
  /* line 1211, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  /* line 1214, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  /* line 1217, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-sm-push-6 {
    left: 50%;
  }
  /* line 1220, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  /* line 1223, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  /* line 1226, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-sm-push-3 {
    left: 25%;
  }
  /* line 1229, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  /* line 1232, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  /* line 1235, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-sm-push-0 {
    left: 0;
  }
  /* line 1238, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  /* line 1241, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  /* line 1244, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  /* line 1247, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  /* line 1250, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  /* line 1253, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  /* line 1256, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  /* line 1259, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  /* line 1262, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  /* line 1265, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  /* line 1268, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  /* line 1271, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  /* line 1274, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 1280, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .container {
    width: 970px;
  }
  /* line 1283, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11 {
    float: left;
  }
  /* line 1296, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-md-12 {
    width: 100%;
  }
  /* line 1299, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-md-11 {
    width: 91.66666666666666%;
  }
  /* line 1302, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-md-10 {
    width: 83.33333333333334%;
  }
  /* line 1305, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-md-9 {
    width: 75%;
  }
  /* line 1308, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-md-8 {
    width: 66.66666666666666%;
  }
  /* line 1311, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-md-7 {
    width: 58.333333333333336%;
  }
  /* line 1314, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-md-6 {
    width: 50%;
  }
  /* line 1317, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-md-5 {
    width: 41.66666666666667%;
  }
  /* line 1320, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-md-4 {
    width: 33.33333333333333%;
  }
  /* line 1323, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-md-3 {
    width: 25%;
  }
  /* line 1326, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-md-2 {
    width: 16.666666666666664%;
  }
  /* line 1329, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-md-1 {
    width: 8.333333333333332%;
  }
  /* line 1332, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-md-pull-12 {
    right: 100%;
  }
  /* line 1335, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  /* line 1338, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  /* line 1341, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-md-pull-9 {
    right: 75%;
  }
  /* line 1344, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  /* line 1347, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  /* line 1350, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-md-pull-6 {
    right: 50%;
  }
  /* line 1353, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  /* line 1356, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  /* line 1359, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-md-pull-3 {
    right: 25%;
  }
  /* line 1362, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  /* line 1365, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  /* line 1368, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-md-pull-0 {
    right: 0;
  }
  /* line 1371, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-md-push-12 {
    left: 100%;
  }
  /* line 1374, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  /* line 1377, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  /* line 1380, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-md-push-9 {
    left: 75%;
  }
  /* line 1383, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  /* line 1386, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  /* line 1389, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-md-push-6 {
    left: 50%;
  }
  /* line 1392, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  /* line 1395, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  /* line 1398, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-md-push-3 {
    left: 25%;
  }
  /* line 1401, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  /* line 1404, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  /* line 1407, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-md-push-0 {
    left: 0;
  }
  /* line 1410, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
  /* line 1413, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  /* line 1416, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  /* line 1419, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }
  /* line 1422, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  /* line 1425, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  /* line 1428, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }
  /* line 1431, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  /* line 1434, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  /* line 1437, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }
  /* line 1440, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  /* line 1443, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  /* line 1446, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 1452, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .container {
    width: 1170px;
  }
  /* line 1455, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11 {
    float: left;
  }
  /* line 1468, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-lg-12 {
    width: 100%;
  }
  /* line 1471, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  /* line 1474, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  /* line 1477, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-lg-9 {
    width: 75%;
  }
  /* line 1480, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  /* line 1483, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  /* line 1486, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-lg-6 {
    width: 50%;
  }
  /* line 1489, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  /* line 1492, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  /* line 1495, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-lg-3 {
    width: 25%;
  }
  /* line 1498, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  /* line 1501, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  /* line 1504, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-lg-pull-12 {
    right: 100%;
  }
  /* line 1507, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  /* line 1510, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  /* line 1513, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-lg-pull-9 {
    right: 75%;
  }
  /* line 1516, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  /* line 1519, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  /* line 1522, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-lg-pull-6 {
    right: 50%;
  }
  /* line 1525, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  /* line 1528, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  /* line 1531, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-lg-pull-3 {
    right: 25%;
  }
  /* line 1534, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  /* line 1537, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  /* line 1540, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-lg-pull-0 {
    right: 0;
  }
  /* line 1543, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-lg-push-12 {
    left: 100%;
  }
  /* line 1546, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  /* line 1549, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  /* line 1552, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-lg-push-9 {
    left: 75%;
  }
  /* line 1555, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  /* line 1558, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  /* line 1561, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-lg-push-6 {
    left: 50%;
  }
  /* line 1564, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  /* line 1567, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  /* line 1570, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-lg-push-3 {
    left: 25%;
  }
  /* line 1573, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  /* line 1576, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  /* line 1579, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-lg-push-0 {
    left: 0;
  }
  /* line 1582, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  /* line 1585, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  /* line 1588, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  /* line 1591, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  /* line 1594, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  /* line 1597, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  /* line 1600, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  /* line 1603, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  /* line 1606, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  /* line 1609, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  /* line 1612, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  /* line 1615, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  /* line 1618, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

/* line 1623, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
table {
  max-width: 100%;
  background-color: transparent;
}

/* line 1628, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
th {
  text-align: left;
}

/* line 1632, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.table {
  width: 100%;
  margin-bottom: 20px;
}

/* line 1637, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

/* line 1649, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

/* line 1654, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

/* line 1663, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}

/* line 1667, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.table .table {
  background-color: #ffffff;
}

/* line 1671, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

/* line 1680, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.table-bordered {
  border: 1px solid #dddddd;
}

/* line 1684, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}

/* line 1693, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 1698, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

/* line 1703, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

/* line 1708, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
table col[class*="col-"] {
  display: table-column;
  float: none;
}

/* line 1713, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
table td[class*="col-"],
table th[class*="col-"] {
  display: table-cell;
  float: none;
}

/* line 1719, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

/* line 1734, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

/* line 1749, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

/* line 1756, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

/* line 1771, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

/* line 1778, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

/* line 1793, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

@media (max-width: 767px) {
  /* line 1801, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    border: 1px solid #dddddd;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
  /* line 1810, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 1813, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .table-responsive > .table > thead > tr > th,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  /* line 1821, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 1824, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  /* line 1832, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  /* line 1840, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

/* line 1848, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 1854, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 1866, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 1872, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1878, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}

/* line 1887, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
input[type="file"] {
  display: block;
}

/* line 1891, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 1896, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
select optgroup {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
}

/* line 1902, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 1910, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

/* line 1915, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
}

/* line 1924, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

/* line 1943, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 1950, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.form-control:-moz-placeholder {
  color: #999999;
}

/* line 1954, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.form-control::-moz-placeholder {
  color: #999999;
}

/* line 1958, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.form-control:-ms-input-placeholder {
  color: #999999;
}

/* line 1962, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.form-control::-webkit-input-placeholder {
  color: #999999;
}

/* line 1966, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}

/* line 1973, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
textarea.form-control {
  height: auto;
}

/* line 1977, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 1981, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  vertical-align: middle;
}

/* line 1991, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 1999, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

/* line 2007, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 2012, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

/* line 2022, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 2028, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

/* line 2043, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 2051, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
select.input-sm {
  height: 30px;
  line-height: 30px;
}

/* line 2056, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
textarea.input-sm {
  height: auto;
}

/* line 2060, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 2068, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
select.input-lg {
  height: 45px;
  line-height: 45px;
}

/* line 2073, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
textarea.input-lg {
  height: auto;
}

/* line 2077, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #c09853;
}

/* line 2086, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.has-warning .form-control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 2092, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.has-warning .form-control:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

/* line 2098, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.has-warning .input-group-addon {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

/* line 2104, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #b94a48;
}

/* line 2113, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 2119, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.has-error .form-control:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

/* line 2125, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.has-error .input-group-addon {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

/* line 2131, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #468847;
}

/* line 2140, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 2146, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.has-success .form-control:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

/* line 2152, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.has-success .input-group-addon {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

/* line 2158, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.form-control-static {
  margin-bottom: 0;
}

/* line 2162, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  /* line 2170, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 2175, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .form-inline .form-control {
    display: inline-block;
  }
  /* line 2178, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .form-inline .radio,
.form-inline .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  /* line 2185, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

/* line 2192, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 2202, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

/* line 2207, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

/* line 2213, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.form-horizontal .form-group:after {
  clear: both;
}

/* line 2217, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

/* line 2223, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.form-horizontal .form-group:after {
  clear: both;
}

/* line 2227, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.form-horizontal .form-control-static {
  padding-top: 7px;
}

@media (min-width: 768px) {
  /* line 2232, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .form-horizontal .control-label {
    text-align: right;
  }
}

/* line 2237, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* line 2258, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 2264, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}

/* line 2270, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 2278, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 2289, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}

/* line 2295, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}

/* line 2305, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}

/* line 2311, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default.active[disabled],
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}

/* line 2330, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}

/* line 2336, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}

/* line 2346, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}

/* line 2352, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary.active[disabled],
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}

/* line 2371, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 2377, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}

/* line 2387, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}

/* line 2393, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning.active[disabled],
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 2412, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 2418, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}

/* line 2428, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}

/* line 2434, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger.active[disabled],
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 2453, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 2459, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}

/* line 2469, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}

/* line 2475, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success.active[disabled],
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 2494, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 2500, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}

/* line 2510, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}

/* line 2516, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info.active[disabled],
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 2535, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}

/* line 2542, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 2551, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

/* line 2558, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}

/* line 2565, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}

/* line 2573, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 2580, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 2588, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.btn-xs {
  padding: 1px 5px;
}

/* line 2592, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

/* line 2599, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 2603, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  width: 100%;
}

/* line 2609, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

/* line 2615, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.fade.in {
  opacity: 1;
}

/* line 2619, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.collapse {
  display: none;
}

/* line 2623, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.collapse.in {
  display: block;
}

/* line 2627, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(/fonts/glyphicons-halflings-regular.eot);
  src: url(/fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(/fonts/glyphicons-halflings-regular.woff) format("woff"), url(/fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}

/* line 2641, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
}

/* line 2653, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon:empty {
  width: 1em;
}

/* line 2657, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-asterisk:before {
  content: "\2a";
}

/* line 2661, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-plus:before {
  content: "\2b";
}

/* line 2665, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-euro:before {
  content: "\20ac";
}

/* line 2669, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 2673, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-cloud:before {
  content: "\2601";
}

/* line 2677, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 2681, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-pencil:before {
  content: "\270f";
}

/* line 2685, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 2689, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-music:before {
  content: "\e002";
}

/* line 2693, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-search:before {
  content: "\e003";
}

/* line 2697, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-heart:before {
  content: "\e005";
}

/* line 2701, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-star:before {
  content: "\e006";
}

/* line 2705, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-star-empty:before {
  content: "\e007";
}

/* line 2709, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-user:before {
  content: "\e008";
}

/* line 2713, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-film:before {
  content: "\e009";
}

/* line 2717, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-th-large:before {
  content: "\e010";
}

/* line 2721, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-th:before {
  content: "\e011";
}

/* line 2725, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-th-list:before {
  content: "\e012";
}

/* line 2729, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-ok:before {
  content: "\e013";
}

/* line 2733, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-remove:before {
  content: "\e014";
}

/* line 2737, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 2741, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 2745, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-off:before {
  content: "\e017";
}

/* line 2749, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-signal:before {
  content: "\e018";
}

/* line 2753, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-cog:before {
  content: "\e019";
}

/* line 2757, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-trash:before {
  content: "\e020";
}

/* line 2761, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-home:before {
  content: "\e021";
}

/* line 2765, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-file:before {
  content: "\e022";
}

/* line 2769, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-time:before {
  content: "\e023";
}

/* line 2773, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-road:before {
  content: "\e024";
}

/* line 2777, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-download-alt:before {
  content: "\e025";
}

/* line 2781, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-download:before {
  content: "\e026";
}

/* line 2785, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-upload:before {
  content: "\e027";
}

/* line 2789, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-inbox:before {
  content: "\e028";
}

/* line 2793, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-play-circle:before {
  content: "\e029";
}

/* line 2797, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-repeat:before {
  content: "\e030";
}

/* line 2801, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-refresh:before {
  content: "\e031";
}

/* line 2805, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-list-alt:before {
  content: "\e032";
}

/* line 2809, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-lock:before {
  content: "\e033";
}

/* line 2813, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-flag:before {
  content: "\e034";
}

/* line 2817, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-headphones:before {
  content: "\e035";
}

/* line 2821, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-volume-off:before {
  content: "\e036";
}

/* line 2825, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-volume-down:before {
  content: "\e037";
}

/* line 2829, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-volume-up:before {
  content: "\e038";
}

/* line 2833, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 2837, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-barcode:before {
  content: "\e040";
}

/* line 2841, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-tag:before {
  content: "\e041";
}

/* line 2845, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-tags:before {
  content: "\e042";
}

/* line 2849, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-book:before {
  content: "\e043";
}

/* line 2853, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-bookmark:before {
  content: "\e044";
}

/* line 2857, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-print:before {
  content: "\e045";
}

/* line 2861, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-camera:before {
  content: "\e046";
}

/* line 2865, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-font:before {
  content: "\e047";
}

/* line 2869, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-bold:before {
  content: "\e048";
}

/* line 2873, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-italic:before {
  content: "\e049";
}

/* line 2877, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-text-height:before {
  content: "\e050";
}

/* line 2881, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-text-width:before {
  content: "\e051";
}

/* line 2885, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-align-left:before {
  content: "\e052";
}

/* line 2889, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-align-center:before {
  content: "\e053";
}

/* line 2893, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-align-right:before {
  content: "\e054";
}

/* line 2897, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-align-justify:before {
  content: "\e055";
}

/* line 2901, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-list:before {
  content: "\e056";
}

/* line 2905, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-indent-left:before {
  content: "\e057";
}

/* line 2909, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-indent-right:before {
  content: "\e058";
}

/* line 2913, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 2917, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-picture:before {
  content: "\e060";
}

/* line 2921, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-map-marker:before {
  content: "\e062";
}

/* line 2925, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-adjust:before {
  content: "\e063";
}

/* line 2929, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-tint:before {
  content: "\e064";
}

/* line 2933, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-edit:before {
  content: "\e065";
}

/* line 2937, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-share:before {
  content: "\e066";
}

/* line 2941, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-check:before {
  content: "\e067";
}

/* line 2945, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-move:before {
  content: "\e068";
}

/* line 2949, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-step-backward:before {
  content: "\e069";
}

/* line 2953, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 2957, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-backward:before {
  content: "\e071";
}

/* line 2961, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-play:before {
  content: "\e072";
}

/* line 2965, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-pause:before {
  content: "\e073";
}

/* line 2969, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-stop:before {
  content: "\e074";
}

/* line 2973, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-forward:before {
  content: "\e075";
}

/* line 2977, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 2981, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-step-forward:before {
  content: "\e077";
}

/* line 2985, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-eject:before {
  content: "\e078";
}

/* line 2989, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 2993, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 2997, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-plus-sign:before {
  content: "\e081";
}

/* line 3001, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 3005, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 3009, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 3013, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-question-sign:before {
  content: "\e085";
}

/* line 3017, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-info-sign:before {
  content: "\e086";
}

/* line 3021, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 3025, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 3029, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 3033, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 3037, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 3041, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 3045, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 3049, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 3053, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-share-alt:before {
  content: "\e095";
}

/* line 3057, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-resize-full:before {
  content: "\e096";
}

/* line 3061, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-resize-small:before {
  content: "\e097";
}

/* line 3065, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 3069, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-gift:before {
  content: "\e102";
}

/* line 3073, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-leaf:before {
  content: "\e103";
}

/* line 3077, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-fire:before {
  content: "\e104";
}

/* line 3081, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-eye-open:before {
  content: "\e105";
}

/* line 3085, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-eye-close:before {
  content: "\e106";
}

/* line 3089, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 3093, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-plane:before {
  content: "\e108";
}

/* line 3097, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-calendar:before {
  content: "\e109";
}

/* line 3101, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-random:before {
  content: "\e110";
}

/* line 3105, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-comment:before {
  content: "\e111";
}

/* line 3109, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-magnet:before {
  content: "\e112";
}

/* line 3113, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 3117, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 3121, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-retweet:before {
  content: "\e115";
}

/* line 3125, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 3129, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-folder-close:before {
  content: "\e117";
}

/* line 3133, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-folder-open:before {
  content: "\e118";
}

/* line 3137, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 3141, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 3145, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-hdd:before {
  content: "\e121";
}

/* line 3149, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 3153, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-bell:before {
  content: "\e123";
}

/* line 3157, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-certificate:before {
  content: "\e124";
}

/* line 3161, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 3165, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 3169, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-hand-right:before {
  content: "\e127";
}

/* line 3173, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-hand-left:before {
  content: "\e128";
}

/* line 3177, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-hand-up:before {
  content: "\e129";
}

/* line 3181, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-hand-down:before {
  content: "\e130";
}

/* line 3185, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 3189, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 3193, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 3197, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 3201, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-globe:before {
  content: "\e135";
}

/* line 3205, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-wrench:before {
  content: "\e136";
}

/* line 3209, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-tasks:before {
  content: "\e137";
}

/* line 3213, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-filter:before {
  content: "\e138";
}

/* line 3217, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-briefcase:before {
  content: "\e139";
}

/* line 3221, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 3225, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 3229, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-paperclip:before {
  content: "\e142";
}

/* line 3233, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 3237, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-link:before {
  content: "\e144";
}

/* line 3241, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-phone:before {
  content: "\e145";
}

/* line 3245, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-pushpin:before {
  content: "\e146";
}

/* line 3249, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-usd:before {
  content: "\e148";
}

/* line 3253, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-gbp:before {
  content: "\e149";
}

/* line 3257, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-sort:before {
  content: "\e150";
}

/* line 3261, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

/* line 3265, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

/* line 3269, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-sort-by-order:before {
  content: "\e153";
}

/* line 3273, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

/* line 3277, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

/* line 3281, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

/* line 3285, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 3289, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-expand:before {
  content: "\e158";
}

/* line 3293, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-collapse-down:before {
  content: "\e159";
}

/* line 3297, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-collapse-up:before {
  content: "\e160";
}

/* line 3301, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-log-in:before {
  content: "\e161";
}

/* line 3305, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-flash:before {
  content: "\e162";
}

/* line 3309, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-log-out:before {
  content: "\e163";
}

/* line 3313, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-new-window:before {
  content: "\e164";
}

/* line 3317, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-record:before {
  content: "\e165";
}

/* line 3321, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-save:before {
  content: "\e166";
}

/* line 3325, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-open:before {
  content: "\e167";
}

/* line 3329, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-saved:before {
  content: "\e168";
}

/* line 3333, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-import:before {
  content: "\e169";
}

/* line 3337, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-export:before {
  content: "\e170";
}

/* line 3341, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-send:before {
  content: "\e171";
}

/* line 3345, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-floppy-disk:before {
  content: "\e172";
}

/* line 3349, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-floppy-saved:before {
  content: "\e173";
}

/* line 3353, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-floppy-remove:before {
  content: "\e174";
}

/* line 3357, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-floppy-save:before {
  content: "\e175";
}

/* line 3361, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-floppy-open:before {
  content: "\e176";
}

/* line 3365, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-credit-card:before {
  content: "\e177";
}

/* line 3369, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-transfer:before {
  content: "\e178";
}

/* line 3373, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-cutlery:before {
  content: "\e179";
}

/* line 3377, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-header:before {
  content: "\e180";
}

/* line 3381, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-compressed:before {
  content: "\e181";
}

/* line 3385, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-earphone:before {
  content: "\e182";
}

/* line 3389, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-phone-alt:before {
  content: "\e183";
}

/* line 3393, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-tower:before {
  content: "\e184";
}

/* line 3397, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-stats:before {
  content: "\e185";
}

/* line 3401, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-sd-video:before {
  content: "\e186";
}

/* line 3405, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-hd-video:before {
  content: "\e187";
}

/* line 3409, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-subtitles:before {
  content: "\e188";
}

/* line 3413, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-sound-stereo:before {
  content: "\e189";
}

/* line 3417, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-sound-dolby:before {
  content: "\e190";
}

/* line 3421, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-sound-5-1:before {
  content: "\e191";
}

/* line 3425, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-sound-6-1:before {
  content: "\e192";
}

/* line 3429, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-sound-7-1:before {
  content: "\e193";
}

/* line 3433, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-copyright-mark:before {
  content: "\e194";
}

/* line 3437, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-registration-mark:before {
  content: "\e195";
}

/* line 3441, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-cloud-download:before {
  content: "\e197";
}

/* line 3445, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-cloud-upload:before {
  content: "\e198";
}

/* line 3449, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-tree-conifer:before {
  content: "\e199";
}

/* line 3453, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* line 3457, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-bottom: 0 dotted;
  border-left: 4px solid transparent;
}

/* line 3469, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.dropdown {
  position: relative;
}

/* line 3473, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 3477, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

/* line 3498, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 3503, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 3510, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

/* line 3520, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 3527, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}

/* line 3536, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}

/* line 3542, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 3551, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.open > .dropdown-menu {
  display: block;
}

/* line 3555, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.open > a {
  outline: 0;
}

/* line 3559, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999999;
}

/* line 3567, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

/* line 3576, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 3581, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000000;
  content: "";
}

/* line 3588, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  /* line 3596, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}

/* line 3602, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.btn-default .caret {
  border-top-color: #333333;
}

/* line 3606, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #fff;
}

/* line 3614, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.dropup .btn-default .caret {
  border-bottom-color: #333333;
}

/* line 3618, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
}

/* line 3626, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 3633, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

/* line 3639, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

/* line 3650, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}

/* line 3655, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 3662, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}

/* line 3668, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.btn-toolbar:after {
  clear: both;
}

/* line 3672, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}

/* line 3678, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.btn-toolbar:after {
  clear: both;
}

/* line 3682, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.btn-toolbar .btn-group {
  float: left;
}

/* line 3686, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}

/* line 3693, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 3697, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}

/* line 3701, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3706, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 3712, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 3716, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 3720, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3726, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 3731, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 3736, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.btn-group-xs > .btn {
  padding: 5px 10px;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 3744, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 3751, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 3758, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

/* line 3763, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

/* line 3768, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 3773, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 3778, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.btn .caret {
  margin-left: 0;
}

/* line 3782, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 3787, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

/* line 3791, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

/* line 3799, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

/* line 3805, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.btn-group-vertical > .btn-group:after {
  clear: both;
}

/* line 3809, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

/* line 3815, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.btn-group-vertical > .btn-group:after {
  clear: both;
}

/* line 3819, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}

/* line 3823, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 3831, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 3835, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3841, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
}

/* line 3847, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 3851, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3857, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 3862, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  border-collapse: separate;
  table-layout: fixed;
}

/* line 3869, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.btn-group-justified .btn {
  display: table-cell;
  float: none;
  width: 1%;
}

/* line 3875, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}

/* line 3880, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

/* line 3886, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.input-group.col {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

/* line 3892, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}

/* line 3897, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 3907, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}

/* line 3914, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}

/* line 3920, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 3930, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

/* line 3937, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}

/* line 3943, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

/* line 3949, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 3955, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 3962, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

/* line 3974, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

/* line 3980, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

/* line 3986, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 3991, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 4000, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 4004, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 4013, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 4017, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.input-group-btn {
  position: relative;
  white-space: nowrap;
}

/* line 4022, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.input-group-btn:first-child > .btn {
  margin-right: -1px;
}

/* line 4026, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.input-group-btn:last-child > .btn {
  margin-left: -1px;
}

/* line 4030, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.input-group-btn > .btn {
  position: relative;
}

/* line 4034, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}

/* line 4038, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}

/* line 4043, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 4049, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.nav:before,
.nav:after {
  display: table;
  content: " ";
}

/* line 4055, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.nav:after {
  clear: both;
}

/* line 4059, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.nav:before,
.nav:after {
  display: table;
  content: " ";
}

/* line 4065, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.nav:after {
  clear: both;
}

/* line 4069, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.nav > li {
  position: relative;
  display: block;
}

/* line 4074, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

/* line 4080, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

/* line 4086, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.nav > li.disabled > a {
  color: #999999;
}

/* line 4090, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

/* line 4098, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}

/* line 4105, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.nav .open > a .caret,
.nav .open > a:hover .caret,
.nav .open > a:focus .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}

/* line 4112, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 4119, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 4123, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}

/* line 4127, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

/* line 4132, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

/* line 4139, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}

/* line 4143, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
}

/* line 4153, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

/* line 4158, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.nav-tabs.nav-justified > li {
  float: none;
}

/* line 4162, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

/* line 4167, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 4173, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 4177, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 4182, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 4187, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {
  /* line 4194, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 4198, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}

/* line 4205, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.nav-pills > li {
  float: left;
}

/* line 4209, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.nav-pills > li > a {
  border-radius: 4px;
}

/* line 4213, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.nav-pills > li + li {
  margin-left: 2px;
}

/* line 4217, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #428bca;
}

/* line 4224, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.nav-pills > li.active > a .caret,
.nav-pills > li.active > a:hover .caret,
.nav-pills > li.active > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

/* line 4231, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.nav-stacked > li {
  float: none;
}

/* line 4235, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 4240, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.nav-justified {
  width: 100%;
}

/* line 4244, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.nav-justified > li {
  float: none;
}

/* line 4248, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

/* line 4253, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 4259, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 4263, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 4268, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.nav-tabs-justified {
  border-bottom: 0;
}

/* line 4272, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 4277, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {
  /* line 4284, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 4288, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}

/* line 4295, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 4299, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.tab-content > .active {
  display: block;
}

/* line 4303, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.nav .caret {
  border-top-color: #428bca;
  border-bottom-color: #428bca;
}

/* line 4308, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.nav a:hover .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}

/* line 4313, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 4319, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

/* line 4326, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}

/* line 4332, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.navbar:after {
  clear: both;
}

/* line 4336, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}

/* line 4342, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 4347, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .navbar {
    border-radius: 4px;
  }
}

/* line 4352, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " ";
}

/* line 4358, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.navbar-header:after {
  clear: both;
}

/* line 4362, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " ";
}

/* line 4368, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 4373, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .navbar-header {
    float: left;
  }
}

/* line 4378, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.navbar-collapse {
  max-height: 340px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

/* line 4388, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}

/* line 4394, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.navbar-collapse:after {
  clear: both;
}

/* line 4398, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}

/* line 4404, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.navbar-collapse:after {
  clear: both;
}

/* line 4408, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  /* line 4413, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  /* line 4418, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 4424, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .navbar-collapse.in {
    overflow-y: auto;
  }
  /* line 4427, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }
  /* line 4430, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  /* line 4433, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}

/* line 4438, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  /* line 4445, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .container > .navbar-header,
.container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 4452, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  /* line 4458, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}

/* line 4463, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  /* line 4472, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
  }
}

/* line 4478, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 4483, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 4489, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

/* line 4496, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

@media (min-width: 768px) {
  /* line 4502, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}

/* line 4507, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 4519, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

/* line 4526, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  /* line 4531, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .navbar-toggle {
    display: none;
  }
}

/* line 4536, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.navbar-nav {
  margin: 7.5px -15px;
}

/* line 4540, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  /* line 4547, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  /* line 4556, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  /* line 4560, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  /* line 4563, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  /* line 4570, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 4574, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .navbar-nav > li {
    float: left;
  }
  /* line 4577, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (min-width: 768px) {
  /* line 4584, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .navbar-left {
    float: left !important;
  }
  /* line 4587, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .navbar-right {
    float: right !important;
  }
}

/* line 4592, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  /* line 4605, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 4610, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .navbar-form .form-control {
    display: inline-block;
  }
  /* line 4613, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .navbar-form .radio,
.navbar-form .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  /* line 4620, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .navbar-form .radio input[type="radio"],
.navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  /* line 4628, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}

@media (min-width: 768px) {
  /* line 4634, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

/* line 4646, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 4652, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 4657, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 4663, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

/* line 4668, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.navbar-text {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  /* line 4675, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .navbar-text {
    margin-right: 15px;
    margin-left: 15px;
  }
}

/* line 4681, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

/* line 4686, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.navbar-default .navbar-brand {
  color: #777777;
}

/* line 4690, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

/* line 4696, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.navbar-default .navbar-text {
  color: #777777;
}

/* line 4700, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.navbar-default .navbar-nav > li > a {
  color: #777777;
}

/* line 4704, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}

/* line 4710, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}

/* line 4717, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}

/* line 4724, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}

/* line 4728, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}

/* line 4733, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}

/* line 4737, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

/* line 4742, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}

/* line 4748, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}

/* line 4755, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

/* line 4762, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}

@media (max-width: 767px) {
  /* line 4768, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  /* line 4771, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  /* line 4776, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  /* line 4782, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}

/* line 4790, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.navbar-default .navbar-link {
  color: #777777;
}

/* line 4794, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.navbar-default .navbar-link:hover {
  color: #333333;
}

/* line 4798, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}

/* line 4803, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.navbar-inverse .navbar-brand {
  color: #999999;
}

/* line 4807, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}

/* line 4813, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.navbar-inverse .navbar-text {
  color: #999999;
}

/* line 4817, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}

/* line 4821, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}

/* line 4827, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}

/* line 4834, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}

/* line 4841, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}

/* line 4845, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}

/* line 4850, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

/* line 4854, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

/* line 4859, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #080808;
}

/* line 4866, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

/* line 4871, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}

/* line 4876, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

@media (max-width: 767px) {
  /* line 4884, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  /* line 4887, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  /* line 4890, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  /* line 4895, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  /* line 4901, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}

/* line 4909, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.navbar-inverse .navbar-link {
  color: #999999;
}

/* line 4913, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}

/* line 4917, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

/* line 4925, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.breadcrumb > li {
  display: inline-block;
}

/* line 4929, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #cccccc;
  content: "/\00a0";
}

/* line 4935, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.breadcrumb > .active {
  color: #999999;
}

/* line 4939, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

/* line 4946, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.pagination > li {
  display: inline;
}

/* line 4950, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

/* line 4962, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

/* line 4969, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 4975, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}

/* line 4982, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}

/* line 4995, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}

/* line 5007, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

/* line 5013, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

/* line 5019, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* line 5025, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

/* line 5031, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 5037, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 5043, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

/* line 5050, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.pager:before,
.pager:after {
  display: table;
  content: " ";
}

/* line 5056, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.pager:after {
  clear: both;
}

/* line 5060, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.pager:before,
.pager:after {
  display: table;
  content: " ";
}

/* line 5066, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.pager:after {
  clear: both;
}

/* line 5070, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.pager li {
  display: inline;
}

/* line 5074, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}

/* line 5083, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

/* line 5089, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}

/* line 5094, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}

/* line 5099, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
}

/* line 5108, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

/* line 5121, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

/* line 5128, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.label:empty {
  display: none;
}

/* line 5132, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.label-default {
  background-color: #999999;
}

/* line 5136, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}

/* line 5141, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.label-primary {
  background-color: #428bca;
}

/* line 5145, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}

/* line 5150, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.label-success {
  background-color: #5cb85c;
}

/* line 5154, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

/* line 5159, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.label-info {
  background-color: #5bc0de;
}

/* line 5163, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 5168, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.label-warning {
  background-color: #f0ad4e;
}

/* line 5172, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

/* line 5177, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.label-danger {
  background-color: #d9534f;
}

/* line 5181, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

/* line 5186, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
  border-radius: 10px;
}

/* line 5201, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.badge:empty {
  display: none;
}

/* line 5205, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

/* line 5212, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 5217, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #ffffff;
}

/* line 5223, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 5227, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #eeeeee;
}

/* line 5237, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.jumbotron h1 {
  line-height: 1;
  color: inherit;
}

/* line 5242, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.jumbotron p {
  line-height: 1.4;
}

/* line 5246, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.container .jumbotron {
  border-radius: 6px;
}

@media screen and (min-width: 768px) {
  /* line 5251, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  /* line 5255, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  /* line 5259, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .jumbotron h1 {
    font-size: 63px;
  }
}

/* line 5264, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.thumbnail {
  display: inline-block;
  display: block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 5279, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.thumbnail > img {
  display: block;
  height: auto;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

/* line 5287, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}

/* line 5293, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

/* line 5298, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 5305, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}

/* line 5310, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.alert .alert-link {
  font-weight: bold;
}

/* line 5314, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}

/* line 5319, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 5323, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.alert-dismissable {
  padding-right: 35px;
}

/* line 5327, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 5334, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 5340, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}

/* line 5344, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.alert-success .alert-link {
  color: #356635;
}

/* line 5348, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 5354, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}

/* line 5358, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.alert-info .alert-link {
  color: #2d6987;
}

/* line 5362, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.alert-warning {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 5368, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}

/* line 5372, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.alert-warning .alert-link {
  color: #a47e3c;
}

/* line 5376, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.alert-danger {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 5382, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}

/* line 5386, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.alert-danger .alert-link {
  color: #953b39;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

/* line 5426, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 5436, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* line 5451, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

/* line 5459, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 5464, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.progress-bar-success {
  background-color: #5cb85c;
}

/* line 5468, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.progress-striped .progress-bar-success {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 5475, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.progress-bar-info {
  background-color: #5bc0de;
}

/* line 5479, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.progress-striped .progress-bar-info {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 5486, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.progress-bar-warning {
  background-color: #f0ad4e;
}

/* line 5490, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.progress-striped .progress-bar-warning {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 5497, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.progress-bar-danger {
  background-color: #d9534f;
}

/* line 5501, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.progress-striped .progress-bar-danger {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 5508, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

/* line 5514, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.media,
.media .media {
  margin-top: 15px;
}

/* line 5519, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.media:first-child {
  margin-top: 0;
}

/* line 5523, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.media-object {
  display: block;
}

/* line 5527, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.media-heading {
  margin: 0 0 5px;
}

/* line 5531, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.media > .pull-left {
  margin-right: 10px;
}

/* line 5535, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.media > .pull-right {
  margin-left: 10px;
}

/* line 5539, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 5544, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

/* line 5549, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

/* line 5558, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

/* line 5563, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 5569, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.list-group-item > .badge {
  float: right;
}

/* line 5573, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

/* line 5577, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
a.list-group-item {
  color: #555555;
}

/* line 5581, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
a.list-group-item .list-group-item-heading {
  color: #333333;
}

/* line 5585, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 5591, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

/* line 5600, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}

/* line 5606, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}

/* line 5612, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 5617, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 5622, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 5631, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.panel-body {
  padding: 15px;
}

/* line 5635, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

/* line 5641, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.panel-body:after {
  clear: both;
}

/* line 5645, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

/* line 5651, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.panel-body:after {
  clear: both;
}

/* line 5655, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.panel > .list-group {
  margin-bottom: 0;
}

/* line 5659, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.panel > .list-group .list-group-item {
  border-width: 1px 0;
}

/* line 5663, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 5668, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}

/* line 5672, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 5676, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.panel > .table,
.panel > .table-responsive {
  margin-bottom: 0;
}

/* line 5681, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}

/* line 5686, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

/* line 5691, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

/* line 5706, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

/* line 5721, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.panel > .table-bordered > thead > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}

/* line 5736, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 5743, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 5747, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

/* line 5753, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.panel-title > a {
  color: inherit;
}

/* line 5757, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 5765, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 4px;
}

/* line 5771, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}

/* line 5775, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}

/* line 5779, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}

/* line 5783, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.panel-group .panel-footer {
  border-top: 0;
}

/* line 5787, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}

/* line 5791, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.panel-default {
  border-color: #dddddd;
}

/* line 5795, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}

/* line 5801, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}

/* line 5805, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.panel-default > .panel-heading > .dropdown .caret {
  border-color: #333333 transparent;
}

/* line 5809, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}

/* line 5813, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.panel-primary {
  border-color: #428bca;
}

/* line 5817, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

/* line 5823, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}

/* line 5827, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.panel-primary > .panel-heading > .dropdown .caret {
  border-color: #ffffff transparent;
}

/* line 5831, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}

/* line 5835, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.panel-success {
  border-color: #d6e9c6;
}

/* line 5839, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 5845, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}

/* line 5849, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.panel-success > .panel-heading > .dropdown .caret {
  border-color: #468847 transparent;
}

/* line 5853, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 5857, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.panel-warning {
  border-color: #faebcc;
}

/* line 5861, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 5867, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}

/* line 5871, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.panel-warning > .panel-heading > .dropdown .caret {
  border-color: #c09853 transparent;
}

/* line 5875, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}

/* line 5879, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.panel-danger {
  border-color: #ebccd1;
}

/* line 5883, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 5889, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}

/* line 5893, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.panel-danger > .panel-heading > .dropdown .caret {
  border-color: #b94a48 transparent;
}

/* line 5897, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 5901, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.panel-info {
  border-color: #bce8f1;
}

/* line 5905, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 5911, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}

/* line 5915, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.panel-info > .panel-heading > .dropdown .caret {
  border-color: #3a87ad transparent;
}

/* line 5919, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 5923, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 5934, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 5939, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 5944, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 5949, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

/* line 5960, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 5969, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 5977, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.modal-open {
  overflow: hidden;
}

/* line 5981, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: auto;
  overflow-y: scroll;
}

/* line 5993, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

/* line 6003, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 6009, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.modal-dialog {
  position: relative;
  z-index: 1050;
  width: auto;
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
}

/* line 6018, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
}

/* line 6030, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}

/* line 6040, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 6045, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 6050, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.modal-header {
  min-height: 16.428571429px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

/* line 6056, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 6060, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

/* line 6065, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.modal-body {
  position: relative;
  padding: 20px;
}

/* line 6070, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

/* line 6077, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

/* line 6083, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.modal-footer:after {
  clear: both;
}

/* line 6087, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

/* line 6093, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.modal-footer:after {
  clear: both;
}

/* line 6097, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

/* line 6102, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 6106, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  /* line 6111, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .modal-dialog {
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  /* line 6116, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}

/* line 6122, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

/* line 6133, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 6138, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

/* line 6143, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

/* line 6148, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

/* line 6153, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

/* line 6158, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}

/* line 6168, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 6176, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

/* line 6184, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

/* line 6191, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

/* line 6198, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000000;
  border-width: 5px 5px 5px 0;
}

/* line 6206, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000000;
  border-width: 5px 0 5px 5px;
}

/* line 6214, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

/* line 6222, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

/* line 6229, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

/* line 6236, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

/* line 6255, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.popover.top {
  margin-top: -10px;
}

/* line 6259, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.popover.right {
  margin-left: 10px;
}

/* line 6263, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.popover.bottom {
  margin-top: 10px;
}

/* line 6267, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.popover.left {
  margin-left: -10px;
}

/* line 6271, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

/* line 6282, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 6286, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 6296, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.popover .arrow {
  border-width: 11px;
}

/* line 6300, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.popover .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 6305, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

/* line 6314, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
  content: " ";
}

/* line 6322, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

/* line 6331, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
  content: " ";
}

/* line 6339, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}

/* line 6348, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
  content: " ";
}

/* line 6356, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}

/* line 6365, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
  content: " ";
}

/* line 6373, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.carousel {
  position: relative;
}

/* line 6377, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 6383, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

/* line 6390, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  height: auto;
  max-width: 100%;
  line-height: 1;
}

/* line 6398, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

/* line 6404, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.carousel-inner > .active {
  left: 0;
}

/* line 6408, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 6415, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.carousel-inner > .next {
  left: 100%;
}

/* line 6419, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.carousel-inner > .prev {
  left: -100%;
}

/* line 6423, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

/* line 6428, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 6432, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 6436, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 6450, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.carousel-control.left {
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

/* line 6459, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

/* line 6470, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 6478, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

/* line 6488, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}

/* line 6493, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}

/* line 6498, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}

/* line 6507, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.carousel-control .icon-prev:before {
  content: '\2039';
}

/* line 6511, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 6515, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

/* line 6527, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ffffff;
  border-radius: 10px;
}

/* line 6540, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #ffffff;
}

/* line 6547, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

/* line 6560, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 6565, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .carousel-control .glyphicons-chevron-left,
.carousel-control .glyphicons-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  /* line 6575, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  /* line 6580, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}

/* line 6585, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

/* line 6591, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.clearfix:after {
  clear: both;
}

/* line 6595, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* line 6601, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.pull-right {
  float: right !important;
}

/* line 6605, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.pull-left {
  float: left !important;
}

/* line 6609, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.hide {
  display: none !important;
}

/* line 6613, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.show {
  display: block !important;
}

/* line 6617, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.invisible {
  visibility: hidden;
}

/* line 6621, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 6629, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.hidden {
  display: none !important;
  visibility: hidden !important;
}

/* line 6634, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

/* line 6642, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 6650, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .visible-xs {
    display: block !important;
  }
  /* line 6653, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  tr.visible-xs {
    display: table-row !important;
  }
  /* line 6656, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 6663, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .visible-xs.visible-sm {
    display: block !important;
  }
  /* line 6666, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  /* line 6669, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  th.visible-xs.visible-sm,
td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6676, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .visible-xs.visible-md {
    display: block !important;
  }
  /* line 6679, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  /* line 6682, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  th.visible-xs.visible-md,
td.visible-xs.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  /* line 6689, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .visible-xs.visible-lg {
    display: block !important;
  }
  /* line 6692, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  /* line 6695, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  th.visible-xs.visible-lg,
td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}

/* line 6701, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 6709, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .visible-sm.visible-xs {
    display: block !important;
  }
  /* line 6712, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  /* line 6715, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  th.visible-sm.visible-xs,
td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 6722, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .visible-sm {
    display: block !important;
  }
  /* line 6725, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  tr.visible-sm {
    display: table-row !important;
  }
  /* line 6728, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6735, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .visible-sm.visible-md {
    display: block !important;
  }
  /* line 6738, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  /* line 6741, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  th.visible-sm.visible-md,
td.visible-sm.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  /* line 6748, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .visible-sm.visible-lg {
    display: block !important;
  }
  /* line 6751, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  /* line 6754, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  th.visible-sm.visible-lg,
td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}

/* line 6760, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 6768, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .visible-md.visible-xs {
    display: block !important;
  }
  /* line 6771, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  /* line 6774, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  th.visible-md.visible-xs,
td.visible-md.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 6781, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .visible-md.visible-sm {
    display: block !important;
  }
  /* line 6784, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  /* line 6787, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  th.visible-md.visible-sm,
td.visible-md.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6794, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .visible-md {
    display: block !important;
  }
  /* line 6797, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  tr.visible-md {
    display: table-row !important;
  }
  /* line 6800, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  /* line 6807, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .visible-md.visible-lg {
    display: block !important;
  }
  /* line 6810, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  /* line 6813, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  th.visible-md.visible-lg,
td.visible-md.visible-lg {
    display: table-cell !important;
  }
}

/* line 6819, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 6827, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .visible-lg.visible-xs {
    display: block !important;
  }
  /* line 6830, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  /* line 6833, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  th.visible-lg.visible-xs,
td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 6840, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .visible-lg.visible-sm {
    display: block !important;
  }
  /* line 6843, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  /* line 6846, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  th.visible-lg.visible-sm,
td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6853, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .visible-lg.visible-md {
    display: block !important;
  }
  /* line 6856, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  /* line 6859, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  th.visible-lg.visible-md,
td.visible-lg.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  /* line 6866, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .visible-lg {
    display: block !important;
  }
  /* line 6869, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  tr.visible-lg {
    display: table-row !important;
  }
  /* line 6872, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}

/* line 6878, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.hidden-xs {
  display: block !important;
}

/* line 6882, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
tr.hidden-xs {
  display: table-row !important;
}

/* line 6886, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}

@media (max-width: 767px) {
  /* line 6892, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .hidden-xs,
tr.hidden-xs,
th.hidden-xs,
td.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 6901, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .hidden-xs.hidden-sm,
tr.hidden-xs.hidden-sm,
th.hidden-xs.hidden-sm,
td.hidden-xs.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6910, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .hidden-xs.hidden-md,
tr.hidden-xs.hidden-md,
th.hidden-xs.hidden-md,
td.hidden-xs.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 6919, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .hidden-xs.hidden-lg,
tr.hidden-xs.hidden-lg,
th.hidden-xs.hidden-lg,
td.hidden-xs.hidden-lg {
    display: none !important;
  }
}

/* line 6927, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.hidden-sm {
  display: block !important;
}

/* line 6931, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
tr.hidden-sm {
  display: table-row !important;
}

/* line 6935, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}

@media (max-width: 767px) {
  /* line 6941, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .hidden-sm.hidden-xs,
tr.hidden-sm.hidden-xs,
th.hidden-sm.hidden-xs,
td.hidden-sm.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 6950, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .hidden-sm,
tr.hidden-sm,
th.hidden-sm,
td.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6959, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .hidden-sm.hidden-md,
tr.hidden-sm.hidden-md,
th.hidden-sm.hidden-md,
td.hidden-sm.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 6968, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .hidden-sm.hidden-lg,
tr.hidden-sm.hidden-lg,
th.hidden-sm.hidden-lg,
td.hidden-sm.hidden-lg {
    display: none !important;
  }
}

/* line 6976, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.hidden-md {
  display: block !important;
}

/* line 6980, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
tr.hidden-md {
  display: table-row !important;
}

/* line 6984, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}

@media (max-width: 767px) {
  /* line 6990, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .hidden-md.hidden-xs,
tr.hidden-md.hidden-xs,
th.hidden-md.hidden-xs,
td.hidden-md.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 6999, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .hidden-md.hidden-sm,
tr.hidden-md.hidden-sm,
th.hidden-md.hidden-sm,
td.hidden-md.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7008, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .hidden-md,
tr.hidden-md,
th.hidden-md,
td.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 7017, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .hidden-md.hidden-lg,
tr.hidden-md.hidden-lg,
th.hidden-md.hidden-lg,
td.hidden-md.hidden-lg {
    display: none !important;
  }
}

/* line 7025, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.hidden-lg {
  display: block !important;
}

/* line 7029, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
tr.hidden-lg {
  display: table-row !important;
}

/* line 7033, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}

@media (max-width: 767px) {
  /* line 7039, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .hidden-lg.hidden-xs,
tr.hidden-lg.hidden-xs,
th.hidden-lg.hidden-xs,
td.hidden-lg.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 7048, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .hidden-lg.hidden-sm,
tr.hidden-lg.hidden-sm,
th.hidden-lg.hidden-sm,
td.hidden-lg.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7057, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .hidden-lg.hidden-md,
tr.hidden-lg.hidden-md,
th.hidden-lg.hidden-md,
td.hidden-lg.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 7066, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .hidden-lg,
tr.hidden-lg,
th.hidden-lg,
td.hidden-lg {
    display: none !important;
  }
}

/* line 7074, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}

@media print {
  /* line 7082, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .visible-print {
    display: block !important;
  }
  /* line 7085, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  tr.visible-print {
    display: table-row !important;
  }
  /* line 7088, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
  /* line 7092, app/assets/stylesheets/directlinks/most_bets/bootstrap.scss */
  .hidden-print,
tr.hidden-print,
th.hidden-print,
td.hidden-print {
    display: none !important;
  }
}
/* line 1, app/assets/stylesheets/directlinks/most_bets/styles.scss */
.footer {
  border-top: 1px solid #eee;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}

/* Main marketing message and sign up button */
/* line 9, app/assets/stylesheets/directlinks/most_bets/styles.scss */
.jumbotron {
  text-align: center;
  background-color: transparent;
}

/* line 12, app/assets/stylesheets/directlinks/most_bets/styles.scss */
.jumbotron.no-frames {
  text-align: left;
  background-color: #eeeeee;
  margin: 10px;
  border-radius: 6px;
}

/* line 17, app/assets/stylesheets/directlinks/most_bets/styles.scss */
.jumbotron.no-frames h4 {
  font-weight: bold;
}

/* line 20, app/assets/stylesheets/directlinks/most_bets/styles.scss */
.jumbotron.no-frames .btn {
  padding: 10px 16px;
}

/* line 23, app/assets/stylesheets/directlinks/most_bets/styles.scss */
.jumbotron.no-frames p {
  word-break: break-all;
}

/* line 26, app/assets/stylesheets/directlinks/most_bets/styles.scss */
.jumbotron.no-frames h4, .jumbotron.no-frames p, .jumbotron.no-frames a {
  font-size: 16px;
}

/* line 31, app/assets/stylesheets/directlinks/most_bets/styles.scss */
.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}

/* line 36, app/assets/stylesheets/directlinks/most_bets/styles.scss */
.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}

/* line 41, app/assets/stylesheets/directlinks/most_bets/styles.scss */
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}

/* line 45, app/assets/stylesheets/directlinks/most_bets/styles.scss */
.form-signin .checkbox {
  font-weight: normal;
}

/* line 48, app/assets/stylesheets/directlinks/most_bets/styles.scss */
.form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 57, app/assets/stylesheets/directlinks/most_bets/styles.scss */
.form-signin .form-control:focus {
  z-index: 2;
}

/* line 60, app/assets/stylesheets/directlinks/most_bets/styles.scss */
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 65, app/assets/stylesheets/directlinks/most_bets/styles.scss */
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 70, app/assets/stylesheets/directlinks/most_bets/styles.scss */
.surebets {
  /*font-size: 14px;*/
  line-height: 1.3;
}

/* line 74, app/assets/stylesheets/directlinks/most_bets/styles.scss */
.surebets .panel-body {
  padding: 6px;
}

/* line 77, app/assets/stylesheets/directlinks/most_bets/styles.scss */
.surebets .panel-danger {
  border-color: #D9534F;
}

/* line 80, app/assets/stylesheets/directlinks/most_bets/styles.scss */
.surebets .panel-warning {
  border-color: orange;
}

/* line 83, app/assets/stylesheets/directlinks/most_bets/styles.scss */
.surebets .panel-success {
  border-color: #5CB85C;
}

/* line 86, app/assets/stylesheets/directlinks/most_bets/styles.scss */
.surebets .table {
  margin: 0;
  padding: 0;
}

/* line 90, app/assets/stylesheets/directlinks/most_bets/styles.scss */
.surebets .table thead tr th {
  border-bottom: 1px;
  font-weight: normal;
}

/* line 94, app/assets/stylesheets/directlinks/most_bets/styles.scss */
.surebets small {
  font-size: 11px;
}

/* line 97, app/assets/stylesheets/directlinks/most_bets/styles.scss */
.surebets .percent {
  font-size: 20px;
}

/* line 100, app/assets/stylesheets/directlinks/most_bets/styles.scss */
.surebets .toolbar {
  width: 3.0%;
}

/* line 103, app/assets/stylesheets/directlinks/most_bets/styles.scss */
.filter {
  margin: 0 0 5px 0;
}

/* line 106, app/assets/stylesheets/directlinks/most_bets/styles.scss */
.filter h2 {
  margin: 0px;
}

/* line 109, app/assets/stylesheets/directlinks/most_bets/styles.scss */
.filter .lead {
  margin: 0px;
}

/* line 112, app/assets/stylesheets/directlinks/most_bets/styles.scss */
.filter .col-md-6 {
  padding: 0 1px 0 1px;
}

/* line 115, app/assets/stylesheets/directlinks/most_bets/styles.scss */
.filter .row {
  padding: 0 15px 5px 15px;
}

/* line 118, app/assets/stylesheets/directlinks/most_bets/styles.scss */
.filter .checkbox {
  margin: 0;
}

/*UPDATED STYLES*/
/* line 128, app/assets/stylesheets/directlinks/most_bets/styles.scss */
.styles-updated .panel-body {
  padding: 10px;
}

/* line 131, app/assets/stylesheets/directlinks/most_bets/styles.scss */
.styles-updated div[class^='col-md-'] {
  padding: 0;
}

/* line 134, app/assets/stylesheets/directlinks/most_bets/styles.scss */
.styles-updated div[class^='col-md-'] img {
  text-align: center;
}

/* line 135, app/assets/stylesheets/directlinks/most_bets/styles.scss */
.styles-updated div[class^='col-md-'] .row {
  margin: 0;
}

/* line 136, app/assets/stylesheets/directlinks/most_bets/styles.scss */
.styles-updated div[class^='col-md-'] .calc {
  margin: 0 0 10px;
}

/* line 139, app/assets/stylesheets/directlinks/most_bets/styles.scss */
.styles-updated div.col-md-8_half .row {
  margin: 0;
}

/* line 140, app/assets/stylesheets/directlinks/most_bets/styles.scss */
.styles-updated .label {
  padding: 6px 9px;
  margin-right: 10px;
}

/* line 144, app/assets/stylesheets/directlinks/most_bets/styles.scss */
.vertical-styles p {
  margin: 0;
}

/* line 145, app/assets/stylesheets/directlinks/most_bets/styles.scss */
.row.vertical-styles {
  display: table;
  width: 100%;
}

/* line 149, app/assets/stylesheets/directlinks/most_bets/styles.scss */
.row.vertical-styles > div[class^='col-md-'] {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

@media (min-width: 992px) {
  /* line 155, app/assets/stylesheets/directlinks/most_bets/styles.scss */
  .styles-updated .col-md-1_half {
    width: 12.6667%;
    float: left;
  }
  /* line 159, app/assets/stylesheets/directlinks/most_bets/styles.scss */
  .col-md-0 {
    float: left;
    width: 4.6667%;
  }
  /* line 163, app/assets/stylesheets/directlinks/most_bets/styles.scss */
  .styles-updated .col-md-8_half {
    float: left;
    width: 69.6667%;
    padding-left: 10px !important;
  }
  /* line 168, app/assets/stylesheets/directlinks/most_bets/styles.scss */
  .styles-updated .col-md-9_half {
    float: right;
    width: 74%;
  }
}

@media (max-width: 992px) {
  /* line 174, app/assets/stylesheets/directlinks/most_bets/styles.scss */
  .row {
    margin-bottom: 10px !important;
  }
}

/* line 176, app/assets/stylesheets/directlinks/most_bets/styles.scss */
.icomoon-arrow-up {
  color: #5cb85c;
  font-size: 10px;
}

/* line 180, app/assets/stylesheets/directlinks/most_bets/styles.scss */
.icomoon-arrow-down {
  color: #d9534f;
  font-size: 10px;
}

/* line 185, app/assets/stylesheets/directlinks/most_bets/styles.scss */
.icomoon-arrow-up.gray {
  color: #aaaaaa;
}

/* line 189, app/assets/stylesheets/directlinks/most_bets/styles.scss */
.ui-dialog {
  z-index: 1001 !important;
}

/* line 191, app/assets/stylesheets/directlinks/most_bets/styles.scss */
#Bookmakers .modal-body ul li {
  float: left;
  width: 33%;
}

/* line 196, app/assets/stylesheets/directlinks/most_bets/styles.scss */
#Sports .modal-body ul li {
  float: left;
  width: 50%;
}

/*Styles for content-table*/
/* line 202, app/assets/stylesheets/directlinks/most_bets/styles.scss */
.content-table {
  margin-bottom: 7px;
}

/* line 203, app/assets/stylesheets/directlinks/most_bets/styles.scss */
.content-table table {
  border-collapse: collapse;
  padding: 0;
  margin: 0;
  width: 100%;
  line-height: 29px;
}

/* line 210, app/assets/stylesheets/directlinks/most_bets/styles.scss */
.content-table table th {
  text-align: center;
  background: #9eafbc;
  border-left: 1px solid #e0eef6;
  font-size: 13px;
  color: #fff;
  padding: 5px 0;
  border: none;
  width: 284px;
}

/* line 220, app/assets/stylesheets/directlinks/most_bets/styles.scss */
.content-table table td {
  text-align: center;
  padding: 2px 0;
  border-left: 1px solid #e0eef6;
}

/* line 225, app/assets/stylesheets/directlinks/most_bets/styles.scss */
.content-table table th.check {
  width: 74px;
}

/* line 226, app/assets/stylesheets/directlinks/most_bets/styles.scss */
.content-table table th:first-child {
  -moz-border-radius: 10px 0 0 0;
  -webkit-border-radius: 10px 0 0 0;
  -khtml-border-radius: 10px 0 0 0;
  border-radius: 10px 0 0 0;
}

/* line 232, app/assets/stylesheets/directlinks/most_bets/styles.scss */
.content-table table th:last-child {
  -moz-border-radius: 0 10px 0 0;
  -webkit-border-radius: 0 10px 0 0;
  -khtml-border-radius: 0 10px 0 0;
  border-radius: 0 10px 0 0;
}

/* line 239, app/assets/stylesheets/directlinks/most_bets/styles.scss */
.content-table table th:first-child,
.content-table table td:first-child {
  border: none;
  padding-left: 46px;
  text-align: left;
}

/* line 245, app/assets/stylesheets/directlinks/most_bets/styles.scss */
.content-table table .name {
  padding-left: 46px;
  text-align: left;
}

/* line 249, app/assets/stylesheets/directlinks/most_bets/styles.scss */
.content-table table .price {
  text-align: right;
  padding-right: 40px;
  font-weight: bold;
}

/* line 255, app/assets/stylesheets/directlinks/most_bets/styles.scss */
.content-table table tr:nth-child(2n) td {
  background: #f1f6f9;
}

/* line 258, app/assets/stylesheets/directlinks/most_bets/styles.scss */
.content-table table input[type='text'] {
  width: 80px;
  padding: 3px 10px;
  text-align: right;
}

/* line 263, app/assets/stylesheets/directlinks/most_bets/styles.scss */
.content-table table tfoot {
  padding: 10px;
}

/* line 265, app/assets/stylesheets/directlinks/most_bets/styles.scss */
.content-table table tfoot td {
  background: #e7f0f5;
  font-size: 15px;
  font-weight: bold;
  padding-top: 32px;
  background: url(/images/bg-table-footer.gif) repeat-x 0 100%;
}

/* line 272, app/assets/stylesheets/directlinks/most_bets/styles.scss */
.content-table table select {
  font-size: 13px;
}

/* line 275, app/assets/stylesheets/directlinks/most_bets/styles.scss */
.content-table tr .settings {
  width: 110px;
}

/* line 276, app/assets/stylesheets/directlinks/most_bets/styles.scss */
.content-table tr .width200 {
  width: 200px;
}

/* line 278, app/assets/stylesheets/directlinks/most_bets/styles.scss */
#tab-accounting #acc_grid .k-grid-content {
  min-height: 500px !important;
}
/* line 1, app/assets/stylesheets/directlinks/main/bets.css.scss */
#bet-view-header.navbar-default {
  margin-bottom: 0px;
  background-color: #EEEEEE;
  background-image: none;
  border-color: #e7e7e7;
  /* columns of same height styles */
}

/* line 6, app/assets/stylesheets/directlinks/main/bets.css.scss */
#bet-view-header.navbar-default a.navbar-brand {
  display: block;
  width: 177px;
  height: 50px;
  margin: 0 auto;
  float: none;
}

/* line 13, app/assets/stylesheets/directlinks/main/bets.css.scss */
#bet-view-header.navbar-default a.navbar-brand.navbar-bb {
  background: url(/images/black-betburger-logo.png) no-repeat;
  background-size: contain;
}

/* line 17, app/assets/stylesheets/directlinks/main/bets.css.scss */
#bet-view-header.navbar-default a.navbar-brand.navbar-abb {
  background: url(/images/logo_darck_full.png) no-repeat;
  background-size: contain;
}

/* line 22, app/assets/stylesheets/directlinks/main/bets.css.scss */
#bet-view-header.navbar-default .sport-coll .icon {
  margin-top: 2px;
}

/* line 25, app/assets/stylesheets/directlinks/main/bets.css.scss */
#bet-view-header.navbar-default .sport-coll p.small {
  margin: 0px;
}

/* line 29, app/assets/stylesheets/directlinks/main/bets.css.scss */
#bet-view-header.navbar-default .col-md-2.sport-coll .results {
  height: 16px;
}

/* line 34, app/assets/stylesheets/directlinks/main/bets.css.scss */
#bet-view-header.navbar-default .container-xs-height {
  display: table;
  padding-left: 0px;
  padding-right: 0px;
}

/* line 39, app/assets/stylesheets/directlinks/main/bets.css.scss */
#bet-view-header.navbar-default .row-xs-height {
  display: table;
  width: 100%;
}

/* line 43, app/assets/stylesheets/directlinks/main/bets.css.scss */
#bet-view-header.navbar-default .col-xs-height {
  display: table-cell;
  float: none !important;
}

@media (min-width: 768px) {
  /* line 49, app/assets/stylesheets/directlinks/main/bets.css.scss */
  #bet-view-header.navbar-default .row-sm-height {
    display: table;
    width: 100%;
  }
  /* line 53, app/assets/stylesheets/directlinks/main/bets.css.scss */
  #bet-view-header.navbar-default .col-sm-height {
    display: table-cell;
    float: none !important;
  }
}

@media (min-width: 992px) {
  /* line 59, app/assets/stylesheets/directlinks/main/bets.css.scss */
  #bet-view-header.navbar-default .row-md-height {
    display: table;
    width: 100%;
  }
  /* line 63, app/assets/stylesheets/directlinks/main/bets.css.scss */
  #bet-view-header.navbar-default .col-md-height {
    display: table-cell;
    float: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 69, app/assets/stylesheets/directlinks/main/bets.css.scss */
  #bet-view-header.navbar-default .row-lg-height {
    display: table;
    width: 100%;
  }
  /* line 73, app/assets/stylesheets/directlinks/main/bets.css.scss */
  #bet-view-header.navbar-default .col-lg-height {
    display: table-cell;
    float: none !important;
  }
}

/* line 78, app/assets/stylesheets/directlinks/main/bets.css.scss */
#bet-view-header.navbar-default .col-top {
  vertical-align: top;
}

/* line 81, app/assets/stylesheets/directlinks/main/bets.css.scss */
#bet-view-header.navbar-default .col-middle {
  vertical-align: middle;
}

/* line 84, app/assets/stylesheets/directlinks/main/bets.css.scss */
#bet-view-header.navbar-default .col-bottom {
  vertical-align: bottom;
}

/* line 88, app/assets/stylesheets/directlinks/main/bets.css.scss */
.top-padding {
  margin-top: 5px;
}

/* line 92, app/assets/stylesheets/directlinks/main/bets.css.scss */
.jumbotron.no-frames .direct_link-desceiption a {
  font-size: 14px;
}
@charset "UTF-8";
/* line 1, app/assets/stylesheets/directlinks/sports.css.scss */
.icon {
  height: 37px;
  margin: 0 auto;
  text-indent: -9999px;
  width: 40px;
  background: url(/assets/betbakery/sport_icons-66c8832f5a3e2e52a4885d78d3ea8b5892afa508957a91517ce58f54662a4378.png) no-repeat;
}

/* line 9, app/assets/stylesheets/directlinks/sports.css.scss */
.icon-1 {
  /* baseball */
  background-position: -437px -13px;
}

/* line 14, app/assets/stylesheets/directlinks/sports.css.scss */
.icon-2 {
  /* basketball */
  background-position: -387px -13px;
}

/* line 19, app/assets/stylesheets/directlinks/sports.css.scss */
.icon-3 {
  /*  futsal */
  width: 45px;
  background-position: -2017px -15px;
}

/* line 25, app/assets/stylesheets/directlinks/sports.css.scss */
.icon-4 {
  /* futsal */
  width: 45px;
  background-position: -2017px -15px;
}

/* line 31, app/assets/stylesheets/directlinks/sports.css.scss */
.icon-5 {
  /* handball */
  background-position: -966px -13px;
}

/* line 36, app/assets/stylesheets/directlinks/sports.css.scss */
.icon-6 {
  /* ice hockey */
  background-position: -658px -13px;
}

/* line 41, app/assets/stylesheets/directlinks/sports.css.scss */
.icon-7 {
  /* soccer */
  background-position: 0 -15px;
}

/* line 46, app/assets/stylesheets/directlinks/sports.css.scss */
.icon-8 {
  /* tennis */
  background-position: -596px -13px;
}

/* line 51, app/assets/stylesheets/directlinks/sports.css.scss */
.icon-9 {
  /* volleyball */
  background-position: -86px -13px;
}

/*/*.icon-- { // shooting
//  background-position: -494px 0;
//}*/
/* line 59, app/assets/stylesheets/directlinks/sports.css.scss */
.icon-10 {
  /* american football */
  background-position: -544px -13px;
}

/* line 64, app/assets/stylesheets/directlinks/sports.css.scss */
.icon-11 {
  /* snooker */
  background-position: -226px -13px;
}

/* line 69, app/assets/stylesheets/directlinks/sports.css.scss */
.icon-12 {
  /* darts */
  background-position: -918px -13px;
}

/* line 74, app/assets/stylesheets/directlinks/sports.css.scss */
.icon-13 {
  /* table tennis */
  background-position: -40px -14px;
}

/* line 79, app/assets/stylesheets/directlinks/sports.css.scss */
.icon-14 {
  /* badminton */
  background-position: -182px -14px;
}

/* line 84, app/assets/stylesheets/directlinks/sports.css.scss */
.icon-15 {
  /* rugby league */
  background-position: -136px -14px;
}

/*.icon-- { // curling */
/* line 92, app/assets/stylesheets/directlinks/sports.css.scss */
.icon-16 {
  /* water-polo */
  background-position: -330px -14px;
}

/* line 97, app/assets/stylesheets/directlinks/sports.css.scss */
.icon-17 {
  /* bandy */
  background-position: -707px -14px;
}

/* line 102, app/assets/stylesheets/directlinks/sports.css.scss */
.icon-18 {
  /* Martial Arts */
  background-position: -1160px -15px;
}

/* line 107, app/assets/stylesheets/directlinks/sports.css.scss */
.icon-19 {
  /* field hockey */
  background-position: -826px -13px;
}

/* line 112, app/assets/stylesheets/directlinks/sports.css.scss */
.icon-20 {
  /* AFL */
  background-position: 0 -15px;
}

/* line 117, app/assets/stylesheets/directlinks/sports.css.scss */
.icon-21 {
  /* e-sports */
  background-position: -1209px -15px;
}

/* line 122, app/assets/stylesheets/directlinks/sports.css.scss */
.icon-22 {
  /* chess */
  background-position: -878px -14px;
}

/* line 127, app/assets/stylesheets/directlinks/sports.css.scss */
.icon-23 {
  /* Gaelic Sport */
  background-position: -2071px -9px;
  margin-bottom: 0px;
  width: 46px;
  height: 45px;
}

/* line 135, app/assets/stylesheets/directlinks/sports.css.scss */
.icon-24 {
  /* cricket */
  background-position: -763px -14px;
}

/* line 140, app/assets/stylesheets/directlinks/sports.css.scss */
.icon-25 {
  /* Formula 1 */
  background-position: -1258px -13px;
}

/* line 145, app/assets/stylesheets/directlinks/sports.css.scss */
.icon-26 {
  /* athletics */
  width: 43px;
  height: 43px;
  background-position: -1354px -10px;
}

/*//.icon-- {
//  background-position: -1115px 0;
//}
// fake sports*/
/* line 156, app/assets/stylesheets/directlinks/sports.css.scss */
.icon-27 {
  /* Motorsport */
  height: 45px;
  background-position: -2395px -0px;
}

/* line 162, app/assets/stylesheets/directlinks/sports.css.scss */
.icon-28 {
  /* cycling */
  width: 47px;
  background-position: -1453px -16px;
}

/* line 168, app/assets/stylesheets/directlinks/sports.css.scss */
.icon-29 {
  /* beach volleyball */
  background-position: -1019px -13px;
}

/* line 173, app/assets/stylesheets/directlinks/sports.css.scss */
.icon-30 {
  /* Horse Racing */
  background-position: -1531px -7px;
  width: 68px;
  height: 46px;
}

/* line 180, app/assets/stylesheets/directlinks/sports.css.scss */
.icon-31 {
  /* Biathlon */
  background-position: -1658px -7px;
  width: 47px;
  height: 46px;
}

/* line 186, app/assets/stylesheets/directlinks/sports.css.scss */
.icon-32 {
  /* Сurling */
  background-position: -2123px -1px;
  width: 46px;
  height: 37px;
}

/* line 192, app/assets/stylesheets/directlinks/sports.css.scss */
.icon-34 {
  /* Netball  */
  background-position: -2182px -15px;
  width: 35px;
  height: 35px;
}

/* line 198, app/assets/stylesheets/directlinks/sports.css.scss */
.icon-35 {
  /* Beach soccer  */
  background-position: -2233px -10px;
  width: 45px;
  height: 45px;
}

/* line 204, app/assets/stylesheets/directlinks/sports.css.scss */
.icon-36 {
  /* Floorball  */
  background-position: -2278px -10px;
  width: 45px;
  height: 45px;
}

/* line 210, app/assets/stylesheets/directlinks/sports.css.scss */
.icon-43 {
  /* rugby league */
  background-position: -136px -14px;
}

/* line 214, app/assets/stylesheets/directlinks/sports.css.scss */
.icon-44 {
  /* Boxing */
  background-position: -1160px -15px;
}

/* line 218, app/assets/stylesheets/directlinks/sports.css.scss */
.icon-45 {
  /* MMA */
  background-position: -1160px -15px;
}

/* line 222, app/assets/stylesheets/directlinks/sports.css.scss */
.icon-46 {
  /* dota2 */
  background-position: -1209px -15px;
}

/* line 226, app/assets/stylesheets/directlinks/sports.css.scss */
.icon-47 {
  /* CS:GO */
  background-position: -1209px -15px;
}

/* line 230, app/assets/stylesheets/directlinks/sports.css.scss */
.icon-48 {
  /* lol */
  background-position: -1209px -15px;
}

/* line 234, app/assets/stylesheets/directlinks/sports.css.scss */
.icon-49 {
  /* golf */
  width: 25px;
  height: 55px;
  background-position: -1500px 0px;
}

/* line 240, app/assets/stylesheets/directlinks/sports.css.scss */
.icon-50 {
  /* lacrosse */
  height: 45px;
  background-position: -2340px 0px;
}
/* line 1, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bookmaker {
  float: none;
  margin-right: 5px;
  vertical-align: middle;
}

/* line 7, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table, #tab-bookmaker-clones table, #tab-accounting table, .results {
  /* Skrill */
  /* Webmoney */
  /* Qiwi */
  /* pinnacle */
  /* betcity */
  /* sbobet */
  /* marathon */
  /* 188bet */
  /* fonbet */
  /* LSBet */
  /* baltbet */
  /* bwin */
  /* bet365 */
  /* betfair */
  /* DafabetOW */
  /* william hill */
  /* expect */
  /* zenit */
  /* tennisi */
  /* parimatch */
  /* ligastavok */
  /* unibet */
  /* dafabet */
  /* 1xbet */
  /* favbet */
  /* bet-at-home */
  /* 10bet */
  /* 5 dimes */
  /* 21bet */
  /* olimp */
  /* retabet */
  /* Tipico */
  /* leon */
  /* matchbook */
  /* ladbrokes */
  /* jetbull */
  /* vbet */
  /* goalsfeed */
  /* titanbet */
  /* 1xbetExchange */
  /* betdaq */
  /* tipsport */
  /* the greek */
  /* rivalo */
  /* redbet */
  /* marathon.uk */
  /* SportpesaKenya */
  /* betfred */
  /* bookmaker.eu */
  /* totolotek */
  /* betsson */
  /* coral */
  /* smarkets */
  /* intertops */
  /* boylesports */
  /* paddypower */
  /* planetwin365 */
  /* Betshop */
  /* betonline */
  /* cashpoint */
  /* asianodds */
  /* Bet9ja */
  /* interwetten */
  /* Anonibet */
  /* stanjames */
  /* goalbet */
  /* betsafe */
  /* betvictor */
  /* formula uspeha */
  /* admiral */
  /* bettopsport */
  /* oraculas */
  /* crystalbet */
  /* winlinebet */
  /* gobetgo */
  /* iforbet */
  /* tonybet */
  /* centrebet */
  /* stoiximan */
  /* 18bet */
  /* betway */
  /* BFSportbook */
  /* FortunaWin */
  /* Kladise */
  /* Betin */
  /* Novibet */
  /* Suertia */
  /* WPlay.co */
  /* Skybet */
  /* WBX */
  /* hititbet */
  /* totesport */
  /* corbett */
  /* Championsbet */
  /* Cloudbet */
  /* Pamestoixima */
  /* Eurolotto */
  /* Bigbetworld */
  /* Partybets */
  /* kirolbet */
  /* Sportpesa */
  /* Pokerstars */
  /* Gamebookers */
  /* codere */
  /* vodds */
  /* Snai */
  /* Sisal */
  /* Adjarabet */
  /* Sportmarket */
  /* Eurobet */
  /* Lottomatica */
  /* Mijugada */
  /* Goldbetshop */
  /* come on */
  /* netbet */
  /* fun88 */
  /* roadbet */
  /* bet red kings */
  /* nox win */
  /* 24h poker */
  /* winner */
  /* vernons */
  /* 888sport */
  /* island casino */
  /* sportbet */
  /* gamebookers  */
  /* partybets  */
  /* panbet */
  /* odds ring */
  /* 32red */
  /* bizonbet */
  /* vivarobet */
  /* giocodigitale  */
  /* whitebet */
  /* betrally */
  /* rubet */
  /* 1 bet */
  /* 337bet */
  /* contorabet */
  /* ladbrokes exchange */
  /* melbet */
  /* sectorbet */
  /* olybet */
  /* heypoker */
  /* betclic */
  /* rivalo */
  /* cardbet */
  /* nederbet */
  /* allsport365 */
  /* nordicbet */
  /* betcity clone */
  /* favtoto */
  /* baltplay */
  /* betstar */
  /* olimpkz */
  /* parimatch clone */
  /* bet10 */
  /* 1-xbet */
  /* ruunibet */
  /* betcity mk */
  /* profit betting */
  /* betmarathon */
  /* sportsbetting */
  /* lowvig */
  /* betmaclean */
  /* seaniamac */
  /* apollobet */
  /* betcris */
  /* betsafe */
  /* joinbet */
  /* betdsi */
  /* betsonic */
  /* bet365mob */
  /* dashbet */
  /* pinn1111 */
  /* 1X2sports */
  /* Paf */
  /* RedStar */
  /* JenningsBet */
  /* BetiBet */
  /* Sportsbet */
  /* Zirkabet */
  /* Bet365GR */
  /* Statusbet */
  /* Sportsbook-uk */
  /* Mark Jarvis */
  /* Scotbet */
  /* Chisolmbet */
  /* sportingbet158 */
  /* ruparimatch */
  /* mobilbet */
  /* inkabet */
  /* miljugadas */
  /* odeonbet */
  /* x-tip */
  /* youwin */
  /* Circus */
  /* Dlvbet */
  /* Goldenpalace */
  /* sbobet Pic5678 clone*/
  /* Betcity.by */
  /* Parimatch.by */
  /* Marathonbet.by */
  /* Favbet.by */
  /* Tennisi.by */
  /* www.1xbet */
  /* william hill Mob */
  /* Sports Williamhill */
  /* 1xbet2 */
  /* 1-x-sport-bet */
  /* www1.pin1111.com */
  /* Sports Whbetting */
  /* 1xbetbk */
  /* Ladbrokes.au */
  /* Pin2222 */
  /* InterwettenGR */
  /* unibetUK */
  /* Sportium */
  /* Pinnacle6502 */
  /* mbet */
  /* mbet128 */
  /* 188sb */
  /* 1527846mr.com */
  /* 10bet100.com */
  /* sportingbet */
  /* Tennisi1.com */
  /* GiocoDigitale/ */
  /* redbet */
  /* Vistabet */
  /* totesport */
  /* netbet.gr */
  /* Verusbet */
  /* Greenwin */
  /* Magicbet */
  /* Safebet */
  /* 1xbit/ */
  /* sportingbet */
  /* 12bet */
  /* offsidebet */
  /* etoto */
  /* RoyalPanda */
  /* LeoVegas */
  /* Adjarabet */
  /* Surebet247 */
  /* Betsson.es */
  /* Tempobet */
  /* Luckia.es */
  /* Betplay */
  /* TotoGaming */
  /* Betingem */
  /* Betclub */
  /* Finbet */
  /* Jambo */
  /* parimatchRu */
  /* AsianPinnacle */
  /* MyBet */
  /* totolotek */
  /* WPlay.co */
  /* Goldbetshop */
  /* */
}

/* line 8, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bookmaker, #tab-bookmaker-clones table .bookmaker, #tab-accounting table .bookmaker, .results .bookmaker {
  background: url(/assets/bookmakers-icons-18530bfebcd60b8e4de15a61de03e827cf9972d1a78db6fd846e18cf83b3e21c.png) no-repeat;
  display: inline-block;
  height: 16px;
  width: 75px;
  text-indent: -9999px;
}

/* line 16, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .p1, #tab-bookmaker-clones table .p1, #tab-accounting table .p1, .results .p1 {
  background-position: 0 -140px;
}

/* line 17, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .p2, #tab-bookmaker-clones table .p2, #tab-accounting table .p2, .results .p2 {
  background-position: 0 -63px;
}

/* line 18, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .p3, #tab-bookmaker-clones table .p3, #tab-accounting table .p3, .results .p3 {
  background-position: 0 -217px;
}

/* line 20, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b1, #tab-bookmaker-clones table .b1, #tab-accounting table .b1, .results .b1 {
  background-position: 0 -37px;
}

/* line 21, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b2, #tab-bookmaker-clones table .b2, #tab-accounting table .b2, .results .b2 {
  background-position: 0 -114px;
}

/* line 22, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b3, #tab-bookmaker-clones table .b3, #tab-accounting table .b3, .results .b3 {
  background-position: 0 -2162px;
}

/* line 23, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b4, #tab-bookmaker-clones table .b4, #tab-accounting table .b4, .results .b4 {
  background-position: 0 -3001px;
}

/* line 24, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b5, #tab-bookmaker-clones table .b5, #tab-accounting table .b5, .results .b5 {
  background-position: 0 -1062px;
}

/* line 25, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b6, #tab-bookmaker-clones table .b6, #tab-accounting table .b6, .results .b6 {
  background-position: 0 -1787px;
}

/* line 26, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b7, #tab-bookmaker-clones table .b7, #tab-accounting table .b7, .results .b7 {
  background-position: 0 -1337px;
}

/* line 27, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b8, #tab-bookmaker-clones table .b8, #tab-accounting table .b8, .results .b8 {
  background-position: 0 -2062px;
}

/* line 28, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b9, #tab-bookmaker-clones table .b9, #tab-accounting table .b9, .results .b9 {
  background-position: 0 -166px;
}

/* line 29, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b10, #tab-bookmaker-clones table .b10, #tab-accounting table .b10, .results .b10 {
  background-position: 0 -1087px;
}

/* line 30, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b11, #tab-bookmaker-clones table .b11, #tab-accounting table .b11, .results .b11 {
  background-position: 0 -11px;
}

/* line 31, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b12, #tab-bookmaker-clones table .b12, #tab-accounting table .b12, .results .b12 {
  background-position: 0 -371px;
}

/* line 32, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b13, #tab-bookmaker-clones table .b13, #tab-accounting table .b13, .results .b13 {
  background-position: 0 -346px;
}

/* line 33, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b14, #tab-bookmaker-clones table .b14, #tab-accounting table .b14, .results .b14 {
  background-position: 0 -269px;
}

/* line 34, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b15, #tab-bookmaker-clones table .b15, #tab-accounting table .b15, .results .b15 {
  background-position: 0 -2087px;
}

/* line 35, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b16, #tab-bookmaker-clones table .b16, #tab-accounting table .b16, .results .b16 {
  background-position: 0 -2113px;
}

/* line 36, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b17, #tab-bookmaker-clones table .b17, #tab-accounting table .b17, .results .b17 {
  background-position: 0 -89px;
}

/* line 37, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b18, #tab-bookmaker-clones table .b18, #tab-accounting table .b18, .results .b18 {
  background-position: 0 -449px;
}

/* line 38, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b19, #tab-bookmaker-clones table .b19, #tab-accounting table .b19, .results .b19 {
  background-position: 0 -397px;
}

/* line 39, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b20, #tab-bookmaker-clones table .b20, #tab-accounting table .b20, .results .b20 {
  background-position: 0 -371px;
}

/* line 40, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b21, #tab-bookmaker-clones table .b21, #tab-accounting table .b21, .results .b21 {
  background-position: 0 -526px;
}

/* line 41, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b22, #tab-bookmaker-clones table .b22, #tab-accounting table .b22, .results .b22 {
  background-position: 0 -1862px;
}

/* line 42, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b23, #tab-bookmaker-clones table .b23, #tab-accounting table .b23, .results .b23 {
  background-position: 0 -191px;
}

/* line 43, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b24, #tab-bookmaker-clones table .b24, #tab-accounting table .b24, .results .b24 {
  background-position: 0 -757px;
}

/* line 44, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b25, #tab-bookmaker-clones table .b25, #tab-accounting table .b25, .results .b25 {
  background-position: 0 -628px;
}

/* line 45, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b26, #tab-bookmaker-clones table .b26, #tab-accounting table .b26, .results .b26 {
  background-position: 0 -2187px;
}

/* line 46, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b27, #tab-bookmaker-clones table .b27, #tab-accounting table .b27, .results .b27 {
  background-position: 0 -680px;
}

/* line 47, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b28, #tab-bookmaker-clones table .b28, #tab-accounting table .b28, .results .b28 {
  background-position: 0 -4105px;
}

/* line 48, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b29, #tab-bookmaker-clones table .b29, #tab-accounting table .b29, .results .b29 {
  background-position: 0 -1612px;
}

/* line 49, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b30, #tab-bookmaker-clones table .b30, #tab-accounting table .b30, .results .b30 {
  background-position: 0 -986px;
}

/* line 50, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b31, #tab-bookmaker-clones table .b31, #tab-accounting table .b31, .results .b31 {
  background-position: 0 -783px;
}

/* line 51, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b32, #tab-bookmaker-clones table .b32, #tab-accounting table .b32, .results .b32 {
  background-position: 0 -809px;
}

/* line 52, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b33, #tab-bookmaker-clones table .b33, #tab-accounting table .b33, .results .b33 {
  background-position: 0 -835px;
}

/* line 53, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b34, #tab-bookmaker-clones table .b34, #tab-accounting table .b34, .results .b34 {
  background-position: 0 -1011px;
}

/* line 54, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b35, #tab-bookmaker-clones table .b35, #tab-accounting table .b35, .results .b35 {
  background-position: 0 -885px;
}

/* line 55, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b36, #tab-bookmaker-clones table .b36, #tab-accounting table .b36, .results .b36 {
  background-position: 0 -911px;
}

/* line 56, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b37, #tab-bookmaker-clones table .b37, #tab-accounting table .b37, .results .b37 {
  background-position: 0 -526px;
}

/* line 57, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b38, #tab-bookmaker-clones table .b38, #tab-accounting table .b38, .results .b38 {
  background-position: 0 -1312px;
}

/* line 58, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b39, #tab-bookmaker-clones table .b39, #tab-accounting table .b39, .results .b39 {
  background-position: 0 -243px;
}

/* line 59, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b40, #tab-bookmaker-clones table .b40, #tab-accounting table .b40, .results .b40 {
  background-position: 0 -1412px;
}

/* line 60, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b41, #tab-bookmaker-clones table .b41, #tab-accounting table .b41, .results .b41 {
  background-position: 0 -1812px;
}

/* line 61, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b42, #tab-bookmaker-clones table .b42, #tab-accounting table .b42, .results .b42 {
  background-position: 0 -1887px;
}

/* line 62, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b43, #tab-bookmaker-clones table .b43, #tab-accounting table .b43, .results .b43 {
  background-position: 0 -3689px;
}

/* line 63, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b44, #tab-bookmaker-clones table .b44, #tab-accounting table .b44, .results .b44 {
  background-position: 0 -1937px;
}

/* line 64, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b45, #tab-bookmaker-clones table .b45, #tab-accounting table .b45, .results .b45 {
  background-position: 0 -1962px;
}

/* line 65, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b46, #tab-bookmaker-clones table .b46, #tab-accounting table .b46, .results .b46 {
  background-position: 0 -1987px;
}

/* line 66, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b47, #tab-bookmaker-clones table .b47, #tab-accounting table .b47, .results .b47 {
  background-position: 0 -3752px;
}

/* line 67, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b48, #tab-bookmaker-clones table .b48, #tab-accounting table .b48, .results .b48 {
  background-position: 0 -2212px;
}

/* line 68, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b49, #tab-bookmaker-clones table .b49, #tab-accounting table .b49, .results .b49 {
  background-position: 0 -2237px;
}

/* line 69, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b50, #tab-bookmaker-clones table .b50, #tab-accounting table .b50, .results .b50 {
  background-position: 0 -2262px;
}

/* line 70, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b51, #tab-bookmaker-clones table .b51, #tab-accounting table .b51, .results .b51 {
  background-position: 0 -2342px;
}

/* line 71, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b52, #tab-bookmaker-clones table .b52, #tab-accounting table .b52, .results .b52 {
  background-position: 0 -2368px;
}

/* line 72, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b53, #tab-bookmaker-clones table .b53, #tab-accounting table .b53, .results .b53 {
  background-position: 0 -2318px;
}

/* line 73, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b54, #tab-bookmaker-clones table .b54, #tab-accounting table .b54, .results .b54 {
  background-position: 0 -2290px;
}

/* line 74, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b55, #tab-bookmaker-clones table .b55, #tab-accounting table .b55, .results .b55 {
  background-position: 0 -3833px;
}

/* line 75, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b56, #tab-bookmaker-clones table .b56, #tab-accounting table .b56, .results .b56 {
  background-position: 0 -2441px;
}

/* line 76, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b57, #tab-bookmaker-clones table .b57, #tab-accounting table .b57, .results .b57 {
  background-position: 0 -2466px;
}

/* line 77, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b58, #tab-bookmaker-clones table .b58, #tab-accounting table .b58, .results .b58 {
  background-position: 0 -3929px;
}

/* line 78, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b59, #tab-bookmaker-clones table .b59, #tab-accounting table .b59, .results .b59 {
  background-position: 0 -3817px;
}

/* line 79, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b60, #tab-bookmaker-clones table .b60, #tab-accounting table .b60, .results .b60 {
  background-position: 0 -2687px;
}

/* line 80, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b61, #tab-bookmaker-clones table .b61, #tab-accounting table .b61, .results .b61 {
  background-position: 0 -3769px;
}

/* line 81, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b62, #tab-bookmaker-clones table .b62, #tab-accounting table .b62, .results .b62 {
  background-position: 0 -2735px;
}

/* line 82, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b63, #tab-bookmaker-clones table .b63, #tab-accounting table .b63, .results .b63 {
  background-position: 0 -2861px;
}

/* line 83, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b64, #tab-bookmaker-clones table .b64, #tab-accounting table .b64, .results .b64 {
  background-position: 0 -2783px;
}

/* line 84, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b65, #tab-bookmaker-clones table .b65, #tab-accounting table .b65, .results .b65 {
  background-position: 0 -2809px;
}

/* line 85, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b66, #tab-bookmaker-clones table .b66, #tab-accounting table .b66, .results .b66 {
  background-position: 0 -2835px;
}

/* line 86, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b67, #tab-bookmaker-clones table .b67, #tab-accounting table .b67, .results .b67 {
  background-position: 0 -2914px;
}

/* line 87, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b68, #tab-bookmaker-clones table .b68, #tab-accounting table .b68, .results .b68 {
  background-position: 0 -2930px;
}

/* line 88, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b69, #tab-bookmaker-clones table .b69, #tab-accounting table .b69, .results .b69 {
  background-position: 0 -2946px;
}

/* line 89, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b70, #tab-bookmaker-clones table .b70, #tab-accounting table .b70, .results .b70 {
  background-position: 0 -3942px;
}

/* line 90, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b71, #tab-bookmaker-clones table .b71, #tab-accounting table .b71, .results .b71 {
  background-position: 0 -2978px;
}

/* line 91, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b72, #tab-bookmaker-clones table .b72, #tab-accounting table .b72, .results .b72 {
  background-position: 0 -3017px;
}

/* line 92, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b73, #tab-bookmaker-clones table .b73, #tab-accounting table .b73, .results .b73 {
  background-position: 0 -3737px;
}

/* line 93, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b74, #tab-bookmaker-clones table .b74, #tab-accounting table .b74, .results .b74 {
  background-position: 0 -3049px;
}

/* line 94, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b75, #tab-bookmaker-clones table .b75, #tab-accounting table .b75, .results .b75 {
  background-position: 0 -3081px;
}

/* line 95, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b76, #tab-bookmaker-clones table .b76, #tab-accounting table .b76, .results .b76 {
  background-position: 0 -3097px;
}

/* line 96, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b77, #tab-bookmaker-clones table .b77, #tab-accounting table .b77, .results .b77 {
  background-position: 0 -3112px;
}

/* line 97, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b78, #tab-bookmaker-clones table .b78, #tab-accounting table .b78, .results .b78 {
  background-position: 0 -3128px;
}

/* line 98, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b79, #tab-bookmaker-clones table .b79, #tab-accounting table .b79, .results .b79 {
  background-position: 0 -3705px;
}

/* line 99, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b80, #tab-bookmaker-clones table .b80, #tab-accounting table .b80, .results .b80 {
  background-position: 0 -3160px;
}

/* line 100, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b81, #tab-bookmaker-clones table .b81, #tab-accounting table .b81, .results .b81 {
  background-position: 0 -3272px;
}

/* line 101, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b82, #tab-bookmaker-clones table .b82, #tab-accounting table .b82, .results .b82 {
  background-position: 0 -3288px;
}

/* line 102, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b83, #tab-bookmaker-clones table .b83, #tab-accounting table .b83, .results .b83 {
  background-position: 0 -3304px;
}

/* line 103, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b84, #tab-bookmaker-clones table .b84, #tab-accounting table .b84, .results .b84 {
  background-position: 0 -4409px;
}

/* line 104, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b85, #tab-bookmaker-clones table .b85, #tab-accounting table .b85, .results .b85 {
  background-position: 0 -4611px;
}

/* line 105, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b86, #tab-bookmaker-clones table .b86, #tab-accounting table .b86, .results .b86 {
  background-position: 0 -3352px;
}

/* line 106, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b87, #tab-bookmaker-clones table .b87, #tab-accounting table .b87, .results .b87 {
  background-position: 0 -3368px;
}

/* line 107, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b88, #tab-bookmaker-clones table .b88, #tab-accounting table .b88, .results .b88 {
  background-position: 0 -3721px;
}

/* line 108, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b89, #tab-bookmaker-clones table .b89, #tab-accounting table .b89, .results .b89 {
  background-position: 0 -3400px;
}

/* line 109, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b90, #tab-bookmaker-clones table .b90, #tab-accounting table .b90, .results .b90 {
  background-position: 0 -3416px;
}

/* line 110, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b91, #tab-bookmaker-clones table .b91, #tab-accounting table .b91, .results .b91 {
  background-position: 0 -3801px;
}

/* line 111, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b92, #tab-bookmaker-clones table .b92, #tab-accounting table .b92, .results .b92 {
  background-position: 0 -3785px;
}

/* line 112, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b94, #tab-bookmaker-clones table .b94, #tab-accounting table .b94, .results .b94 {
  background-position: 0 -3624px;
}

/* line 113, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b95, #tab-bookmaker-clones table .b95, #tab-accounting table .b95, .results .b95 {
  background-position: 0 -3640px;
}

/* line 114, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b96, #tab-bookmaker-clones table .b96, #tab-accounting table .b96, .results .b96 {
  background-position: 0 -3656px;
}

/* line 115, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b97, #tab-bookmaker-clones table .b97, #tab-accounting table .b97, .results .b97 {
  background-position: 0 -1186px;
}

/* line 116, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b97, #tab-bookmaker-clones table .b97, #tab-accounting table .b97, .results .b97 {
  background-position: 0 -4073px;
}

/* line 117, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b98, #tab-bookmaker-clones table .b98, #tab-accounting table .b98, .results .b98 {
  background-position: 0 -1937px;
}

/* line 118, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b99, #tab-bookmaker-clones table .b99, #tab-accounting table .b99, .results .b99 {
  background-position: 0 -3672px;
}

/* line 119, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b100, #tab-bookmaker-clones table .b100, #tab-accounting table .b100, .results .b100 {
  background-position: 0 -1137px;
}

/* line 120, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b100, #tab-bookmaker-clones table .b100, #tab-accounting table .b100, .results .b100 {
  background-position: 0 -4089px;
}

/* line 121, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b101, #tab-bookmaker-clones table .b101, #tab-accounting table .b101, .results .b101 {
  background-position: 0 -4121px;
}

/* line 122, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b102, #tab-bookmaker-clones table .b102, #tab-accounting table .b102, .results .b102 {
  background-position: 0 -4137px;
}

/* line 123, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b103, #tab-bookmaker-clones table .b103, #tab-accounting table .b103, .results .b103 {
  background-position: 0 -4153px;
}

/* line 124, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b104, #tab-bookmaker-clones table .b104, #tab-accounting table .b104, .results .b104 {
  background-position: 0 -4185px;
}

/* line 125, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b105, #tab-bookmaker-clones table .b105, #tab-accounting table .b105, .results .b105 {
  background-position: 0 -4201px;
}

/* line 126, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b106, #tab-bookmaker-clones table .b106, #tab-accounting table .b106, .results .b106 {
  background-position: 0 -4345px;
}

/* line 127, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b107, #tab-bookmaker-clones table .b107, #tab-accounting table .b107, .results .b107 {
  background-position: 0 -4361px;
}

/* line 128, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b108, #tab-bookmaker-clones table .b108, #tab-accounting table .b108, .results .b108 {
  background-position: 0 -4393px;
}

/* line 129, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b109, #tab-bookmaker-clones table .b109, #tab-accounting table .b109, .results .b109 {
  background-position: 0 -4377px;
}

/* line 131, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc1, #tab-bookmaker-clones table .bc1, #tab-accounting table .bc1, .results .bc1 {
  background-position: 0 -294px;
}

/* line 132, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc2, #tab-bookmaker-clones table .bc2, #tab-accounting table .bc2, .results .bc2 {
  background-position: 0 -320px;
}

/* line 133, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc4, #tab-bookmaker-clones table .bc4, #tab-accounting table .bc4, .results .bc4 {
  background-position: 0 -474px;
}

/* line 134, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc5, #tab-bookmaker-clones table .bc5, #tab-accounting table .bc5, .results .bc5 {
  background-position: 0 -551px;
}

/* line 135, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc6, #tab-bookmaker-clones table .bc6, #tab-accounting table .bc6, .results .bc6 {
  background-position: 0 -1262px;
}

/* line 136, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc7, #tab-bookmaker-clones table .bc7, #tab-accounting table .bc7, .results .bc7 {
  background-position: 0 -603px;
}

/* line 137, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc8, #tab-bookmaker-clones table .bc8, #tab-accounting table .bc8, .results .bc8 {
  background-position: 0 -1212px;
}

/* line 138, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc9, #tab-bookmaker-clones table .bc9, #tab-accounting table .bc9, .results .bc9 {
  background-position: 0 -1387px;
}

/* line 139, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc10, #tab-bookmaker-clones table .bc10, #tab-accounting table .bc10, .results .bc10 {
  background-position: 0 -1362px;
}

/* line 140, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc11, #tab-bookmaker-clones table .bc11, #tab-accounting table .bc11, .results .bc11 {
  background-position: 0 -1112px;
}

/* line 141, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc13, #tab-bookmaker-clones table .bc13, #tab-accounting table .bc13, .results .bc13 {
  background-position: 0 -577px;
}

/* line 142, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc14, #tab-bookmaker-clones table .bc14, #tab-accounting table .bc14, .results .bc14 {
  background-position: 0 -654px;
}

/* line 143, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc15, #tab-bookmaker-clones table .bc15, #tab-accounting table .bc15, .results .bc15 {
  background-position: 0 -1137px;
}

/* line 144, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc16, #tab-bookmaker-clones table .bc16, #tab-accounting table .bc16, .results .bc16 {
  background-position: 0 -1186px;
}

/* line 145, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc17, #tab-bookmaker-clones table .bc17, #tab-accounting table .bc17, .results .bc17 {
  background-position: 0 -424px;
}

/* line 146, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc18, #tab-bookmaker-clones table .bc18, #tab-accounting table .bc18, .results .bc18 {
  background-position: 0 -1287px;
}

/* line 147, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc19, #tab-bookmaker-clones table .bc19, #tab-accounting table .bc19, .results .bc19 {
  background-position: 0 -731px;
}

/* line 148, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc20, #tab-bookmaker-clones table .bc20, #tab-accounting table .bc20, .results .bc20 {
  background-position: 0 -861px;
}

/* line 149, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc21, #tab-bookmaker-clones table .bc21, #tab-accounting table .bc21, .results .bc21 {
  background-position: 0 -1036px;
}

/* line 150, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc22, #tab-bookmaker-clones table .bc22, #tab-accounting table .bc22, .results .bc22 {
  background-position: 0 -1162px;
}

/* line 151, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc23, #tab-bookmaker-clones table .bc23, #tab-accounting table .bc23, .results .bc23 {
  background-position: 0 -1462px;
}

/* line 152, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc24, #tab-bookmaker-clones table .bc24, #tab-accounting table .bc24, .results .bc24 {
  background-position: 0 -1512px;
}

/* line 153, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc25, #tab-bookmaker-clones table .bc25, #tab-accounting table .bc25, .results .bc25 {
  background-position: 0 -1537px;
}

/* line 154, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc26, #tab-bookmaker-clones table .bc26, #tab-accounting table .bc26, .results .bc26 {
  background-position: 0 -1562px;
}

/* line 155, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc27, #tab-bookmaker-clones table .bc27, #tab-accounting table .bc27, .results .bc27 {
  background-position: 0 -1587px;
}

/* line 156, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc28, #tab-bookmaker-clones table .bc28, #tab-accounting table .bc28, .results .bc28 {
  background-position: 0 -1637px;
}

/* line 157, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc29, #tab-bookmaker-clones table .bc29, #tab-accounting table .bc29, .results .bc29 {
  background-position: 0 -809px;
}

/* line 158, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc30, #tab-bookmaker-clones table .bc30, #tab-accounting table .bc30, .results .bc30 {
  background-position: 0 -1662px;
}

/* line 159, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc31, #tab-bookmaker-clones table .bc31, #tab-accounting table .bc31, .results .bc31 {
  background-position: 0 -1687px;
}

/* line 160, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc32, #tab-bookmaker-clones table .bc32, #tab-accounting table .bc32, .results .bc32 {
  background-position: 0 -1712px;
}

/* line 161, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc33, #tab-bookmaker-clones table .bc33, #tab-accounting table .bc33, .results .bc33 {
  background-position: 0 -1737px;
}

/* line 162, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc34, #tab-bookmaker-clones table .bc34, #tab-accounting table .bc34, .results .bc34 {
  background-position: 0 -1762px;
}

/* line 163, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc35, #tab-bookmaker-clones table .bc35, #tab-accounting table .bc35, .results .bc35 {
  background-position: 0 -1812px;
}

/* line 164, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc36, #tab-bookmaker-clones table .bc36, #tab-accounting table .bc36, .results .bc36 {
  background-position: 0 -1837px;
}

/* line 165, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc37, #tab-bookmaker-clones table .bc37, #tab-accounting table .bc37, .results .bc37 {
  background-position: 0 -1912px;
}

/* line 166, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc38, #tab-bookmaker-clones table .bc38, #tab-accounting table .bc38, .results .bc38 {
  background-position: 0 -1087px;
}

/* line 167, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc39, #tab-bookmaker-clones table .bc39, #tab-accounting table .bc39, .results .bc39 {
  background-position: 0 -2391px;
}

/* line 168, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc40, #tab-bookmaker-clones table .bc40, #tab-accounting table .bc40, .results .bc40 {
  background-position: 0 -114px;
}

/* line 169, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc41, #tab-bookmaker-clones table .bc41, #tab-accounting table .bc41, .results .bc41 {
  background-position: 0 -1862px;
}

/* line 170, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc42, #tab-bookmaker-clones table .bc42, #tab-accounting table .bc42, .results .bc42 {
  background-position: 0 -2062px;
}

/* line 171, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc43, #tab-bookmaker-clones table .bc43, #tab-accounting table .bc43, .results .bc43 {
  background-position: 0 -4007px;
}

/* line 172, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc44, #tab-bookmaker-clones table .bc44, #tab-accounting table .bc44, .results .bc44 {
  background-position: 0 -680px;
}

/* line 173, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc45, #tab-bookmaker-clones table .bc45, #tab-accounting table .bc45, .results .bc45 {
  background-position: 0 -89px;
}

/* line 174, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc46, #tab-bookmaker-clones table .bc46, #tab-accounting table .bc46, .results .bc46 {
  background-position: 0 -4023px;
}

/* line 175, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc47, #tab-bookmaker-clones table .bc47, #tab-accounting table .bc47, .results .bc47 {
  background-position: 0 -526px;
}

/* line 176, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc48, #tab-bookmaker-clones table .bc48, #tab-accounting table .bc48, .results .bc48 {
  background-position: 0 -397px;
}

/* line 177, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc49, #tab-bookmaker-clones table .bc49, #tab-accounting table .bc49, .results .bc49 {
  background-position: 0 -114px;
}

/* line 178, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc50, #tab-bookmaker-clones table .bc50, #tab-accounting table .bc50, .results .bc50 {
  background-position: 0 -3958px;
}

/* line 179, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc51, #tab-bookmaker-clones table .bc51, #tab-accounting table .bc51, .results .bc51 {
  background-position: 0 -424px;
}

/* line 180, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc52, #tab-bookmaker-clones table .bc52, #tab-accounting table .bc52, .results .bc52 {
  background-position: 0 -2562px;
}

/* line 181, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc53, #tab-bookmaker-clones table .bc53, #tab-accounting table .bc53, .results .bc53 {
  background-position: 0 -2587px;
}

/* line 182, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc54, #tab-bookmaker-clones table .bc54, #tab-accounting table .bc54, .results .bc54 {
  background-position: 0 -2612px;
}

/* line 183, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc55, #tab-bookmaker-clones table .bc55, #tab-accounting table .bc55, .results .bc55 {
  background-position: 0 -2637px;
}

/* line 184, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc56, #tab-bookmaker-clones table .bc56, #tab-accounting table .bc56, .results .bc56 {
  background-position: 0 -2662px;
}

/* line 185, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc57, #tab-bookmaker-clones table .bc57, #tab-accounting table .bc57, .results .bc57 {
  background-position: 0 -2711px;
}

/* line 186, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc58, #tab-bookmaker-clones table .bc58, #tab-accounting table .bc58, .results .bc58 {
  background-position: 0 -2783px;
}

/* line 187, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc60, #tab-bookmaker-clones table .bc60, #tab-accounting table .bc60, .results .bc60 {
  background-position: 0 -2887px;
}

/* line 188, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc61, #tab-bookmaker-clones table .bc61, #tab-accounting table .bc61, .results .bc61 {
  background-position: 0 -961px;
}

/* line 189, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc62, #tab-bookmaker-clones table .bc62, #tab-accounting table .bc62, .results .bc62 {
  background-position: 0 -3065px;
}

/* line 190, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc63, #tab-bookmaker-clones table .bc63, #tab-accounting table .bc63, .results .bc63 {
  background-position: 0 -1087px;
}

/* line 191, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc64, #tab-bookmaker-clones table .bc64, #tab-accounting table .bc64, .results .bc64 {
  background-position: 0 -3144px;
}

/* line 192, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc65, #tab-bookmaker-clones table .bc65, #tab-accounting table .bc65, .results .bc65 {
  background-position: 0 -37px;
}

/* line 193, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc66, #tab-bookmaker-clones table .bc66, #tab-accounting table .bc66, .results .bc66 {
  background-position: 0 -3208px;
}

/* line 194, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc67, #tab-bookmaker-clones table .bc67, #tab-accounting table .bc67, .results .bc67 {
  background-position: 0 -3256px;
}

/* line 195, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc68, #tab-bookmaker-clones table .bc68, #tab-accounting table .bc68, .results .bc68 {
  background-position: 0 -3240px;
}

/* line 196, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc69, #tab-bookmaker-clones table .bc69, #tab-accounting table .bc69, .results .bc69 {
  background-position: 0 -3192px;
}

/* line 197, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc70, #tab-bookmaker-clones table .bc70, #tab-accounting table .bc70, .results .bc70 {
  background-position: 0 -3224px;
}

/* line 198, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc71, #tab-bookmaker-clones table .bc71, #tab-accounting table .bc71, .results .bc71 {
  background-position: 0 -4039px;
}

/* line 199, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc72, #tab-bookmaker-clones table .bc72, #tab-accounting table .bc72, .results .bc72 {
  background-position: 0 -4057px;
}

/* line 200, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc73, #tab-bookmaker-clones table .bc73, #tab-accounting table .bc73, .results .bc73 {
  background-position: 0 -1087px;
}

/* line 201, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc74, #tab-bookmaker-clones table .bc74, #tab-accounting table .bc74, .results .bc74 {
  background-position: 0 -3320px;
}

/* line 202, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc75, #tab-bookmaker-clones table .bc75, #tab-accounting table .bc75, .results .bc75 {
  background-position: 0 -3432px;
}

/* line 203, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc76, #tab-bookmaker-clones table .bc76, #tab-accounting table .bc76, .results .bc76 {
  background-position: 0 -3448px;
}

/* line 204, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc77, #tab-bookmaker-clones table .bc77, #tab-accounting table .bc77, .results .bc77 {
  background-position: 0 -3464px;
}

/* line 205, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc78, #tab-bookmaker-clones table .bc78, #tab-accounting table .bc78, .results .bc78 {
  background-position: 0 -3480px;
}

/* line 206, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc79, #tab-bookmaker-clones table .bc79, #tab-accounting table .bc79, .results .bc79 {
  background-position: 0 -2137px;
}

/* line 207, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc80, #tab-bookmaker-clones table .bc80, #tab-accounting table .bc80, .results .bc80 {
  background-position: 0 -89px;
}

/* line 208, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc81, #tab-bookmaker-clones table .bc81, #tab-accounting table .bc81, .results .bc81 {
  background-position: 0 -3496px;
}

/* line 209, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc82, #tab-bookmaker-clones table .bc82, #tab-accounting table .bc82, .results .bc82 {
  background-position: 0 -3512px;
}

/* line 210, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc83, #tab-bookmaker-clones table .bc83, #tab-accounting table .bc83, .results .bc83 {
  background-position: 0 -3528px;
}

/* line 211, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc84, #tab-bookmaker-clones table .bc84, #tab-accounting table .bc84, .results .bc84 {
  background-position: 0 -3544px;
}

/* line 212, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc85, #tab-bookmaker-clones table .bc85, #tab-accounting table .bc85, .results .bc85 {
  background-position: 0 -3560px;
}

/* line 213, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc86, #tab-bookmaker-clones table .bc86, #tab-accounting table .bc86, .results .bc86 {
  background-position: 0 -2416px;
}

/* line 214, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc87, #tab-bookmaker-clones table .bc87, #tab-accounting table .bc87, .results .bc87 {
  background-position: 0 -3576px;
}

/* line 215, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc88, #tab-bookmaker-clones table .bc88, #tab-accounting table .bc88, .results .bc88 {
  background-position: 0 -3592px;
}

/* line 216, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc89, #tab-bookmaker-clones table .bc89, #tab-accounting table .bc89, .results .bc89 {
  background-position: 0 -3608px;
}

/* line 217, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc90, #tab-bookmaker-clones table .bc90, #tab-accounting table .bc90, .results .bc90 {
  background-position: 0 -2162px;
}

/* line 218, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc91, #tab-bookmaker-clones table .bc91, #tab-accounting table .bc91, .results .bc91 {
  background-position: 0 -114px;
}

/* line 219, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc92, #tab-bookmaker-clones table .bc92, #tab-accounting table .bc92, .results .bc92 {
  background-position: 0 -89px;
}

/* line 220, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc93, #tab-bookmaker-clones table .bc93, #tab-accounting table .bc93, .results .bc93 {
  background-position: 0 -3001px;
}

/* line 221, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc94, #tab-bookmaker-clones table .bc94, #tab-accounting table .bc94, .results .bc94 {
  background-position: 0 -1862px;
}

/* line 222, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc95, #tab-bookmaker-clones table .bc95, #tab-accounting table .bc95, .results .bc95 {
  background-position: 0 -2113px;
}

/* line 223, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc96, #tab-bookmaker-clones table .bc96, #tab-accounting table .bc96, .results .bc96 {
  background-position: 0 -526px;
}

/* line 224, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc97, #tab-bookmaker-clones table .bc97, #tab-accounting table .bc97, .results .bc97 {
  background-position: 0 -346px;
}

/* line 225, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc98, #tab-bookmaker-clones table .bc98, #tab-accounting table .bc98, .results .bc98 {
  background-position: 0 -346px;
}

/* line 226, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc99, #tab-bookmaker-clones table .bc99, #tab-accounting table .bc99, .results .bc99 {
  background-position: 0 -526px;
}

/* line 227, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc100, #tab-bookmaker-clones table .bc100, #tab-accounting table .bc100, .results .bc100 {
  background-position: 0 -526px;
}

/* line 228, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc101, #tab-bookmaker-clones table .bc101, #tab-accounting table .bc101, .results .bc101 {
  background-position: 0 -37px;
}

/* line 229, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc102, #tab-bookmaker-clones table .bc102, #tab-accounting table .bc102, .results .bc102 {
  background-position: 0 -346px;
}

/* line 230, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc103, #tab-bookmaker-clones table .bc103, #tab-accounting table .bc103, .results .bc103 {
  background-position: 0 -526px;
}

/* line 231, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc104, #tab-bookmaker-clones table .bc104, #tab-accounting table .bc104, .results .bc104 {
  background-position: 0 -809px;
}

/* line 232, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc105, #tab-bookmaker-clones table .bc105, #tab-accounting table .bc105, .results .bc105 {
  background-position: 0 -37px;
}

/* line 233, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc106, #tab-bookmaker-clones table .bc106, #tab-accounting table .bc106, .results .bc106 {
  background-position: 0 -2687px;
}

/* line 234, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc107, #tab-bookmaker-clones table .bc107, #tab-accounting table .bc107, .results .bc107 {
  background-position: 0 -397px;
}

/* line 235, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc108, #tab-bookmaker-clones table .bc108, #tab-accounting table .bc108, .results .bc108 {
  background-position: 0 -3991px;
}

/* line 236, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc109, #tab-bookmaker-clones table .bc109, #tab-accounting table .bc109, .results .bc109 {
  background-position: 0 -37px;
}

/* line 237, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc110, #tab-bookmaker-clones table .bc110, #tab-accounting table .bc110, .results .bc110 {
  background-position: 0 -3001px;
}

/* line 238, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc111, #tab-bookmaker-clones table .bc111, #tab-accounting table .bc111, .results .bc111 {
  background-position: 0 -3001px;
}

/* line 239, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc112, #tab-bookmaker-clones table .bc112, #tab-accounting table .bc112, .results .bc112 {
  background-position: 0 -1087px;
}

/* line 240, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc113, #tab-bookmaker-clones table .bc113, #tab-accounting table .bc113, .results .bc113 {
  background-position: 0 -37px;
}

/* line 241, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc114, #tab-bookmaker-clones table .bc114, #tab-accounting table .bc114, .results .bc114 {
  background-position: 0 -757px;
}

/* line 242, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc115, #tab-bookmaker-clones table .bc115, #tab-accounting table .bc115, .results .bc115 {
  background-position: 0 -2137px;
}

/* line 243, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc116, #tab-bookmaker-clones table .bc116, #tab-accounting table .bc116, .results .bc116 {
  background-position: 0 -2113px;
}

/* line 244, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc117, #tab-bookmaker-clones table .bc117, #tab-accounting table .bc117, .results .bc117 {
  background-position: 0 -3975px;
}

/* line 245, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc119, #tab-bookmaker-clones table .bc119, #tab-accounting table .bc119, .results .bc119 {
  background-position: 0 -1887px;
}

/* line 246, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc122, #tab-bookmaker-clones table .bc122, #tab-accounting table .bc122, .results .bc122 {
  background-position: 0 -3849px;
}

/* line 247, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc128, #tab-bookmaker-clones table .bc128, #tab-accounting table .bc128, .results .bc128 {
  background-position: 0 -3400px;
}

/* line 248, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc131, #tab-bookmaker-clones table .bc131, #tab-accounting table .bc131, .results .bc131 {
  background-position: 0 -320px;
}

/* line 249, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc134, #tab-bookmaker-clones table .bc134, #tab-accounting table .bc134, .results .bc134 {
  background-position: 0 -3881px;
}

/* line 250, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc137, #tab-bookmaker-clones table .bc137, #tab-accounting table .bc137, .results .bc137 {
  background-position: 0 -3897px;
}

/* line 251, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc140, #tab-bookmaker-clones table .bc140, #tab-accounting table .bc140, .results .bc140 {
  background-position: 0 -3913px;
}

/* line 252, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc143, #tab-bookmaker-clones table .bc143, #tab-accounting table .bc143, .results .bc143 {
  background-position: 0 -3865px;
}

/* line 253, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc149, #tab-bookmaker-clones table .bc149, #tab-accounting table .bc149, .results .bc149 {
  background-position: 0 -4330px;
}

/* line 254, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc152, #tab-bookmaker-clones table .bc152, #tab-accounting table .bc152, .results .bc152 {
  background-position: 0 -2137px;
}

/* line 255, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc158, #tab-bookmaker-clones table .bc158, #tab-accounting table .bc158, .results .bc158 {
  background-position: 0 -500px;
}

/* line 256, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc164, #tab-bookmaker-clones table .bc164, #tab-accounting table .bc164, .results .bc164 {
  background-position: 0 -2037px;
}

/* line 257, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc170, #tab-bookmaker-clones table .bc170, #tab-accounting table .bc170, .results .bc170 {
  background-position: 0 -4298px;
}

/* line 258, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc174, #tab-bookmaker-clones table .bc174, #tab-accounting table .bc174, .results .bc174 {
  background-position: 0 -4169px;
}

/* line 259, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc180, #tab-bookmaker-clones table .bc180, #tab-accounting table .bc180, .results .bc180 {
  background-position: 0 -4314px;
}

/* line 260, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc192, #tab-bookmaker-clones table .bc192, #tab-accounting table .bc192, .results .bc192 {
  background-position: 0 -4185px;
}

/* line 261, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc195, #tab-bookmaker-clones table .bc195, #tab-accounting table .bc195, .results .bc195 {
  background-position: 0 -4217px;
}

/* line 262, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc201, #tab-bookmaker-clones table .bc201, #tab-accounting table .bc201, .results .bc201 {
  background-position: 0 -4234px;
}

/* line 263, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc204, #tab-bookmaker-clones table .bc204, #tab-accounting table .bc204, .results .bc204 {
  background-position: 0 -4250px;
}

/* line 264, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc207, #tab-bookmaker-clones table .bc207, #tab-accounting table .bc207, .results .bc207 {
  background-position: 0 -4266px;
}

/* line 265, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc210, #tab-bookmaker-clones table .bc210, #tab-accounting table .bc210, .results .bc210 {
  background-position: 0 -4282px;
}

/* line 266, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc216, #tab-bookmaker-clones table .bc216, #tab-accounting table .bc216, .results .bc216 {
  background-position: 0 -4427px;
}

/* line 267, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc219, #tab-bookmaker-clones table .bc219, #tab-accounting table .bc219, .results .bc219 {
  background-position: 0 -4445px;
}

/* line 268, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc222, #tab-bookmaker-clones table .bc222, #tab-accounting table .bc222, .results .bc222 {
  background-position: 0 -4463px;
}

/* line 269, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc225, #tab-bookmaker-clones table .bc225, #tab-accounting table .bc225, .results .bc225 {
  background-position: 0 -4481px;
}

/* line 270, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc228, #tab-bookmaker-clones table .bc228, #tab-accounting table .bc228, .results .bc228 {
  background-position: 0 -4499px;
}

/* line 271, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc229, #tab-bookmaker-clones table .bc229, #tab-accounting table .bc229, .results .bc229 {
  background-position: 0 -89px;
}

/* line 272, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc234, #tab-bookmaker-clones table .bc234, #tab-accounting table .bc234, .results .bc234 {
  background-position: 0 -37px;
}

/* line 273, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc238, #tab-bookmaker-clones table .bc238, #tab-accounting table .bc238, .results .bc238 {
  background-position: 0 -4515px;
}

/* line 274, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc249, #tab-bookmaker-clones table .bc249, #tab-accounting table .bc249, .results .bc249 {
  background-position: 0 -3752px;
}

/* line 275, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bc251, #tab-bookmaker-clones table .bc251, #tab-accounting table .bc251, .results .bc251 {
  background-position: 0 -4611px;
}

/* line 277, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .b109, #tab-bookmaker-clones table .b109, #tab-accounting table .b109, .results .b109 {
  background-position: 0 -3942px;
}

/* line 280, app/assets/stylesheets/directlinks/bookmakers.css.scss */
#tab-bookmakers table .bXX, #tab-bookmakers table .bcXX, #tab-bookmaker-clones table .bXX, #tab-bookmaker-clones table .bcXX, #tab-accounting table .bXX, #tab-accounting table .bcXX, .results .bXX, .results .bcXX {
  background-position: 0 -3942px;
}
/*




*/
