@font-face {
font-family:'Patua One';
src:url(//kicksntickles.com/wp-content/themes/KickNTickles_WPTheme/fonts/PatuaOne-Regular.woff2) format("woff2"),url(//kicksntickles.com/wp-content/themes/KickNTickles_WPTheme/fonts/PatuaOne-Regular.woff) format("woff");
font-weight:400;
font-style:normal
}
* {
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
outline:none;
}
html,
body {
margin:0;
padding:0;
}
body {
font-family:"Roboto Condensed", sans-serif;
font-weight:300;
font-size:20px;
line-height:185%;
background-color:#f7f7f7;
}
.content-area {
width:100%;
max-width:1200px;
padding:20px;
position:relative;
margin:0 auto;
}
a {
text-decoration:none;
color:inherit;
transition:all .2s ease;
-moz-transition:all .2s ease;
-webkit-transition:all .2s ease;
-o-transition:all .2s ease;
}
a:hover {
color:#c30606;
}
ul {
margin:0;
padding:0;
list-style-type:none;
}
#site-details {
background-color:#000;
color:#fff;
font-size:15px;
text-align:center;
}
#legal-links ul li {
display:inline-block;
border-right:1px solid #fff;
padding:0px 10px;
height:20px;
vertical-align:middle;
line-height:20px;
}
#legal-links ul li:nth-child(2) {
border-right:none;
}
#site-author a {
font-family:"Patua One", cursive;
font-size:16px;
}
#site-author a:hover {
color:#6abc9f;
}
@media all and (max-width:480px) {
#site-details {
line-height:150%;
}
#legal-links ul {
margin-bottom:20px;
}
#legal-links ul li {
display:block;
margin:10px auto;		
height:auto;
border:none;
}
}
.ladder-contatiner {
width:100%;
max-width:440px;
margin:30px auto 70px;
padding:0;
position:relative;
display:block;
}
table.ladder {
width:100%;
color:#292D3A;
font-size:16px;	
font-weight:400;
}
table.ladder tr:nth-child(odd) {
background-color:#F1F8FA;
}
table.ladder tr:nth-child(even) {
background-color:#EAEDEE;
}
table.ladder tr:first-child {
background-color:#292D3A;
color:#fff;
}
table.ladder th {
text-align:left;
padding:0 10px;
}
table.ladder td {
overflow:hidden;
}
table.ladder th:last-child,
table.ladder td:last-child {
text-align:center;
}
table.ladder td:first-child {
text-indent:20px;
}
.player-container {
position:relative;
height:70px;
}
.player-photo {
width:50px;
height:50px;
display:inline-block;
border-radius:50%;
overflow:hidden;
margin:5px 20px 5px 0;	
position:absolute;
top:5px;
}
.player-photo img {
object-fit: contain;
}
.player-name {
display:inline-block;
position:absolute;
top:18px;
left:70px
}
table.ladder tr:nth-child(2) td:nth-child(2) {
background-image:url(//kicksntickles.com/wp-content/themes/KickNTickles_WPTheme/images/crown.png);
background-size:30px 18px;
background-position: right center;
background-repeat:no-repeat;
}
.tabs {
text-align:center;
}
.tabs .tablink {
padding:12px 35px;
border-radius:2px;
background-color:#000;
color:#fff;
margin:3px auto;
display:inline-block;
border:none;
appearance:none;
cursor:pointer;
font:inherit;
}
.tablink:hover {
background-color:#feb637;
}
.tabactive {
background-color:#a82500 !important;
cursor:auto !important;
}