/* CSS Document */
html, body, div, p, ul, li, table, th, tr, td, a, h1, h2, h3, h4, h5, h6, img {
	margin: 0;
	padding: 0;
	border: 0;
}

html, body {
  height: 100%;
}
* {font-family: Open Sans, Arial, Helvetica, sans-serif;}
body {
	font-family: Open Sans, Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #000000;
	background-color: #000000;
	margin: 0;
	padding: 0;
	text-align: center;
}
body {
  background: #151515 url("../images/bg.png") repeat-x;
  background-size: auto 120px;
}

.flex {display: flex; align-items: center; flex-direction: row;}
    .flex > * {}

.clear {	
	clear: both;
	height: 0px;
	overflow: hidden;
}
/* Clearfix */
.clearfix:after {
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	font-size: 0;
	content: ' ';
}
.clearfix {min-height: 1px;}
.clearfix {display: inline-block;}
.clearfix {display: block;}
.padding10 {padding: 10px;}

.hideDiv {
  display:none;
}
.input-disabled{
  background-color:#EBEBE4;
  border:1px solid #ABADB3;
}

.wrapper {
	height: auto !important;
  margin: 0 auto 0;
  min-height: 500px;
  position: relative;
}
a:hover {
	text-decoration: underline;
}

.centered {
  height: 100%;
  margin: 0 auto;
  text-align: left;
  top: 0;
  width: 100%;
  max-width: 480px;
  min-width: 294px;
  padding: 0 10px;
  box-sizing: border-box;
}
.toLeft {
  padding-left: 5px;
  text-align: left !important;
}
.toRight {
  text-align: right !important;
  padding-right: 5px;
}
.red {
  xbackground-color: #FFF1F3;
  xfont-weight: bold;
}
.scretch {
  color: #ff2949 !important;
}
.finish {  
  color: #4bb00e !important;
}
.resP {
	color: #4bb00e !important;
}
.resM {
	color: #ff2949 !important;
}
.resW {
	color: #db8812 !important;
    line-height: 40px;
}

hr {display: inline-block; width: 90%; height: 1px; margin: 13px 5% 7px 5%; padding: 0; background: #4f5457; border: none; outline: none;}

h1 {
	color: #FFFFFF;
	font-size: 25px;
	line-height: 28px;
}

h2 {
	color: #FFFFFF;
	font-size: 22px;
	line-height: 21px;
}

h3, {
  margin: 5px;
  margin-top: 10px;
	color: #ff2a4a;
	position: relative;
	top: 0px;
	left: -15px;
	font-size: 15px;
  border-bottom: 1px solid #eda9b4; 
}

h4 {
	color: #FFFFFF;
	font-size: 17px;
	line-height: 21px;
}

h5 {
	color: #FFFFFF;
	font-size: 16px;
	line-height: 21px;
}

h6 {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 21px;
}

/* header */
#header-login {
  /*padding-top: 50px;*/
  text-align: center;
}
#logo {display: block; text-align: center; margin: 30px 0 0;}
#logo img {max-width: 250px; /*height: auto;*/ display: inline-block;}
.language {
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: center;
  display: inline-block;
}
.lang {
  margin-top: 10px;
  color: #ffffff;
  font-size: 20px;
}
.lang a {
  color: white;
  font-size: 20px;
  font-weight: bold;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
  border: 1px solid #ffffff;
  text-transform: uppercase;
  padding: 3px 8px;
}
.lang a:hover, .lang a.selected {
  border: 1px solid #ff2949;
  color: #ff2949 !important;
}
#header {
	position: relative;
	height: 72px;	
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
#header.down {
    position: fixed;
    top: 0;
    width: 100%;
    width: 100%;
    max-width: 460px;
    min-width: 294px;
    background: #151515;
    /*padding: 0 10px;*/
    box-sizing: border-box;    
    height: 62px;
    z-index: 5;
    }
#header #logo {
    float: left;
    margin: 10px 0 0;
}
#header.down #logo {margin: 12px 0 0;}
#header #logo img {max-width: 170px; -webkit-transition: 0.4s; transition: 0.4s;}
#header.down #logo img {max-width: 130px;}
#menu-button {
    height: 40px;
    text-align: center;
    position: relative;
    float: right;
    box-sizing: border-box;
    border: 1px solid #303e48;
    background: #1d2429;
    padding: 12px;
    margin: 17px 0 0 0;
}
#header.down #menu-button  {margin: 12px 0 0 0;}
#menu-button > a {
    color: white;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    text-align: center;
    text-decoration: none;
}
#menu-button > a > img {height: 12px; padding-right: 8px; display: inline-block; vertical-align: top; margin: 1px 0 0 0;}
#menu-button > a:hover, #menu a:hover {
  /*color: #ea2745;*/
}
#menu-button:active {  background: #ff2949;}
#menu.down {
    position: fixed;
    top: 62px;
    width: 100%;
    max-width: 460px;}
#menu {
  display: none;
}
#menu ul {
	width: 100%;
	background-color: #53585c;	
}
#menu ul li {
  border-bottom: 2px solid #1a1a1a;
  height: 40px;
  list-style-type: none;
  padding-left: 15px;
}
#menu ul li:hover {
	background-color: #1f262a;
	border-bottom: 2px solid #ea2745;		
}
#menu a {
  color: white;
  font-size: 15px;
  line-height: 40px;
  padding: 8px 120px 8px 0;
  text-decoration: none;
  white-space: nowrap;
}
#menu a:hover {
  xtext-decoration: underline;
}
/* description of page */
#page-desc {
    background-color: #303a42;
  color: #fff;
  font-size: 16px;
    border: 1px solid #384955;
    border-bottom: 0;
    border-radius: 2px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
#page-desc h1 {
	font-size: 16px;
	padding: 10px;
    line-height: 21px;
}

