AlkantarClanX12

Your IP : 18.116.85.108


Current Path : /home/thanudqk/thanpokertour.com/css/
Upload File :
Current File : /home/thanudqk/thanpokertour.com/css/full-width-pics.css

body {
  /*padding-top: 56px;*/
  background-color:#121212;
  background-image: url(../images/footer_than.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  font-size:12px;

}

.table {
	
}

.bg-image-full {
  background: no-repeat top center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}


.wrapper {
  margin: 0 auto;
  padding: 10px;
  max-width: 700px;
}

.table {
  margin: 0 0 40px 0;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  display: table;
  color:#fff !important;
}

/*NEW CSS */

.row .cell:first-child {
	width:50px;
	text-align:center;
	background-color:#151515;
}

.header .cell {
	background-color: transparent!important;
}

.header .cell:nth-child(3), .header .cell:nth-child(4), .header .cell:nth-child(5), .row .cell:nth-child(3), .row .cell:nth-child(4), .row .cell:nth-child(5)  {
	text-align: center;
}


#tab2 .row .cell:nth-child(5) {
	    width: 14%;
}

#tab2 .row .cell:nth-child(4) {
	    width: 31%;
}

#tab2 .row .cell:nth-child(1) span {
    border: 1px solid white;
    padding: 10px 19px;
}

/*NEW*/

#rank10 .cell:nth-child(1) span {
    border: 1px solid ffcc00;
    padding: 10px 19px;
}

#rank10 span {
   border: 1px solid #ffcc00;
    padding: 10px 19px;
}

#tab2 {
    margin-bottom: 0px;
}

footer {
	margin-bottom: 20px;
}


@media screen and (max-width: 580px) {
  .table {
    display: block;
  }
}

.row {
  display: table-row;
  background: #55491f;
}
.row:nth-of-type(odd) {
  background: #3c3420;
}
.row.header {
  font-weight: 400;
  color: #ffffff;
  background: #a8691e;
}
.row.green {
  background: #27ae60;
}
.row.blue {
  background: #2980b9;
}
@media screen and (max-width: 580px) {
  .row {
    padding: 14px 0 7px;
    display: block;
  }
  .row.header {
    padding: 0;
    height: 6px;
  }
  .row.header .cell {
    display: none;
  }
  .row .cell {
    margin-bottom: 10px;
  }
  .row .cell:before {
    margin-bottom: 3px;
    content: attr(data-title);
    min-width: 106px;
    font-size: 10px;
    line-height: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #969696;
    display: block;
  }
}

.cell {
  padding: 15px 10px;
  display: table-cell;
}
/*
.cell span{
	border: 1px solid red;
    padding: 10px 19px;
}
*/

.row .cell2 {
	display:none;
}

@media screen and (max-width: 568px) {
.cell {
    padding: 0px;
   /*display: block;*/
  }
/*
  .row .cell:nth-child(4), .row .cell:nth-child(6) {
    display: none;
  }
 */ 
  .row .cell2 {
	display:block;
   }
  
}

@media screen and (max-width: 375px) {
.row .cell:before {
    min-width: 96px;
  }
}

/*
@media screen and (min-width: 400px) and (max-width: 580px)  {
.row .cell:before {
    min-width: 93px;
  }
}
*/

/* NEW Querries */
@media screen and (max-width: 580px) {

	.header .cell:nth-child(2), .row .cell:nth-child(2) {
		text-align: center;
	}
	
	.row .cell:first-child {
    background-color: transparent;
    }
	
	#tab2 .row .cell:nth-child(1) span {
    border: none;
    padding: 1px 3px;
	
    }
	
	#rank10 span {
    border: none;
    padding: 10px 19px;
    }
	
	/*
	#rank10 {
    border: 1px solid red !important;
    padding: 1px 3px;
	background-color:#000;
    }
	*/
}