body {
	color: #323232;
	font-family: Ubuntu, sans-serif;
	background-color: #fff;
	font-size: 14px !important;
}

body.open-menu {
	overflow: hidden;
}

p {
	font-family: Ubuntu, sans-serif;
	font-size: 14px;
	line-height: 2em;
	margin-bottom: 2em;
}

a,
a.active,
a:active,
a:focus,
a:hover {
	color: #279a18;
	font-family: Ubuntu, sans-serif;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Ubuntu, sans-serif;
	font-weight: 700
}

button {
	outline: 0
}

textarea {
	margin-bottom: 1em
}

.red {
  color: #cc0000
}

.green {
  color: #279a18
}

.grey {
  color: #737373
}

.padding-0 {
  padding: 0
}

.padding-horizontal-0 {
  padding-top: 0;
	padding-bottom: 0;
}

.no-underline {
	text-decoration: none !important
}

.login-notification {
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #c5c5c5;
	border-radius: 6px;
	margin-bottom: .8em;
	padding: .8em .5em;
}

.btn.btn-link {
	color: #279a18;
}

.btn.btn-login-fb {
	color: #fff;
	font-weight: bold;
	background-color: #33549e;
	border-radius: 8px;
	padding: .7em 3.3em;
	height: 42px;
}

.btn.btn-login-fb i {
	margin-right: .5em;
}

.btn.btn-login-fb:hover,
.btn.btn-login-fb:focus,
.btn.btn-login-fb:active:focus,
.btn.btn-login-fb:active:hover {
	outline: 0;
	background-color: #33549e;
	opacity: .75;
}

.btn.btn-primary {
	font-weight: bold;
	background-color: #279a18;
	border-color: #279a18;
	border-radius: 8px;
	padding: .7em 3.3em;
	height: 42px;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active:focus,
.btn.btn-primary:active:hover {
	outline: 0;
	background-color: #279a18;
	opacity: .75;
}
.btn.btn-primary.btn-margin{
    margin: .5em 0;
}
.btn.btn-secondary {
	color: #fff;
	font-weight: bold;
	background-color: #001b39;
	border-color: #001b39;
	border-radius: 8px;
	padding: .7em 3.3em;
	height: 42px;
}

.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary:active:focus,
.btn.btn-secondary:active:hover {
	outline: 0;
	background-color: #001b39;
	opacity: .75;
}
.btn.btn-primary.grey{
  background-color: #737373;
  border-color: #737373;
  color: #fff;
}
.btn.btn-primary.grey.minimal {
    float: right;
    color: #fff !important;
    padding: 5px 20px;
    height: auto;
}
.btn.btn-primary.grey:hover{
	background-color: #279a18;
	border-color: #279a18;
		opacity: 1;
	}
/* Header styles */

header {
	color: #fff;
	background-color: #001b39;
	background-image: url(../img/bg_pattern.png);
	min-height: 400px;
	margin-bottom: 1em;
}

header.inner-page {
	min-height: auto;
}

header.inner-page .navbar-default {
	margin: 0;
	border-bottom: 0;
}

header .navbar-default {
	background-color: transparent;
	border-color: transparent;
	padding: .6em 0;
	border-bottom: 1px solid #142d49;
	border-radius: 0;
	margin-bottom: 0;
}

header .navbar-default .navbar-brand {
	padding-left: 0;
    height: 53px;
    padding: 0;
    padding-top: 4px;
}
header .navbar-default .navbar-brand img{
	width: 120px;
}

header .navbar-default .navbar-brand h1 {
	color: #fff;
	font-size: 24px;
	margin: 0;
	transition: .2s;
}

header .dropdown-menu {
	border-radius: 0px !important;
	padding: 0;
	border: 0;
}

header .dropdown-menu li {
	border-bottom: 1px solid #c5c5c5;
}

header .dropdown-menu li:hover {
	background-color: #f8f8f8;
}

header .dropdown-menu>li>a:focus,
header .dropdown-menu>li>a:hover,
header .dropdown-menu li:hover a,
header .dropdown-menu li:hover a:hover {
	background-color: transparent;
	border: 0 !important;
}

header .dropdown-menu>li>a {
	display: block;
	padding: 5px 20px;
	line-height: 1.8em;
}

header .navbar-default .navbar-brand h1:hover,
header .navbar-default .navbar-brand h1:focus {
	opacity: .75;
}

header .navbar-default .navbar-nav>li>a {
	color: #fff;
	font-size: 16px;
}

header .navbar-default .navbar-nav>li>a:focus,
header .navbar-default .navbar-nav>li>a:hover,
header .navbar-default .navbar-nav>.open>a,
header .navbar-default .navbar-nav>.open>a:focus,
header .navbar-default .navbar-nav>.open>a:hover {
	color: #279a18;
	background-color: transparent;
}

header .description {
	margin-top: 5.5em;
}

header .description h2 {
	font-size: 44px;
	margin-bottom: .5em;
}

header .description h2 time {
	display: block;
	font-size: 13px;
	font-weight: 400;
}

header .description h2 img {
	display: inline-block
}

header .description p {
	font-size: 17px;
	line-height: 2em;
	margin-bottom: 1.2em;
}

header .koef-block {
	height: 42px;
	display: inline-block;
	background-color: #000d1c;
	padding: .7em 1.4em;
	border-radius: 8px;
}

header .koef-block ul {
	margin: 0;
	padding: 0;
}

header .koef-block li {
	display: inline-block;
	border-right: 1px solid #0f2239;
	line-height: 1em;
	padding: 0 5px;
}

header .koef-block li:last-child {
	border-right: 0;
}

header .mobile-user {
	float: right;
	display: inline-block;
}

header .mobile-user.navbar-nav .open .dropdown-menu {
	position: absolute;
	display: inline-block;
	background-color: #fff;
	left: auto;
	right: 15px;
	border: 0;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

header .navbar-default .navbar-toggle:focus,
header .navbar-default .navbar-toggle:hover {
	background-color: #279a18;
}

header .navbar-default .navbar-toggle {
	float: left;
	border: 0;
	z-index: 9999999;
}

header .navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}

header .navbar-toggle {
	margin-top: 13px;
	border-radius: 0px;
}

header .navbar-nav>li>a {
	padding-top: 8px;
	padding-bottom: 8px;
}

header .navbar-default .count {
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.2em;
  background-color: #279a18;
  padding: 3px 5px;
  border-radius: 6px;
}

.bet-type-menu .count {
  color: #279a18;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.2em;
  background-color: #fff;
  padding-top: 2px;
  padding-bottom: 1px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 6px;
}

@media screen and (min-width: 768px) {
	.navbar-right {
		margin: .45em 0;
	}
}

header .navbar-nav>li>a.btn.btn-default {
	background-color: transparent;
	padding-left: 1.4em;
	padding-right: 1.4em;
}

@media screen and (max-width: 767px) {
	header .navbar-nav>li>a.btn.btn-default {
		margin-left: 15px;
		margin-right: 15px;
	}
}


/* Content Styles */

#content .content-block {
	font-size: 15px;
    line-height: 1.6em;
	margin-bottom: 2em;
}