/* player info */
.player-info {
	min-height: 60px;
	/*border-top: 1px solid #555555;
	border-bottom: 1px solid #888988;*/
	background-color: white;
	position: relative;
    display: table;
    width: 100%;
    padding-top: 10px;
    display: flex;
    align-items: center;
}
.player-info.playground {display: block;}
.player-info.tour-list {display: table;}
.player-info .photo {
	position: absolute;
	top: 10px;
	left: 15px;
}
.player-info .number {
  background-color: #ff2949;
  border: 1px solid #ff2949;
  border-radius: 3px;
  color: white;
  float: left;
  font-size: 50px;
  font-weight: bold;
  height: 50px;
  margin: 0 0 0 10px;
  line-height: 50px;
  padding: 5px 8px;
  /*
  position: relative;
  top: 9px;
  left: 10px;
  */
  text-align: center;
  width: auto;
  min-width: 57px;
}
.player-info .right {
  /*float: right;
  position: relative;
  width: 280px;*/
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding: 0 20px;    
}
.player-info .name {
  color: #151515;
    font-size: 25px;
    line-height: 38px;
  font-weight: 600;
  float: left; 
  padding: 0;
  display: flex;
  align-items: center;
  flex: 1;
  text-align: left;
  width: 100%;

  /*background: url("../images/user.png") no-repeat;
  background-size: 27px;
    background-position: 0px 5px;  */
  /*
  left: 20px;
  position: absolute;
  top: 16px;
  */
}
td .player-info .name {display: block; text-align: center;}
.content-desc .player-info .name .img { display: block; margin: 0 10px 0 0; height: 40px; width: 40px; border-radius: 40px; text-align: center; overflow: hidden;}
    .content-desc .player-info .name .img img {display: inline-block; padding: 0;}
.content-desc .player-info .name span {text-align: left; line-height: 25px;}
.content-desc td .player-info .name .img {display: inline-block; margin: auto;}
.content-desc td .player-info .name span {float: none; display: block; text-align: center; font-size: 18px; line-height: 22px; padding: 5px 0;}
.content-desc td img {padding: 0;}
.player-info .desc {
    /*
	position: absolute;
	top: 45px;
    left: 20px;
    width: 90%;
	font-size: 12px;
    */
    font-size: 14px;
	/*color: #7a7a7a;*/

    text-align: right;
    float: right;
    /*flex: 1;*/
}
.player-info .desc b {font-weight: bold;}
.player-info .desc strong {display: block;	}
.player-info.playground .name {float: none; display: block;}
.player-info.tour-list .name {width: 100%;}
.player-info.playground .desc {float: none; padding-top: 5px;padding-bottom: 10px;}
.descHP {float: none; padding-top: 10px;padding-bottom: 0px; font-size: 14px;}
.player-info .flag {
  position: absolute;
  right: 0;
  top: 0;
}
.content-desc .player-info .flag img {padding-top: 5px;}
.desc > a {
  color: #585c60;
}
.desc > a:hover {
  text-decoration: none;
}
.player-info .prev a, .player-info .next a {
	background-image: url("../images/prev.png");
	width: 41px;
	height: 52px;
	position: absolute;
	top: 15px;
	right: 45px;		
}
.player-info .next a {
	background-image: url("../images/next.png");
	right: 0px;		
}
.result-table {
	width: 100%;
	border-collapse: collapse;
	background-color: white;
	margin-bottom: 112px;
}
.result-table.tbody-separate {margin-bottom: 85px;}
.result-table.tbody-separate tbody {
    display: table;
    width: 100%;
    background: #fff;
    margin: 6px 0;
    border-radius: 3px;
    box-sizing: border-box;
    overflow: hidden;
}
.result-table.tbody-separate tbody .flex {top: 1px;}
.result-table.tbody-separate tbody .flex > b {flex: 1;}
.result-table.tbody-separate tbody img {padding: 0;}
.result-table.tbody-separate tbody .flex .img{
    display: block;
    margin: 0 10px 0 0;
    height: 40px;
    width: 40px;
    border-radius: 40px;
    text-align: center;
    overflow: hidden;
}    
.result-table.tbody-separate tbody .mobile-score {top: 0; bottom: 0; margin: auto;}
.result-table.tbody-separate tbody b {padding-left: 10px;}
.result-table.nobottom {
	margin-bottom: 0px;
}
.result-table tr.canceled {
	background-color: #ffe3e7;
}
.result-table tr.canceled td {
	text-decoration: line-through;
	font-weight: 300;
	color: #4d4d4d;
}
.small-margin {
  margin-bottom: 10px !important;  
}

.result-table tr.top td:first-of-type {border-radius: 3px 0 0 0;}
.result-table tr.top td:last-of-type {border-radius: 0 3px 0 0;}
.result-table tr.bottom td:first-of-type {border-bottom-left-radius: 3px;}
.result-table tr.bottom td:last-of-type {border-bottom-right-radius: 3px;}
.result-table tr.false td {background: #fff; height: 3px;}
.result-table th {
	height: 45px;
	background: #6a7a88;
	text-align: center;
	color: white;
	font-size: 13px;
	font-weight: 600;
	padding: 0 10px;
    text-transform: uppercase;
}
.result-table th:first-of-type {border-radius: 3px 0 0 3px;}
.result-table th:last-of-type {border-radius: 0 3px 3px 0;}
.result-table td {
  color: #151515;
  font-size: 14px;
  font-weight: 600;
  height: 45px;
  text-align: center;
  padding: 0 5px;
}
.result-table td.toLeft > span {
  font-weight: 400;
}
.result-table td.shoot {
	height: 20px;
	padding-bottom: 20px;
	color: #ff2949;
}
.toWrite {
	font-size: 20px !important;
}
.toWrite.toLeft {
	font-size: 20px !important;
}
.result-table td {background-color: #f0f1f3;}
.result-table .white td {background: #fff;}
.result-table td:nth-child(1) {
	font-size: 14px; 
}
.result-table td.toWrite:nth-child(1) {

}
.result-table td:nth-child(4) {
  font-size: 14px;
}
.result-table tr.gray td {
	background-color: #dadee1;
}
.result-table tr.my td {
	background-color: #f9ef83;
}
.result-table tr.myf td {
	background-color: #f9b883;
}
.result-table.stats td:nth-child(1) {
	font-size: 14px;
	text-align: left;
	padding-left: 10px;	
}
.result-table.stats th:nth-child(1) {
	text-align: left;
	padding-left: 10px;	
}
.result-table.stats-row td {
  border-left: 0 none;
  font-size: 22px;
  line-height: 18px;
  padding-left: 10px;
  padding-top: 2px;
  text-align: left;
}
.result-table td .img_wrapper img {padding: 0; max-height: 40px; filter: brightness(0);}
.result-table.stats-row .iText, .result-table.stats-table .iText {
	font-size: 10px;
}
.norecords {
  font-size: 14px !important;
  font-weight: normal !important;
  height: 80px !important;
  text-align: center !important;
}
.result-table.stats-row {
	margin-bottom: 0px;
	background-image: url("../images/background-table-stats.png");
}
.result-table.stats-table {
	margin-bottom: 0px;
}
.result-table.stats-table .bgTd {
  height: 190px !important;
}
.result-table.stats-table .bigdata {
  font-size: 160px !important;
  font-weight: bold !important;
  line-height: 110px !important;
  text-align: center !important;
}
.result-table.stats-table .bigdataS {
  font-size: 100px !important;
  font-weight: bold !important;
  line-height: 70px !important;
  text-align: center !important;
}
.result-table.stats-table td {
  border-left: 0 none;
  font-size: 22px;
  height: 100px;
  line-height: 18px;
  padding-left: 10px;
  padding-top: 2px;
  text-align: center;
}
.result-table.stats-table tr:nth-child(2) td {
  background-image: url("../images/background-table-stats-v2.png");
  background-repeat: repeat-x;
}
.result-table.stats-table img {
  padding-bottom: 8px;
}
.player-summary {
  bottom: 0;
  left: 0;
  /*min-height: 112px;*/
  position: fixed;
  width: 100%;
  z-index: 800;
}
.buttons {
	height: 50px;
	top: 0px;
}
.buttons.results {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 5px 0 0;
}
.fullWidth {
	width: 100% !important;
}
.player-button-red {
  background-color: #ff2949;
  border-bottom: 1px solid #ff7086;
  border-top: 1px solid #ff7086;
  float: left;
  /*height: 60px;*/
  /*line-height: 50px !important;*/
  /*width: 210px;*/
  /*font-size: 18px !important;*/
}
.player-button-red.bsmall {
  font-size: 14px !important;
  height: 36px;
  line-height: 36px !important;
  margin: 3px;
  padding: 0 !important;
  width: 80px;
}
.player-button-black {
  background-color: #1d2629;
  border-bottom: 1px solid #364752;
  border-top: 1px solid #364752;
  border-left: 1px solid #33424d;
  border-right: 1px solid #33424d;
  float: left;
  width: 150px;
}

.player-button-red, .player-button-black, .player-button-link, .player-button-next  {
	line-height: 45px;
    height: 45px;
    padding: 0 20px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	font-weight: 600;
	text-decoration: none;
    border-radius: 2px;
  /*text-transform: uppercase;*/
}

.results .player-button-red, .results .player-button-black {width: 100%; box-sizing: border-box;}
.results .player-button-red {font-size: 15px;}

.player-button-link, .player-button-next  {
    display: inline-block;
    width: 49%;
  box-sizing: border-box;
      background: #b4bcc3;
}

.player-button-link { float: left;}
.player-button-next {float: right; background: #6a7a88;}

.player-button-black.w200 {
  width: 200px;
}
.player-button-red.w160 {
  width: 160px;
}
.nonactive {
  background-color: #1d2729;
  border-bottom: 1px solid #575c60;
  border-top: 1px solid #575c60;
  color: #898a8c;
  cursor: default;
  text-decoration: line-through;
}
.player-button-black.nonactive {
	background-color: black;	
}
.nonactive:hover {
	text-decoration: line-through;
}
.result {
    /*
  background-image: url("../images/background-result.png");
  background-position: center center;
  	text-transform: uppercase;
	height: 50px;
	bottom: 0px;
	background-color: #575c60;
	line-height: 43px;
    */
    display: inline-block;
    width: 100%;
    margin: 10px 0 0;

}
.result span {
  color: white;
  font-size: 22px;
  font-weight: bold;
  margin-left: 5px;
  position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: middle;
}

/* login */
#login-in, #form-in, .filter {
  background-color: #ff2949;
  background-position: center center;
  /*color: #ffffff;*/
  xheight: 260px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
#form-in {
	background-color: #fff;	
    border-radius: 2px;
}
#form-in.separated {background: none;}
.filter {
	border-bottom: 1px solid #555555;
	padding-bottom: 10px;
	padding-top: 10px;
	width: 100%;
}
.filter-inputs > span {
  font-size: 14px;
  font-weight: bold;
}
#login-in.tour, #login-in.userLogin {
	background-color: #3b3b3b;
  border-radius: 2px;	                  
}
#login-in table, #form-in table {
	text-align: center;
	width:100%;
	/*color: #fff;*/
	/*margin-top: 20px;*/
	padding-bottom: 10px;
}
#form-in.separated table {padding-bottom: 0;}
#login-in table p, #form-in table p {
	padding: 10px;
	font-size: 14px;
  color: #fff;
}
#login-in table a {
	color: white;
}
#login-in table a:hover {
	text-decoration: none;
}
#form-in table p {color: #303a42; font-size: 13px;}
#login-in table h2, #form-in table h2 {
  xbackground-image: url("../images/background-login-up.png");
  background-position: left center;
  background-color: #303a42;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
  padding-top: 10px;
  border: 1px solid #384955;
  border-bottom: 0;
  border-radius: 2px;
}
#login-in.tour table h2 {
  background-image: url("../images/background-login-tour.png");
}
#login-in.userLogin table h2, #form-in.userLogin table h2 {
  background-image: url("../images/background-login-up.png");
}
#login-in input[type="text"], #login-in input[type="password"] {
  background-image: url(../images/input_shadow.png);
  background-position: center 1px;
  background-repeat: no-repeat;
  background-size: 100%;
  border: 0 none;
  color: black;
  font-size: 15px;
  font-weight: 500;
  height: 35px;
  margin-bottom: 5px;
  margin-top: 10px;
  padding: 0;
  text-align: center;
  width: 70%;
  border-radius: 2px;
}
#login-in input[type="text"].user {
    background-image: url(../images/input_shadow.png);
}
#login-in select, .filter select {
  border: 0 none;
  color: black;
  font-size: 15px;
  font-weight: 500;
  height: 35px;
  margin-bottom: 5px;
  margin-top: 10px;
  padding: 0;
  text-align: center;
  width: 70%;
  border-radius: 2px;
}
#login-in select option, .filter select option {
	padding: 5px;
}
#form-in .submit {
  background-color: #ff2949;
  background-position: center 0;
  background-repeat: repeat;
  border: 0 none;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  height: 46px;
  padding: 0 20px;
  margin-top: 8px;
  width: 100%; 
  box-sizing: border-box;
  position: relative;
  bottom: -1px;
  border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