#content .content-block .content-block-header {
	border-bottom: 1px solid #c5c5c5;
	margin-bottom: 1em;
}

#content .content-block .content-block-header h2,
#content .content-block .content-block-header h1 {
	font-size: 24px;
	color: #323232;
	margin-top: 0;
}

#content .content-block .content-block-header .breadcrumbs {
	margin-bottom: .6em;
}

#content .content-block .content-block-header h2.large-text {
	font-size: 30px;
}

#content .table.forum>tbody>tr>td,
#content .table.forum>tbody>tr>th,
#content .table.forum>tfoot>tr>td,
#content .table.forum>tfoot>tr>th,
#content .table.forum>thead>tr>td,
#content .table.forum>thead>tr>th {
	padding: 8px 10px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #c5c5c5;
	font-size: 13px;
}

#content .table.forum>tbody>tr>td:first-child {
	max-width: 160px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#content .table.forum>tbody>tr:nth-of-type(odd) {
	background-color: #f7f7f7;
}

#content .table.forum>tbody>tr:hover,
#content .table.forum>tbody>tr:focus {
	background-color: #d9d9d9;
}

#content .table.forum>tbody>tr>td:nth-child(2) {
	text-align: center;
	color: #001b39;
	font-weight: bold;
	padding: 8px 0px;
}

#content .table.forum>tbody>tr>td:nth-child(3) {
	font-weight: bold;
	text-align: center;
}

#content .news .new-item {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c5c5c5;
}

#content .news .new-item img {
	border-radius: 5px;
}

#content .news .new-item h3 {
	margin-top: 0;
	font-size: 18px;
}

#content .news .new-item h3 a {
	color: inherit;
	font-size: inherit;
}

#content .news .new-item p {
	font-size: 12px;
	margin-bottom: .5em;
}

#content .news .new-item a {
	font-size: 13px;
	font-weight: bold;
}

#content .news .new-item time {
	color: #767676;
	font-size: 12px;
	margin-right: 10px;
}

#content .news .new-item time:before {
	font-family: "Font Awesome 5 Free";
	color: #7b7b7b;
	font-size: 11px;
	content: "\f017";
	margin-right: 7px;
}

#content .tipsters .tipster-item {
	display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .5em;
    padding-bottom: .5em;
	border-bottom: 1px solid #c5c5c5;
}

#content .tipsters .tipster-item  .tipster-item-title{
	flex-grow: 1;
	line-height: 1em;
}
#content .tipsters .tipster-item:hover {
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0);
}

#content .tipsters .tipster-item:first-child {
  padding-top: .5em;
}

#content .tipsters .tipster-item .profile-img {
    color: #c3c3c3;
    font-size: 1.5em;
    margin: 0 10px;
}

#content .tipsters .tipster-item .profile-link {
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	line-height: 3.4em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 155px;
}

#content .tipsters .tipster-item table {
	color: #767676;
	width: 100%;
}

#content .tipsters .tipster-item .profile-stats {
	color: #313131;
	font-size: 22px;
	font-weight: 600;
	width: 280px;
    display: flex;
    justify-content: inherit;
    background-color: #f5f5f5;
    border-radius: .8em;
    padding: 4px 8px;
	line-height: 1.5em;
	margin: 0 1em;
}
#content .tipsters .tipster-item .profile-stats .green {
	color: #279a18;
}

#content .tipsters .tipster-item .profile-stats .red {
	color: #cc0000;
}

/* #content .tipsters .tipster-item table th,
#content .tipsters .tipster-item table tr td {
	text-align: center;
	border-right: 1px solid #c5c5c5;
}

#content .tipsters .tipster-item table th:last-child,
#content .tipsters .tipster-item table tr td:last-child {
	border: 0;
}

#content .tipsters .tipster-item table tr td {
	color: #313131;
	font-size: 24px;
	font-weight: 600;
}

#content .tipsters .tipster-item table tr td.green {
  color: #279a18;
}

#content .tipsters .tipster-item table tr td.red {
  color: #cc0000;
} */

#content .tipsters .tipster-item .btn.btn-link {
	color: #279a18;
	font-weight: 600;
	text-align: center;
	border: 1px solid #279a18;
	border-radius: 5px;
	/* line-height: 3.2em; */
}

#content .tipsters .tipster-item .btn.btn-link i {
	color: #c5c5c5;
}

#content .questions-list .question-block {
	position: relative;
	border: 1px solid #c5c5c5;
	border-left: 4px solid #c5c5c5;
	padding: 1em 1.5em;
	border-radius: 5px;
	margin-bottom: 1em;
}

#content .questions-list .question-block h2 {
	font-size: 18px;
	margin: 0;
	margin-bottom: .4em;
	width: 85%;
}

#content .questions-list .question-block .question-time {
	color: #989898;
	font-size: 12px;
	float: right;
	position: absolute;
	right: 1em;
	top: 1em;
}

#content .questions-list .question-block h2 a {
	color: inherit;
}

#content .questions-list .question-block span,
#content .questions-list .question-block span time {
	color: #767676;
	font-size: 12px;
}

#content .questions-list .question-block span time:before {
	font-family: "Font Awesome 5 Free";
	color: #7b7b7b;
	font-size: 11px;
	content: "\f017";
	margin-right: 4px;
}

#content .tags {
	list-style: none;
	padding: 0;
	margin: 0;
}

#content .tags li {
	display: inline-block;
}

#content .tags li a {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	background-color: #279a18;
	padding: .2em .6em;
	border-radius: 1em;
	margin: 0;
}

#content .comments-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#content .comments-list ul li.comment-block:last-child {
	margin-bottom: 1em;
}

#content .comments-list ul li.comment-block {
	list-style: none;
	padding: .8em 0;
	margin: 0;
	border-bottom: 1px solid #c5c5c5;
}

#content .comments-list ul li.comment-block .name {
	margin-bottom: .2em;
}

#content .comments-list ul li.comment-block p {
	font-size: 15px;
	margin-bottom: 0;
}

#content .comments-list ul li.comment-block .quote {
	margin-left: 5px;
	margin-bottom: 5px;
	padding: 5px 10px;
	border: 1px solid #c5c5c5;
	border-radius: 5px;
	background: #f7f7f7;
}

#content .comments-list ul li.comment-block .quote p {
	font-size: 14px;
}

.comments-list .comment-block .quotes-btn {
	color: #fff;
	background: #b4b1b1;
	font-size: 11px;
	font-weight: 900;
	margin-top: 3px;
	text-decoration: none;
	padding: 2px 5px;
	border-radius: 3px;
	cursor: pointer
}

.comments-list .comment-block .quotes-btn:hover,
.comments-list .comment-block .quotes-btn:focus {
	opacity: .7;
}

.comments-list .comment-block .quotes-btn:before {
	content: '\f10e';
	font-family: "Font Awesome 5 Free";
	margin-right: .7em
}

#content .comments-list .comment-block .name a {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: .6em;
}

#content .comments-list .comment-block .quotes-btn:before {
	content: '\f10e';
	font-family: "Font Awesome 5 Free";
	margin-right: 0.7em;
}

#content .comments-list .comment-block .time {
	font-size: 11px;
	color: #989898;
}

#content .comments-list .comment-block .time:before {
	content: '\f017';
	font-family: "Font Awesome 5 Free";
	font-size: 13px;
	margin-right: .3em;
	opacity: .7;
	vertical-align: middle;
}

#content .stats {
	border: 1px solid #c5c5c5;
	border-radius: 6px;
	box-shadow: none;
	padding: 1em 1em;
	margin-bottom: 1em;
}

#content .stats h3 {
	font-size: 18px;
	text-align: center;
	margin-top: 0;
}

#content .stats .main-stat {
	width: 100%
}

#content .stats .main-stat th,
#content .stats .main-stat td {
	text-align: center;
}

#content .stats .main-stat th {
	font-size: 18px;
}

#content .stats .main-stat td {
	font-size: 22px;
	font-weight: bold;
}

#content .stats .details-stat {
	width: 100%;
	margin-top: .5em;
}

#content .stats .details-stat td {
	font-size: 13px;
	padding: 4px 0px;
	border-bottom: 1px solid #c5c5c5
}

#content .stats .details-stat tr:last-child td {
	border-bottom: 0;
}

#content .stats .details-stat td:last-child {
	text-align: right
}

#content .bet-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

#content .bet-list .bet-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	border: 1px solid #c5c5c5;
	border-left: 4px solid #c5c5c5;
	padding: .8em .5em;
	border-radius: 5px;
	margin-bottom: 1em;
}

#content .bet-list .bet-item:hover {
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0);
}

#content .bet-list .bet-item h3 {
	margin-top: 0;
	font-size: 16px;
	margin-bottom: .2em;
}

#content .bet-list .bet-item h3 a {
	cursor: pointer;
	color: inherit;
}

#content .bet-list .bet-item time {
	font-size: 12px;
	color: #989898;
}

/* #content .bet-list .bet-item .company-img {
	font-weight: bold;
	padding-top: .55em;
} */
#content .bet-list .bet-item  .bet-item-company{
	margin:0 .5em;

}
#content .bet-list .bet-item .company-img img {
  width: 70px;
}

#content .bet-list .bet-item .bet-item-sport-icon {
	min-width: 35px;
	margin-right: .5em;
}

#content .bet-list .bet-item .bet-item-description {
    min-width: 420px;
}

#content .bet-list .bet-item .stat-item {
	font-weight: bold;
	/* line-height: 1.2em; */
	/* margin-top: 4px; */
}

#content .bet-list .bet-item .user-name {
	display: block;
	font-weight: bold;
	max-width: 120px;
	  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: right;
	/* padding-top: .6em; */
}

#content .bet-list .bet-item .sport-icon {
	color: #c5c5c5;
	font-size: 30px;
}

#content .new-content {
	display: block;
	margin-bottom: 2em;
	border-bottom: 1px solid #c5c5c5;
	padding-bottom: 1em;
}