#login-in .submit{
    background-color: #a6152b;
    border: 0 none;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    height: 36px;
    padding: 0 20px;
    margin-top: 8px;
    text-transform: uppercase;
    border-bottom: 2px solid #8d1124;
}

td.input {    background-image: url(../images/under_input.png);
    background-position: center bottom -18%;
    background-repeat: no-repeat;
    background-size: 70%;
    padding-bottom: 5px;}

                @media all and (max-width: 500px) {
                    td.input {background-position: center bottom -10%;}
                }
            
                @media all and (max-width: 400px) {
                    td.input {background-position: center bottom -5%;}
                }            

#login-in .submit:hover, #form-in .submit:hover {
	cursor: pointer;
	text-decoration: underline; 
}

/* other forms */

.filtr {background: #ebf2f6; border-radius: 2px; margin: 10px 0;}
    .filtr h3 {color: #303a42; background: #d8e0e6; font-size: 14px; padding: 10px 12px;}
    .filtr form {padding: 10px; text-align: left;}
    .filtr label {display: block; padding: 7px 10px 3px; font-size: 16px;}
    .filtr select {width: 100%; padding: 7px; margin: 3px 0; background: none; font-weight: 500; border: 1px solid #b5c2ca; border-radius: 3px; color: #303a42;}
    .filtr input[type="text"] {width: 95%; padding: 7px; margin: 3px 0; background-color: #fbfbfb; font-weight: 500; border: 1px solid #b5c2ca; border-radius: 3px; color: #303a42;}
    .filtr a {background: #49555d; color: #fff; display: inline-block; padding: 13px 15px; border-radius: 3px; text-decoration: none; margin: 10px 0;}
    .filtr a:active {background: #ff2949;}

#form-in input[type="text"], #form-in input[type="password"], #form-in textarea, #form-in input[type="file"] {
  background-position: center 0;
  background-repeat: norepeat;
  background: #ebf2f6;
  color: #303a42;
  font-weight: 500;
  height: 35px;
  padding: 0px 3%;
  box-sizing: border-box;
  text-align: left;
  width: 95%;
  border: 1px solid #b5c2ca;
  border-radius: 2px;
  font-size: 13px;
}
#form-in input::-webkit-input-placeholder {  color: #303a42;}
#form-in textarea {height: 80px;}
#form-in input.small {width: 50%; display: block; margin-left: 2.5%;}
#form-in .half>div {width: 10%; display: table-cell; padding: 0 1.5%;vertical-align: top;}
#form-in .half>div:first-of-type, #form-in .buttons>div:first-of-type {padding-right: 0;}
#form-in .half>div:last-of-type, #form-in .buttons>div:last-of-type {padding-left: 0;}
#form-in .buttons_false {display: none;}
#form-in .buttons {display: table; width: 95%; margin: auto; box-sizing: border-box; height: auto; padding: 3px 0; font-size: 13px; text-align: left;}
#form-in .buttons.last, #form-in .buttons.first {padding-top: 15px;}
#form-in .buttons.last {padding-bottom: 15px;}
    #form-in .buttons>div {/*width: 80%;*/ display: table-cell; padding: 0; /*vertical-align: top;*/ vertical-align: middle;}
    #form-in .buttons>div:last-of-type {width: 75px; padding-left: 5px;}
        #form-in .buttons>div a {float: left; width: 35px; height: 35px; background: #49555d; border-radius: 2px; margin: 0 0 0 5px;}
        #form-in .buttons>div a:first-of-type {margin: 0;}
        #form-in .buttons>div a.search { background: #49555d url('../images/find.png') no-repeat center center; background-size: 17px;}
        #form-in .buttons>div a.remove {background: #ff2949 url('../images/close.png') no-repeat center center; background-size: 17px;}
        #form-in .buttons>div a.plus { background: #49555d url('../images/plus.png') no-repeat center center; background-size: 17px;}
        #form-in .buttons>div a.minus {background: #49555d url('../images/minus.png') no-repeat center center; background-size: 17px;}        
        #form-in .buttons>div input {float: left; width: 100%;}
#form-in select {
  border: 0 none;
  color: black;
  font-size: 15px;
  font-weight: 500;
  height: 34px;
  padding: 3px;
  text-align: left;
  width: 270px;
  background: #ebf2f6;
  border: 1px solid #b5c2ca;
  width: 95%;
  box-sizing: border-box;
}
#form-in select option {
	padding: 5px;
}
#form-in table td {
	font-size: 14px;
	padding-bottom: 4px;
    padding-top: 4px;
    color: #151515;
}

#form-in.separated table tbody {display: table; width: 100%; background: #fff; margin: 6px 0; border-radius: 3px; border: 1px solid #384955; box-sizing: border-box;}
#form-in.separated table tbody:last-of-type {margin-bottom: 0;}
#form-in.separated table h2 {border: none; border-radius: 0;}
#form-in table tr:first-of-type td {padding: 0; padding-bottom: 10px;}
    #form-in table tr:first-of-type td:first-of-type {border-radius: 2px 0 0 0;}
#form-in table tr:last-of-type td {padding-bottom: 20px;}
#form-in table tr td.button {padding-bottom: 0;}
#form-in table td input[type="radio"], #form-in table td input[type="checkbox"] {float: left; margin-left: 10%;}
#form-in table td.checkbox-float input[type="checkbox"] {margin: 9px 0 0 5%;}
#form-in table td fieldset {border: 0; padding-right: 10%;}
    #form-in table td fieldset input, #form-in table td fieldset label {white-space: nowrap; float: none !important; display: inline;}
    #form-in table td fieldset label {margin-left: 2%;}
    #form-in table td label.left {float: left !important;}
    #form-in .half>div label {padding-bottom: 8px; margin-left: 8%;}

#form-in table td label {float: left; margin-left: 5%; padding-top: 5px;}
#form-in table td.birthday {position: relative;}
    #form-in table td.birthday a {position: absolute; right: 3%; top: 6px; background: #303a42; height: 31px; width: 31px; border-radius: 2px;}


input[type=text].datex, select.date {
  width: 90px !important;
}
textarea {
	font-family: Open Sans, Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding: 3px; 
}
.imgDate {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#banners {display: table; width: 100%; background: #fff; margin: 6px 0 0 0;}
    #banners a {display: table-cell; box-sizing: border-box; padding: 5%;}
    #banners img {display: block; max-width: 100%; width: auto;}

/* footer */
#footer {
    xbackground: #1e252b;
    display: block;
    width: 100%;
    padding: 5px;
    box-sizing: border-box;    
}
#footer .title {
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}
#footer a{
	text-decoration: none;
	color: #ff2949;
	font-size: 11px;
	padding: 2px;
}
#footer a:hover{
	text-decoration: underline;
}
#footer .made {
  color: white;
  text-align: center;
}