#content .new-content p {
	font-size: 16px;
	line-height: 1.8em;
	margin: 0 0 10px;
}

#content .new-content .new-img .pic {
	float: left;
	margin-bottom: 1.6em
}

#content .new-content .new-img .pic img {
	width: 100%;
	margin-bottom: .3em
}

#content .new-content .new-img .pic small {
	display: block;
	color: #989898;
	font-size: 11px
}

#content .small-block img {
	width: 100%;
	transition: .2s;
}

#content .small-block:hover img {
	opacity: .85;
}

#content .small-block .description {
	font-weight: 900;
	padding: 8px 0
}

#content .small-block .description .title h3 {
	font-size: 14px;
	line-height: 1.4em;
	margin: 0;
	margin-bottom: .3em;
}

#content .small-block:hover .description .title h3 {
	text-decoration: underline;
}

#content .small-block .description time {
	font-weight: 400;
	color: #989898;
	font-size: 13px;
	display: block
}

#content .small-block .description time:before {
	content: '\f017';
	font-family: "Font Awesome 5 Free";
	font-size: 13px;
	margin-right: .3em;
	opacity: .7;
	vertical-align: middle;
}

#content .content-menu {
	list-style: none;
	padding: 0;
}

#content .content-menu li {
	border-bottom: 1px solid #c5c5c5;
	padding: .5em .9em;
}

#content .content-menu li:last-child {
	border-bottom: 0;
}

#content .content-menu li:nth-child(even) {
	background-color: #f8f8f8;
}

#content .content-menu li a {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

#content .content-menu li:hover a {
	color: inherit;
}

#content .calculator-form {
	padding: 1em 2em;
	border: 1px solid #c5c5c5;
	border-radius: 8px;
}

#content .calculator-form .row {
	margin-bottom: 1em;
}

#content .forum-table {
	width: 100%;
}

#content .forum-table th {
	color: #fff;
	background-color: #279a18;
	padding: .8em 1.2em;
}

#content .forum-table th:first-child {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

#content .forum-table th:last-child {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

#content .forum-table tbody tr td {
	padding: .5em .9em;
	border-bottom: 1px solid #c5c5c5;
}

#content .forum-table tbody tr td .title {
	color: #001b39;
	font-size: 17px;
	font-weight: bold;
}

#content .forum-table tbody tr td:first-child {
	font-size: 26px;
	line-height: 1.2em;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}

#content .forum-table tbody tr td:first-child i {
	color: #c5c5c5;
}
#content .forum-table tbody tr td:last-child {
	text-align: right;
	padding-right: 0;
}

#content .forum-table tbody tr:last-child td {
	border-bottom: 0;
}

#content .forum-table tbody tr td .username {
	display: block;
	font-size: 13px;
	font-weight: bold;
}

#content .forum-table tbody tr td .date {
	color: #989898;
	font-size: 12px;
}
#content .forum-inner .user-line{
	color: #989898;
	font-size: 14px;
	font-weight: bold;
}

#content .forum-inner .forum-description{
	border-bottom: 1px solid #c5c5c5;
}
#content .forum-inner .forum-description p{
	font-size: 15px;
}

#content .bet-type-menu{
    list-style: none;
    margin-bottom: 1em;
    padding:0
}
#content .bet-type-menu li {
    display: inline-block;
    padding-bottom: 5px;
}
#content .bet-type-menu li a{
    color: #fff;
    display: block;
    font-size: 13px;
    background-color: #279a18;
    border-radius: 3px;
    padding: 0em .8em;
}

/* Sidebar Styles */
#sidebar .panel-body .panel-btn{
    display: block;
}
#sidebar .panel-body .panel-btn .btn.btn-primary{
    line-height: 1em;
    height: auto;
    padding: .5em 1.2em;
    margin-bottom: .7em;
}
#sidebar .panel-default>.panel-heading {
	font-size: 15px;
	font-weight: 500;
	color: #323232;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0);
	border-color: #c5c5c5;
	border-radius: 6px;
}

#sidebar .panel-default>.panel-heading i {
	color: #737373;
	margin-right: 5px;
}

#sidebar .panel-default .show-more .btn.btn-default {
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	background-color: #279a18;
	border-color: #279a18;
	border-radius: 8px;
	padding: .4em 2em;
}

#sidebar .panel-default>.panel-heading a {
	float: right;
	font-size: 12px;
	line-height: 1.7em;
}

#sidebar .panel-default {
	position: relative;
	border-color: #c5c5c5;
	border-radius: 6px;
	box-shadow: none;
}

#sidebar .panel-default .show-more {
	position: absolute;
	bottom: -1.2em;
	left: 0;
	right: 0;
	text-align: center;
}

#sidebar .panel-default .item-list {
	width: 100%;
	font-size: 13px;
	margin: 5px 0 15px 0px;
}

#sidebar .panel-default .item-list tr td {
	padding: .4em 0;
	border-bottom: 1px solid #c5c5c5;
}

#sidebar .panel-default .item-list tr:last-child td {
	border-bottom: 0;
}

#sidebar .panel-default .item-list tr td:nth-child(2),
#sidebar .panel-default .item-list tr td:nth-child(3) {
	text-align: right;
	font-weight: bold;
}

#sidebar .panel-default table.top-table {
	width: 100%;
	margin-bottom: .8em;
}

#sidebar .panel-default table.top-table tr:hover td {
	text-decoration: underline;
	cursor: pointer;
}

#sidebar .panel-default table.top-table tr td {
	padding: 5px 0;
	border-bottom: 1px solid #c5c5c5;
}

#sidebar .panel-default table.top-table tr:last-child td {
	border-bottom: 0;
}

#sidebar .panel-default table.top-table tr td:last-child {
	text-align: center;
	font-weight: bold;
}

#sidebar .panel-default .panel-nav {
	padding: 5px 15px 0 15px;
}

#sidebar .panel-default .panel-nav .nav-tabs {
	border-bottom: 2px solid #279a18;
}

#sidebar .panel-default .panel-nav .nav-tabs>li.active>a,
#sidebar .panel-default .panel-nav .nav-tabs>li.active>a:focus,
#sidebar .panel-default .panel-nav .nav-tabs>li.active>a:hover {
	color: #fff;
	background-color: #279a18;
	border-bottom-color: transparent;
}

#sidebar .panel-default .panel-nav .nav-tabs>li>a,
#sidebar .panel-default .panel-nav .nav-tabs>li>a:hover {
	border: 0;
	background-color: transparent;
	line-height: 1em;
}

#sidebar .panel-default .navigation {
	list-style: none;
	padding: 0;
	margin: 0;
}

#sidebar .panel-default .navigation li {
	font-weight: bold;
	padding: .9em 1em;
	border-bottom: 1px solid #c5c5c5;
	font-size: 15px;
}

#sidebar .panel-default .navigation li:last-child {
	border-bottom: 0;
}

#sidebar .panel-default .navigation li a {
	color: #323232;
}

#sidebar .panel-default .navigation li:hover {
	background-color: #f8f8f8;
}

#sidebar .panel-default .navigation li:last-child:hover {
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

#sidebar .panel-default .navigation li:hover a {
	text-decoration: none;
	font-weight: bold;
}

#sidebar .panel-default .navigation li a::before {
	font-family: "Font Awesome 5 Free";
	color: #7b7b7b;
	font-size: 11px;
	font-weight: 900;
	content: "\f0da";
	margin-right: 7px;
}

#sidebar .panel-default .tags {
	list-style: none;
	padding: 0;
	margin: 0;
}

#sidebar .panel-default .tags li {
	padding: .75em 1em;
	border-bottom: 1px solid #c5c5c5;
	font-size: 13px;
}

#sidebar .panel-default .tags li label {
	color: #fff;
	font-size: 11px;
	background-color: #279a18;
	padding: .1em .6em;
	border-radius: 1em;
	margin: 0;
}

#sidebar .panel-default .tags li:last-child {
	border-bottom: 0;
}

#sidebar .panel-default .tags li a {
	color: #323232;
}

#sidebar .panel-default .tags li:hover {
	background-color: #f8f8f8;
}

#sidebar .panel-default .tags li:last-child:hover {
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

#sidebar .panel-default .tags li:hover a {
	text-decoration: none;
}
#sidebar .top-companies {
	width: 100%;
}
#sidebar .top-companies tr td{
	padding: .4em 1em;
	border-bottom: 1px solid #c5c5c5
}
#sidebar .top-companies tr td:first-child {
    padding-right: 0px;
    max-width: 25px;
}
#sidebar .top-companies tr td:nth-child(2){
	font-weight: bold;
}
#sidebar .top-companies tr td:nth-child(3){
	color: #001b39;
	font-weight: bold;
}
#sidebar .top-companies tr td:last-child a{
	color: #c5c5c5;
}
#sidebar .top-companies tr:last-child td{
	border-bottom: 0;
}
#sidebar .top-companies tr td img,
.content-menu li img{
  width: 25px;
  height: 25px;
}
#sidebar .panel-default table.top-table tr:hover td,
#sidebar .panel-default table.top-companies tr:hover td{
	background-color: #f8f8f8;
}
/* Footer Styles */

footer {
	color: #fff;
	background-color: #001b39;
	background-image: url(../img/bg_pattern.png);
	margin-top: 2em;
}

footer .footer-menu-block {
	margin-top: .8em;
	padding-bottom: 1.4em;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

footer .footer-menu-block h3,
footer .footer-menu-block h1 {
	font-size: 22px;
}

footer .footer-menu-block ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

footer p {
	margin: 0;
}

footer .copyright {
	font-size: 13px;
	padding: 2em 0;
}

footer .copyright .bet-footer {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}

footer .copyright .bet-footer li {
	display: inline-block;
}

footer .copyright .bet-footer li span {
	padding: 0 5px;
}

footer .copyright .footer-menu {
	text-align: right;
	list-style: none;
	padding: 0;
	margin: 5px 0;
}

footer .copyright .footer-menu li {
	display: inline-block
}

footer .copyright .footer-menu li a {
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	padding: 0 15px;
	border-right: 1px solid rgba(255, 255, 255, .1);
}

footer .copyright .footer-menu li:last-child a {
	border-right: 0;
}

@media screen and (min-width: 1200px) {
	#content {
		width: 800px;
	}
	#sidebar {
		width: calc(100% - 810px);
	}
}

@media screen and (min-width: 768px) {
	.slick-slide {
		display: none;
		float: left;
		min-height: 394px !important;
	}
}

@media screen and (max-width:767px) {
	header {
		min-height: 451px;
	}
	header .description {
		margin: 4em 0;
		min-height: 280px;
	}
	header .description h2 {
		font-size: 34px;
		margin-top: 0;
	}
	header .description p {
		font-size: 15px;
	}
	.indexcity {
		z-index: 9999
	}
	.right {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		-webkit-transition: .3s ease all;
		transition: .3s ease all
	}
	.navbar-collapse {
		background-color: #000d1c;
		position: fixed;
		top: 0;
		transition: all .5s ease-out;
		height: 100%;
		width: 50%;
		left: 0;
		min-width: 200px;
		padding: 4em 15px;
		z-index: 2;
	}
	header .navbar-collapse .dropdown-menu>li>a {
		color: #fff !important;
	}
	header .navbar-collapse .dropdown-menu li {
		border-bottom: 1px solid #313131;
	}
	header .navbar-collapse .dropdown-menu li:hover {
		background-color: rgba(255, 255, 255, .10)
	}
	#content .tipsters .tipster-item .profile-stats {
		font-size: 12px;
		margin-top: .5em;
		padding: .5em;
		height: auto;
		/* background: transparent; */
	}
	#content .tipsters .tipster-item table tr td {
		font-size: 18px;
	}
	#content .news .new-item img {
		margin-bottom: 1em;
	}
	footer .copyright {
		text-align: center;
	}
	footer .copyright .footer-menu {
		text-align: center;
		margin: 8px 0;
	}
	footer .copyright .bet-footer {
		margin: 8px 0
	}
}