/* score */
.score-br {
  background-color: #ffe7eb !important;
  width: 25px !important;
  white-space: nowrap;
}
.score-par {
}
.score-birdie {
  /*background-image: url("../images/icons/score-birdie.png") no-repeat scroll center center rgba(0, 0, 0, 0) !important;*/
  background-image: url("../images/icons/score-birdie.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
}
.score-albatros {
  /*background: url("../images/icons/score-albatros.png") no-repeat scroll center center rgba(0, 0, 0, 0) !important;*/
  background-image: url("../images/icons/score-albatros.png");
    background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  color: white !important;
  font-weight: bold !important;
}
.score-eagle {
  /*background: url("../images/icons/score-eagle.png") no-repeat scroll center center rgba(0, 0, 0, 0) !important;*/
  background-image: url("../images/icons/score-eagle.png");
    background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;  
  color: white !important;
  font-weight: bold !important;
}
.score-bogey {
  /*background: url("../images/icons/score-bogey.png") no-repeat scroll center center rgba(0, 0, 0, 0) !important;*/
  background-image: url("../images/icons/score-bogey.png");
    background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;    
}
.score-dbogey {
  /*background: url("../images/icons/score-dbogey.png") no-repeat scroll center center rgba(0, 0, 0, 0) !important;*/
  background-image: url("../images/icons/score-dbogey.png");
    background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;      
}
.score-tbogey {
  /*background: url("../images/icons/score-tbogey.png") no-repeat scroll center center rgba(0, 0, 0, 0) !important;*/
  background-image: url("../images/icons/score-tbogey.png");
    background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;       
}
.score-one {
  /*background: url("../images/icons/score-holeone.png") no-repeat scroll center center rgba(0, 0, 0, 0) !important;*/
  background-image: url("../images/icons/score-holeone.png");
    background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;  
  color: white !important;
  font-weight: bold !important;
}

/* Bare minimum styles */
.sliderX {
    -ms-touch-action: pan-y; /* Prevent default touch actions on Windows 8. Only required for IE10 */
    overflow: visible; /* Not required but recommended for accessibility when JavaScript is turned off */
    position: relative;
    touch-action: pan-y; /* Prevent default touch actions on Windows 8. Supported in IE11+ */
}


/* content table */
.contentTable {
	background-color: white;
	width: 100%;
	border-collapse: collapse;
}
.contentTable td {
	padding: 5px;
	font-size: 14px;
}

.show {
  background-color: white;
  height: 400px;
  padding-top: 5px;
  text-align: center;
  width: 100%;
  position: relative;
}
.show.photo {
	height: 580px;
}
.show.photoT {
	height: auto;
	border-bottom: 1px solid #888988;
	padding-bottom: 15px;
    margin-bottom: 15px;
}
.show.photoT h2 {padding: 5px 32px 0;}
.show.small {
	height: 150px;
}
.show .prev a, .show .next a {
	position: absolute;
	width: 41px;
	height: 52px;
	top: 150px;
	z-index: 4;
}
.show .prev a {
	background-image: url("../images/prev.png");
	left: 0px;
}		
.show .next a {
	background-image: url("../images/next.png");
	right: 0;
}
.show.small .prev a, .show.small .next a {
	top: 30px;
}
.show.photo .prev a, .show.photo .next a {
	top: 230px;
} 
.photo-item .img {margin: auto; width: 188px; height: 188px; border: 1px solid #e4e5e6; padding: 2px; border-radius: 188px; box-sizing: border-box;}
.photo-item .img > a {display: inline-block; width: 182px; height: 182px; border-radius: 182px; overflow: hidden;}
.hole-item .img img {
  border: 1px solid #e4e5e6;
  padding: 2px;
}
.photo-item .img img {padding: 0; }
.hole-item .text, .photo-item .text {
  font-size: 15px;
  padding-top: 5px;
}
.photo-item h2 {
  color: #ff2949;
  height: 30px;
  padding-top: 5px;
}
.photo-item .result {
	text-indent: 0px;
	line-height: 43px;
	margin-bottom: 5px;
}

.photo-item .result span {color: #000000;}

/* write results */
.tdInputs {
	position: relative;
	height: 60px;
    display: table;
    width: 100%;
    table-layout: fixed;
}
.tdInputs.flex {display: flex; height: 90px;}
.tdInputs > div {display: table-cell; padding: 5px; vertical-align: top;}
.tdInputs > div:nth-of-type(2) {width: 70px;}
/*.tdInputs > div:first-of-type {padding-left: 10px;}
.tdInputs > div:last-of-type {padding-right: 10px;}*/
.button-minus, .button-plus {

  background-color: #ff2949;
      /*
  background-image: url("../images/plus.png");
  background-position: center center;
  background-repeat: no-repeat;
  */
  border: 0 none;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  height: 45px;
  line-height: 45px;
  border-radius: 3px;


  text-align: center;
  /*
        position: relative;
  left: -25px;  
  top: -4px;
    margin: 10px;
   
  width: 50px;
 */
    width: 100%;
}
.button-minus:before, .button-plus:before {content: " "; display: inline-block; margin-right: 10px; width: 20px; height: 20px; background-image: url("../images/plus.png"); background-position: center center;background-repeat: no-repeat; background-size: 100%; vertical-align: middle; position: relative; top: -2px;}
.button-minus:before {background-image: url("../images/minus.png");}

.input-result {
  border: 1px solid #6a7a88;
  color: black;
  font-size: 26px;
  font-weight: 600;
  height: 45px;
  padding: 0;
    line-height: 45px;
  /*
  position: absolute;
    left: 112px;
    top: 5px;
    */
  text-align: center;
    border-radius: 3px;

}
.tdInputs > div input {width: 100%;}
.tdInputs.flex > input {flex: 1;}
.tdInputs.flex > input.input-result {margin: 0 10px; height: 90px; flex: none; width: 30%; font-size: 55px;}
.tdInputs.flex > input.button-plus {background-image: url(../images/plus.png); background-position: center center; background-repeat: no-repeat; background-size: 20px; width: auto;width: 30%;}
.tdInputs.flex > input.button-minus {background-image: url(../images/minus.png); background-position: center center; background-repeat: no-repeat; background-size: 20px; width: auto;width: 30%;}
.input-textarea {
	border: 1px solid #575c5f;
  height: 60px;
  width: 300px;
	padding: 5px;
	font-family: Open Sans, Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 12px;	
}
.one-result {
  background-color: white;
  height: 180px;
  text-align: center;
  width: 100%;
  position: relative;
}
.one-result.higher {
	height: 250px !important;
}
.one-result .button-minus, .one-result .button-plus {
  height: 60px;
  line-height: 60px;
  position: absolute;
  top: 63px;
  width: 60px;
  left: 60px;
}
.one-result .button-plus {
	left: 240px;
}
.one-result .input-result {
  font-size: 60px;
  font-weight: bold;
  height: 90px;
  left: 145px;
  line-height: 90px;
  margin-top: 55px;
  position: absolute;
  width: 90px;
}
.one-result h2 {
  color: #ff2949;
  padding: 10px;
}
.one-result p {
  font-size: 14px;
  padding: 20px;
}
.confirm-result {
  position: relative;
}
.confirm {
  float: right;
  height: 36px;
  line-height: 36px;
  min-width: 100px;
  width: auto;
}
.confirm-result p {
  font-size: 12px;
  position: absolute;
  right: 185px;
  text-align: right;
  top: 2px;
}
.confirm-result input[type="text"] {
  font-size: 18px;
  font-weight: bold;
  height: 32px;
  position: absolute;
  right: 115px;
  text-align: center;
  width: 50px;
}
.content-desc {
  background-color: #1d2429;
  color: #fff;
  font-size: 13px;
  padding: 20px;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  border-radius: 0 0 2px 2px;
  margin-bottom: 6px;
}
.content-desc.bordered {  border: 1px solid #384955;   border-radius: 2px;}
.content-desc h2 {
	color: #ff2949;
}
.content-desc img {
  padding-top: 10px;
}
.content-desc > p {
  padding: 10px 0;
}
.content-desc .imgB {
	margin-left: 20px;
	margin-right: 20px;
}
.content-desc.white {
	background-color: white;
	xpadding-bottom: 5px;
    color: #1d2429;
}
.content-desc.less_padding {padding: 10px;}
.content-desc.grey {
    background-color: #ecf0f1;
    color: #1d2429;
}
.content-desc.nobottom {
	padding-bottom: 0px;
    border-bottom: 0;
    border-radius: 0;
    margin-bottom: 0;
} 
.content-desc.top {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
} 
.finish-game {
  background-color: #ecf0f1;
  height: 80px;
  padding-top: 10px;
  text-align: center;
}
.finish {
  color: white !important;
  float: none;
  padding: 15px 30px;
}
.content-winner, .content-scretch {
	height: 72px;
	background-color: #f1cc00;
	color: black;
	border-top: 1px solid #504400;
	border-bottom: 1px solid #574d11;
}
.content-scretch {
	height: 52px;
}
.content-winner {height: auto; margin: 3px 0; border-radius: 3px; border: 0;}
.content-winner > img {
  /*left: 10px;
  position: relative;
  top: 15px;*/
    display: block;
    margin: auto;
}
.content-winner p, .content-scretch p {
  font-size: 15px;
  font-weight: bold;
  padding: 15px;
  /*left: 100px;
  position: relative;
  top: -15px;*/
}
.content-scretch p {
    padding: 10px;
	padding-top: 30px;
	left: 0px;
	text-align: center;
}
.start, .start-home {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #860e20 -moz-use-text-color -moz-use-text-color;
  border-image: none;
  border-style: solid none none;
  border-width: 1px 0 0;
  color: white !important;
  cursor: pointer;
  float: none;
  height: 46px;
  width: 100%;
  font-size: 15px;
    margin: 2px 0 0px;
    border-radius: 2px;
    display: inline-block;
    box-sizing: border-box;    
}
.start-home {
	width: 328px;
}
.start:hover, .start-home:hover {
	text-decoration: underline;
}
.partners {
	text-align: center;
	background-color: white;
	padding-top: 10px;
	padding-bottom: 10px;
    margin-top: 6px;
    border-radius: 2px;
}
.player-summary .partners {
  padding-left: 5px;
  padding-bottom: 0px;
  padding-top: 0px;
}
.player-summary2 {background-color: #575c60;}
.player-summary2 .result {padding-left: 10px; box-sizing: border-box; margin: 5px 0; color: #fff;}
.player-summary2 .result > div {float: left; height: 45px; line-height: 45px;}
.player-summary2 .player-button-next {width: calc(50% + 5px);}
.player-summary2 .player-button-red, .player-summary2 .player-button-black {width: 50%; box-sizing: border-box;}
.logos {
	border-top: 1px solid #d3d4d5;
	margin-top: 10px;	
    text-align: center;
    display: table;
    width: 100%;
}
.logos.no_line {border: none;}
.logos > div {
  border-bottom: 1px solid #d3d4d5;
  border-right: 1px solid #d3d4d5;
  /*float: left;*/
  display: inline-block;
  vertical-align: top;
  margin: 0;
  height: 88px;
  position: relative;
  width: 88px;
}
.logos.no_line > div {border-top: 1px solid #d3d4d5;}
.logos > div:first-of-type {border-left: 1px solid #d3d4d4;}
.logos > div:nth-child(6n+0) {
	border-left: 1px solid #d3d4d5;
}
                @media all and (max-width: 483px) {
                    .logos > div:nth-child(6n+0) {border-left: 0;}
                    .logos > div:nth-child(4n+1) {border-left: 1px solid #d3d4d5;}
                }
                @media all and (max-width: 393px) {
                    .logos > div:nth-child(4n+1) {border-left: 0;}
                    .logos > div:nth-child(3n+1) {border-left: 1px solid #d3d4d5;}
                }            
.logos .imgDiv {
  display: table-cell;
  height: 88px;
  text-align: center;
  vertical-align: middle;
  width: 88px;
}
.emptyline td {
  background-color: #ecf0f1;
  font-size: 14px !important;
  height: 5px !important;
  padding-left: 5px;
  text-align: left;
  padding-top: 10px;
}
.emptyline td b {
	font-size: 20px;
}

.start-game.home {
  margin-top: 10px;
  text-align: center;
}
/* wait dialog */
.waitDialog {
  background-color: #ffffff;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  display: none;
    height: 100px;
    margin-top: -50px;
    left: 50%;
    margin-left: -70px;
    position: fixed;
    text-align: center;
    top: 50%;
    width: 140px;
    z-index: 1000;
}
.wait {
  background-image: url("../images/loading2.gif");
  height: 55px;
  left: 27%;
  margin-left: 5px;
  position: relative;
  text-align: center;
  top: 22%;
  width: 55px;
}

/* tabs */
.ui-tabs {
  position: static !important;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br,
.ui-corner-top, .ui-corner-tr, .ui-corner-left, .ui-corner-bl {
  border-radius: 0px !important;
}

.ui-widget-header {
  background: none !important;
  background-color: #ff2a4a !important; 
}
.ui-widget-content {
  background: none !important;
  border: 0px !important;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #000000 !important;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #ff2a4a !important;
}
.ui-widget {
  font-family: Open Sans !important;
}
.ui-datepicker table {
  background-color: #FFFFFF;
  border-left: 1px solid #808080;
  border-right: 1px solid #808080;
  border-bottom: 1px solid #808080;
  border-collapse: collapse;
  font-size: 0.9em;
  margin: 0 0 0.4em;
  width: 100%;
}

/* modal window */
form.in-modal {
  padding-top: 10px;
}
form.ontop {
  padding-top: 0px !important;
}
#modal-win.ui-widget-content, #modal-win-edit.ui-widget-content, .modal-win.ui-widget-content {
  background: repeat-x scroll 50% 50% #FFFFFF !important;
  border: 1px solid #EEEEEE !important;
}
#modal-win form, #modal-win-edit form, .modal-win form {
  padding-top: 10px;
}

/* small-table */
/* TABLES - normal list and smaller table */
.small-table {
	background-color: #FFFFFF;
	position: relative;
	top: 31px;
	left: 0px;
	width: 100%;
	margin-bottom: 40px;
	border-collapse: collapse;
  top: 2px;
  margin-bottom: 5px;
}
.small-table.center td {
  text-align: center;
}
.aLeft {
  padding-left: 3px !important;
  text-align: left !important;
}
.small-table thead tr td{
	height: 55px;
	padding-left: 5px;
  padding-right: 5px;
	border-left: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
	font-size: 14px;
	font-weight: bold;
	box-shadow: #CEC3CF 0px 7px 20px;
	-webkit-box-shadow: #CEC3CF 0px 7px 20px;
	-moz-box-shadow: #CEC3CF 0px 7px 20px;
}
.small-table thead tr td {
  height: 20px;
  padding: 1px 1px 1px 5px;
  font-size: 12px;
  box-shadow: #CEC3CF 0px 2px 5px;
	-webkit-box-shadow: #CEC3CF 0px 2px 5px;
	-moz-box-shadow: #CEC3CF 0px 2px 5px;
  line-height: 20px !important;
  vertical-align: middle;
}
.small-table tbody tr td {
  border-bottom: 1px solid #d7d7d7;	
	border-left: 1px solid #d7d7d7;
	height: 42px;
  border-right: 1px solid #D7D7D7;
  height: 25px;
  Xline-height: 25px;
  font-size: 11px;  
}
.small-table td a {
	text-decoration: none;
	color: #dd0021;
	font-size: 13px;
	font-weight: bold;
}
.small-table td a {
  font-size: 11px;
}
.small-table td a img, .dash-table td a img {
    float: left;
    padding-top: 1px;
    padding-left: 1px;
}
.small-table tr td.cImg, .small-table tr td.center {
  text-align: center;  
}
.small-table tr td.cImg {
  line-height: 12px;
}
.small-table tr td.cImg img {
  float: none !important;
}
.small-table tr td.cImg.scretch, .small-table tr td.scretch, .small-table tr td.center.scretch, .spanScretch {
  color: red;
}
.small-table tr td.cImg.finish, .small-table tr td.finish, .small-table tr td.center.finish, .spanFinish {  
  color: green;
}
.small-table p, .small-table td {
  color: #151515;
  font-size: 13px;
  font-weight: 500;
  padding-left: 5px;
  padding-right: 5px;
}
.small-table p, .small-table td {
  font-size: 11px;
  font-weight: normal;
  padding-left: 2px;
  padding-right: 2px;
}
.small-table p {
  padding: 0px;
}
.small-table.smaller {
	width: 90%;
} 
.user-login, .user-login-code, .user-login-watch, .user-registration {
	margin-top: 6px;
	text-align: center;
}
.user-login-gray {
	width: 100%;
	height: 42px;
	background-color: #1d2429;
	border: 1px solid #2f3c46;
    border-radius: 2px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	/*text-transform: uppercase;*/
	cursor: pointer;
}
.user-login-pink {
	width: 100%;
	height: 42px;
	background-color: #d92540;
	border: none;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	line-height: 42px;
	text-align: center;
	text-decoration: none;
	/*text-transform: uppercase;*/
	cursor: pointer;
}
.user-login table, .user-login-code table, .user-login-watch table {
	margin-top: 0px !important;
}
.user-login {
  /*margin-top: 30px;*/
}
.charts {
	background-color: white;
}

/* tabs */
.tabs {
  background: white none repeat scroll 0 0;
	xbackground-image: url("../images/back-tabs.png");
}
.tabs li {
  display: inline;
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
    border-radius: 3px;
    overflow: hidden;
    margin: 0 3px 3px 0;
}
.tabs a {
  /*border-right: 1px solid #e4e5e6;*/
  color: black;
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  margin: 0;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  /*min-width: 85px;*/
  background: #6a7a88;
  color: #fff;
  box-sizing: border-box;
}
.tabs a.active, .tabs a:active {
  background: #ff2949 none repeat scroll 0 0;
}
.tabs.cat a {
  border-bottom: 1px solid #e4e5e6;
  font-size: 14px;
  line-height: 16px;
  padding: 15px;
}
.tabs.rnd a {
  border-bottom: 1px solid #e4e5e6;
  font-size: 14px;
  line-height: 16px;
  padding-left: 6px;
  padding-left: 6px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.fbshare {
	position: absolute;
	right: 0;
	top: 0px;
}
.reload {
	position: absolute;
	right: 40px;
	top: 0px;
}
.photoT .fbshare {
	/*top: 100px;*/
}
.lineRed td {
  background-color: #ffe7eb;
}
.toLeft > a {
  color: #1f262b;
}
.toLeft > a:hover {
  text-decoration: none;
}
.toLeft > div {
  float: left;
  left: 5px;
  position: relative;
  top: 2px;
}
.toLeft > img {
    display: inline-block;
    vertical-align: top;
    margin: 2px 5px 0 0;
    padding: 0;  
}
.toLeft.flex > img {
    margin: 0px 8px 0 0;
}

.result-table td {
  position:relative;
}
.result-table a {color: #ff2949; text-decoration: none; text-decoration: underline;}
.result-table a.player-button-red {color: #fff;}
.mobile-score {
  left: 12px;
  position: absolute;
  top: 3px;
}
input[type="number"] {
  -moz-appearance: textfield;
  apperance: textfield;
}
input[type="number"]::-webkit-inner-spin-button { -webkit-appearance: none;}
input[type="number"]::-webkit-outer-spin-button { -webkit-appearance: none;}

.resFilter {
	position: absolute;
	top: 8px;
	right: 8px;
}
.checkbox-float label {
	padding-top: 0px !important;
}
.tdDescription {
	color: #808080 !important;
	font-size: 11px !important;
	padding-left: 20px !important;
	padding-right: 10px;
}
.imgInLine {
  margin: -2px 5px 0 0 !important;
}
.tdLeft {
  text-align:left !important;
}
.facebook-button {
	text-align: center;
  color: white !important;
  background-color: white;
  border-radius: 2px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.facebook-button iframe #u_0_3 {
	color: white;
}
#u_0_3 {
	color: white !important;
}
.matchName {
	position: absolute !important;
	top: 28px !important;
	font-size: 12px;
	left: 20px !important;
	color: #454545;
}
.redDesc {
  color: red !important;
}
.tdTime {
	font-size: 12px !important;
}
.noborder {
  border: 0px !important;
}

.player-detail {
	min-height: 40px;
	background-color: white;
	position: relative;
	width: 100%;
	display: flex;
	border: 1px solid #b5c2ca;
	margin-bottom: 5px;
	background-color: #ebf2f6;
	border-radius: 3px;
	padding: 3px;
}
.player-detail .img { display: block; margin: 0 10px 0 0; height: 40px; width: 40px; border-radius: 40px; text-align: center; overflow: hidden;}
.player-detail .img img {display: inline-block; padding: 0;}
.player-detail .name {
	color: #151515;
	font-size: 15px;
	font-weight: 600;
	padding: 0;
	width: 80%;
	position: absolute;
	left: 50px;
}
.prow {
	position: absolute;
	top: 24px;
	left: 50px;
}
.prow .year {
	float: left;
	width: 40px;
}
.prow .city {
	float: left;
	width: 190px;
}
.prow .flag {
	float: right;
}
.player-detail:hover {
	background-color: #dcecf5;
}
.trTeam {
  height: 60px;
}
.trTeam td {
  line-height: 23px;
}
.noBorder {
  background: unset;
  margin: 0px;
}