@media only screen and (min-width: 768px) {
	.dropdown:hover .dropdown-menu {
		display: block;
	}
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #279a18;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #e1e1e1
}

.pagination>li>a,
.pagination>li>span {
  margin: 5px;
  border-radius: 0 !important
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover,
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	z-index: 3;
	color: #fff;
	background-color: #279a18;
	border-color: #279a18;
}

#content .forecast-form .step {
	position: relative;
	color: #323232;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0);
	border-color: #c5c5c5;
	border-radius: 6px;
	margin-bottom: 1.4em;
	padding: .8em 1em;
	border: 1px solid #c5c5c5;
}

#content .forecast-form .step p {
	line-height: 1.6em;
	margin-bottom: 5px;
}

#content .forecast-form .step label {
	line-height: 1.75em;
}

#content .forecast-form .step .step-number {
	color: #fff;
	text-align: center;
	display: inline-block;
	width: 25px;
	height: 25px;
	background-color: #279a18;
	border-radius: 50%;
	margin-right: .4em;
}

@media screen and (min-width: 768px) {
  #content .forecast-form .step .form-group {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .desktop-hidden{
    overflow: hidden !important;
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .mobile-hidden{
    overflow: hidden !important;
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
	#content .bet-list .bet-item{
		display: block;
	}
	#content .bet-list .bet-item .bet-item-sport-icon{
		display: inline-block;
		min-width: auto;

	}
	#content .bet-list .bet-item .bet-item-description{
		display: inline-block;
		min-width: auto;
	}
	#content .bet-list .bet-item .bet-item-description h3 {
		display: flex;
		justify-content: center;
		align-items: center;
	}
  #content .bet-list .bet-item .tipster-bet-info {
    clear: both;
    background: #eaeaea;
    padding: .3em .8em;
    border-radius: 5px;
  }
  #content .bet-list .bet-item .tipster-bet-info img {
    margin: 0 .5em;
    width: 70px;
  }
  #content .bet-list .bet-item h3 .user-name {
    color: #279a18;
    font-size: 14px;
    display: inline-block;
    padding-left: .4em;
    padding-top: 0;
  }
  #content .bet-list .bet-item .tipster-bet-info .btn.btn-primary {
    height: auto;
    padding: .1em 1em;
    border-radius: 5px;
  }
  #content .bet-list .bet-item .sport-icon {
    font-size: 15px;
  }
  #content .bet-list .bet-item time {
	margin-left: 1em;
  }
}

.tipster-table {
	width: 100%;
	margin-bottom: 1em;
}

.tipster-table tr td {
	font-weight: bold;
	font-size: 15px;
	padding: .5em 0;
	border-bottom: 1px solid #c5c5c5;
}

.tipster-table tr:last-child td {
	border-bottom: 0;
}

.tipster-table tr td:last-child {
	color: #279a18;
	text-align: right
}

.width-100{
	width: 100% !important;
}

.bracket {
	margin-bottom: 4em;
}

.bracket  .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.bracket .tournament-bracket {
  display: flex;
  flex-direction: column;
}
@media (min-width: 38em) {
  .bracket .tournament-bracket {
    flex-direction: row;
  }
}
.bracket .tournament-bracket__round {
  display: block;
  margin-left: -4px;
  flex: 1;
}
.bracket .tournament-bracket__round-title {
  color: #279a18;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  font-style: italic;
  margin-bottom: 0.5em;
}
.bracket .tournament-bracket__list {
  display: flex;
  flex-direction: column;
  flex-flow: row wrap;
  justify-content: center;
  height: 100%;
  min-height: 100%;
  border-bottom: 1px dashed #e5e5e5;
  padding-bottom: 1em;
  margin-bottom: 1em;
  transition: padding 0.2s ease-in-out, margin 0.2s ease-in-out;
  padding: 0;
}
@media (max-width: 24em) {
  .bracket .tournament-bracket__list {
    padding-bottom: 1em;
	margin-bottom: 1em;

  }
}
@media (min-width: 38em) {
  .bracket .tournament-bracket__list {
    margin-bottom: 0;
    padding-bottom: 0;
    border-right: 1px dashed #e5e5e5;
    border-bottom: 0;
    padding: 0;
  }
}
.bracket .tournament-bracket__round:last-child .tournament-bracket__list {
  border: 0;
}
.bracket .tournament-bracket__item {
  display: flex;
  flex: 0 1 auto;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  padding: 2% 0;
  width: 48%;
  transition: padding 0.2s linear;
}
.bracket .tournament-bracket__item:nth-child(odd) {
  margin-right: 2%;
}
.bracket .tournament-bracket__item:nth-child(even) {
  margin-left: 2%;
}
.bracket .tournament-bracket__item::after {
  transition: width 0.2s linear;
}
@media (max-width: 24em) {
  .bracket .tournament-bracket__item {
    width: 100%;
  }
  .bracket .tournament-bracket__item:nth-child(odd),
  .bracket .tournament-bracket__item:nth-child(even) {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 38em) {
  .bracket .tournament-bracket__item {
    padding: 0.5em 1em;
    width: 100%;
  }
  .bracket .tournament-bracket__item:nth-child(odd),
  .bracket .tournament-bracket__item:nth-child(even) {
    margin: 0;
  }
  .bracket .tournament-bracket__item::after {
    position: absolute;
    right: 0;
    content: '';
    display: block;
    width: 1em;
    height: 45%;
    border-right: 2px solid #c5c5c5;
  }
  .bracket .tournament-bracket__item:nth-child(odd)::after {
    top: 50%;
    border-top: 2px solid #c5c5c5;
    /* transform: translateY(-1px); */
  }
  .bracket .tournament-bracket--rounded .tournament-bracket__item:nth-child(odd)::after {
    border-top-right-radius: 0.6em;
  }
  .bracket .tournament-bracket__item:nth-child(even)::after {
    bottom: 50%;
    border-bottom: 2px solid #c5c5c5;
    /* transform: translateY(1px); */
  }
  .bracket .tournament-bracket--rounded .tournament-bracket__item:nth-child(even)::after {
    border-bottom-right-radius: 0.6em;
  }
  .bracket .tournament-bracket__round:first-child .tournament-bracket__item {
    padding-left: 0;
  }
  .bracket .tournament-bracket__round:last-child .tournament-bracket__item {
    padding-right: 0;
  }
  .bracket .tournament-bracket__round:last-child .tournament-bracket__item::after {
    display: none;
  }
  .bracket .tournament-bracket__round:nth-last-child(2) .tournament-bracket__item::after {
    border-radius: 0;
    border-right: 0;
  }
}
@media (min-width: 72em) {
  .bracket .tournament-bracket__item {
    padding: 0.5em 1.5em;
  }
  .bracket .tournament-bracket__item::after {
    width: 1.5em;
  }
}
.bracket .tournament-bracket__match {
  display: flex;
  width: 100%;
  background-color: #f9f7f7;
  padding: .4em .8em;
  border: 1px solid transparent;
  border-radius: 0.1em;
  box-shadow: 0 2px 0 0 #c5c5c5;
  outline: none;
  cursor: pointer;
  transition: padding 0.2s ease-in-out, border 0.2s linear;
  border-radius: 6px;
}
.bracket .tournament-bracket__match::before,
.bracket .tournament-bracket__match::after {
  transition: all 0.2s linear;
}

.bracket .tournament-bracket__match .form-control{
	margin-bottom: .5em;
	height: 26px;

	padding-top: 0;
		padding-bottom: 0;
}

.bracket .tournament-bracket__match time{
	display: block;
	font-size: 11px;
	margin-bottom: .5em;
}
@media (max-width: 24em) {
  .bracket .tournament-bracket__match {
    padding: 0.75em 0.5em;
  }
}
@media (min-width: 38em) {
  .bracket .tournament-bracket__match::before,
  .bracket .tournament-bracket__match::after {
    position: absolute;
    left: 0;
    z-index: 1;
    content: '';
    display: block;
    width: 1em;
    height: 10%;
    border-left: 2px solid #c5c5c5;
  }

  .bracket .tournament-bracket__match::before {
    bottom: 50%;
    border-bottom: 2px solid #c5c5c5;
    /* transform: translate(0, 1px); */
  }

  .bracket .tournament-bracket__match.final::before{
	bottom: 49.5%;
	}
  .bracket .tournament-bracket--rounded .tournament-bracket__match::before {
    border-bottom-left-radius: 0.6em;
    margin-left: .5px;
  }

  .bracket .tournament-bracket__match::after {
    top: 50%;
    border-top: 2px solid #c5c5c5;
    /* transform: translate(0, -1px); */
  }
  .bracket .tournament-bracket--rounded .tournament-bracket__match::after {
    border-top-left-radius: 0.6em;
    margin-left: .5px;
  }
}
@media (min-width: 72em) {
  .bracket .tournament-bracket__match::before,
  .bracket .tournament-bracket__match::after {
    width: 1.5em;
  }
}
.bracket .tournament-bracket__round:last-child .tournament-bracket__match::before,
.bracket .tournament-bracket__round:last-child .tournament-bracket__match::after {
  border-left: 0;
}
.bracket .tournament-bracket__round:last-child .tournament-bracket__match::before {
  border-bottom-left-radius: 0;
}
.bracket .tournament-bracket__round:last-child .tournament-bracket__match::after {
  display: none;
}
.bracket .tournament-bracket__round:first-child .tournament-bracket__match::before,
.bracket .tournament-bracket__round:first-child .tournament-bracket__match::after {
  display: none;
}
.bracket .tournament-bracket__content {
  display: flex;
}
.bracket .tournament-bracket__content::after {
  content: ':';
  width: 1em;
  text-align: center;
  padding: 0.2em 0.1em;
}
@media (min-width: 38em) {
  .bracket .tournament-bracket__content::after {
    order: 1;
  }
}
.bracket .tournament-bracket__content .tournament-bracket__team:first-child {
  width: 50%;
  order: 0;
  text-align: right;
}
@media (min-width: 38em) and (max-width: 52em) {
  .bracket .tournament-bracket__content .tournament-bracket__team:first-child {
    align-items: flex-end;
  }
}
.bracket .tournament-bracket__content .tournament-bracket__team:first-child .tournament-bracket__country {
  order: 2;
  justify-content: flex-end;
}
@media (min-width: 24em) {
  .bracket .tournament-bracket__content .tournament-bracket__team:first-child .tournament-bracket__country {
    order: 0;
  }
}
@media (min-width: 38em) and (max-width: 52em) {
  .bracket .tournament-bracket__content .tournament-bracket__team:first-child .tournament-bracket__country {
    flex-direction: column-reverse;
    align-items: flex-end;
  }
}
.bracket .tournament-bracket__content .tournament-bracket__team:first-child .tournament-bracket__score {
  order: 0;
}
@media (min-width: 24em) {
  .bracket .tournament-bracket__content .tournament-bracket__team:first-child .tournament-bracket__score {
    order: 2;
  }
}
.bracket .tournament-bracket__content .tournament-bracket__team:last-child {
  width: 50%;
  order: 2;
  text-align: left;
}
@media (min-width: 38em) and (max-width: 52em) {
  .bracket .tournament-bracket__content .tournament-bracket__team:last-child {
    align-items: flex-start;
  }
}
@media (min-width: 38em) {
  .bracket .tournament-bracket__content .tournament-bracket__team:last-child .tournament-bracket__country {
    justify-content: flex-start;
  }
}
@media (min-width: 38em) and (max-width: 52em) {
  .bracket .tournament-bracket__content .tournament-bracket__team:last-child .tournament-bracket__country {
    align-items: flex-start;
  }
}
.bracket .tournament-bracket__content .tournament-bracket__team:last-child .tournament-bracket__code {
  order: 1;
}
.bracket .tournament-bracket__table {
  width: 100%;
}
.bracket time.tournament-bracket__caption {
	display: block;
	font-size: 11px;
	margin-top: .5em;
	margin-bottom: .8em;
}
.bracket time.tournament-bracket__caption i{
	color: #c5c5c5;
	margin-right: 4px;
}
.bracket .tournament-bracket__team {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media (min-width: 24em) {
 .bracket .tournament-bracket__team {
    flex-direction: column-reverse;
  }
}
@media (min-width: 38em) {
 .bracket .tournament-bracket__team {
    flex-direction: column-reverse;
  }
}
.bracket .tournament-bracket__country {
  font-size: 1.2rem;
  display: flex;
  margin-top: 0.5em;
  align-items: center;
}
@media (max-width: 24em) {
 .bracket .tournament-bracket__country {
    margin-top: 0;
  }
}
@media (min-width: 38em) and (max-width: 52em) {
  .bracket .tournament-bracket__country {
    display: flex;
    flex-direction: column;
  }
  .bracket .tournament-bracket__country .tournament-bracket__code {
    margin-top: 0.2em;
  }
}
.bracket .tournament-bracket__code {
  padding: 0 0.5em;
  color: #212121;
  font-weight: 600;
  text-transform: uppercase;
  border: 0;
  text-decoration: none;
  cursor: help;
  transition: padding 0.2s ease-in-out;
}
@media (max-width: 24em) {
  .bracket .tournament-bracket__code {
    padding: 0 0.25em;
  }
}
@media (min-width: 38em) and (max-width: 52em) {
  .bracket .tournament-bracket__code {
    padding: 0;
  }
}
.bracket .tournament-bracket__score {
  display: flex;
  align-items: center;
}
.bracket .tournament-bracket__team:first-child .tournament-bracket__score {
  flex-direction: row-reverse;
  padding-left: 0.75em;
}
.bracket .tournament-bracket__team:last-child .tournament-bracket__score {
  padding-right: 0.75em;
}
.bracket .tournament-bracket__number {
  display: inline-block;
  width: 45px;
  text-align: center;
  padding: 0.2em 0.4em 0.2em;
  border-bottom: 0.075em solid transparent;
  font-size: 1.2rem;
  background-color: #ffffff;
  border-color: #c5c5c5;
}
.bracket .tournament-bracket__team--winner .tournament-bracket__number {
  background-color: #FFF176;
  border-color: #fad674;
}
.bracket .tournament-bracket__medal {
  padding: 0 0.5em;
}
.bracket .tournament-bracket__medal--gold {
  color: #FFD700;
}
.bracket .tournament-bracket__medal--silver {
  color: #C0C0C0;
}
.bracket .tournament-bracket__medal--bronze {
  color: #CD7F32;
}

#content .inner-tipter-block{
	border: 1px solid #c5c5c5;
	border-radius: 6px;
	margin-bottom: .8em;
	padding: .8em .5em;
}
@media screen and (max-width: 768px){
	#content .bet-list .bet-item h3 a.bet-title{
		max-width: 40vw;
    	min-width: 40vw;
	}
	#content .tipsters .tipster-item .tipster-item-title {
		display: contents;
	}
	#content .inner-tipter-block table.tipster-table:first-child{
		margin-bottom: 0;
		border-bottom: 1px solid #c5c5c5;
	}
	#content .tipsters .tipster-item:first-child {
    	padding-top: .5em;
	}

	#content .tipsters .tipster-item {
		margin-bottom: .5em;
		padding-bottom: .5em;
		border-bottom: 1px solid #c5c5c5;
	}
	#content .tipsters .tipster-item .profile-link{
		line-height: inherit;
	}
}

header .user-login{
	float: right;
	background-color: #279a18;
	color: #fff;
	padding: 5px 12px;
	margin-top: 10px;
}


.mobile-profile-stats{
	display: inline-flex;
}
.mobile-profile-stats .profile-stat span{
	font-weight: bold;
}
.mobile-profile-stats .profile-stat{
	font-size: 14px;
	line-height: 1em;
	margin-top: .5em;
}
.mobile-profile-stats .profile-stat:first-child{
	padding-right: 10px;
	border-right: 1px solid #c5c5c5;
}

.mobile-profile-stats .profile-stat:last-child{
	padding-left: 10px;
}

#content .tipsters .tipster-item .profile-stats.inner{
	width: 100%;
	margin: 0;
	padding: .5em;
}

#content .tipsters .tipster-item.inner:hover{
    background: none !important;
}
.h2, h2 {
    font-size: 20px;
}

.form-group.checkbox-group {
	display: flex;
	align-items: baseline;
	gap: .5em;
}
.form-group.checkbox-group label {
	font-weight: normal;
}
