html,body{
    height:100%;
}
.navbar,.navbar-inverse{background-color: #313131 !important; border-radius: 0; border: none;}
.nav li a{
    font-weight: bold;
    color: white !important;
}
.navbar-brand{color: white !important;}
.recentmatch{
    font-weight: bold;
    padding: 2px;
    margin-right: 5px;
    color: white;
}

thead{
    background-color: #313131;
    color: white;
}
.contentleft{
    border-right: 1px solid lightgray;
}

.contenttop{
    padding-bottom: 10px;
    border-bottom:1px solid lightgray ;
}
.contentwrapper{
    min-height: 100%;
}

footer{
    clear: both;
    background-color: #313131;
    color: white;
    height: 195px;
    position: relative;
}
footer a{
    color: white;
    font-weight: bold;
}
.mycontent{padding: 12px;}
.mycontent p a:hover{
    color: turquoise;
    text-decoration: none;
}


th a{
    color: white !important;
}
th{
    text-align: center;
    font-size: 14px;
    font-weight: 200 !important;
}
th a:hover{
    color: white;
    text-decoration: none;
}

.flag{
    height:13px;
    margin-top: -2px;
}

table {
    counter-reset: Serial;
    border-collapse: separate;
    text-align: left;
}

tr td:first-child:before{
    counter-increment: Serial;
    content : counter(Serial);
}
.playerimagepart{
    border-right:1px solid #c1e2b3 ;
    padding-right: 40px;
}

.playerstats p{
    font-size: 18px;
}
.playerstats img{
    vertical-align: baseline;
}
.sidebarplayer{
    border-bottom: 1px solid #c7ddef;
    text-align: center;
}
.sidebarplayer ul li{
    list-style: none;
    background-color: #313131;
    width: 100%;
    margin-bottom: 3px;

}
.sidebarplayer ul{
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
}
.sidebarplayer ul li a{
    text-decoration: none;
    color: white;
    font-size: large;
}

.position{
    padding: 3px;
    background-color: red;
    border: 1px white solid;
    border-radius: 46%;
    display: block;
    width: 35px;
    margin-left: auto;
    margin-right: auto;
    font-size: 11px;
    font-weight: 800;
    color: white;
    margin-bottom: 3px;

}

.squad{
    background-image: url("https://dl.dropboxusercontent.com/s/8zqpowopak9xdkk/squad-bg.jpg?dl=0");
    background-repeat: no-repeat;
    background-position: center;
    min-height: 350px;
    padding: 25px;
}

.mid,.attackers,.cdm,.gk{
    min-height: 50px;
    margin-right: auto;
    margin-left: auto;
}

.squaditem{
    padding-right:10px;
    display: inline-block;
}
.squaditem a{
    color: black;
    font-weight: 700;
    font-size: 13px;
    background: white;
    padding: 2px;
    border-radius: 3px;
}
.btn {
    background: #313131 !important;
    border: none !important;
    border-radius: 0px !important ;
}

.gk{
    margin-top: 10px;
    margin-left: 15px;
}

.cdm{
    margin-top: 5px;
}
.mid{
    margin-top: 5px;
}
.mid .squaditem{
    width: auto;
}
.attackers .squaditem{

    width: 160px;
}
.login-register{
    margin-top: 5%;
    margin-bottom: 40px;
}

.main-center{
    margin-top: 30px;
    margin: 0 auto;
    max-width: 400px;
    padding: 10px 40px;
    text-shadow: none;
    border:1px solid #b5aeaf;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.31);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.31);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.31);
}
.register{
    margin-top: 30px;
    margin: 0 auto;
    width: 50%;
    padding: 10px 40px;
    text-shadow: none;
    border:1px solid #b5aeaf;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.31);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.31);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.31);
}
.errorlist{
    list-style: none;
    color: red;
    padding-left: 0px !important;
}
.helptext{
    display: none !important;
}
.fa-close{
    color: red !important;
    font-size: 16px;
}
.fa-edit{
    color: #3236d2 !important;
    font-size: 16px;
}
.control-label{
    text-align: left !important;
}
.my{
    margin-left: auto;
    margin-right: auto;
    width: 790px;
}
.username{
    color: #c9f5ff;
}
.horizontal_stats{
    background-color: #f9f6f6;
    margin-bottom: 10px;
}
.bigstat{
    font-size: 38px;
    color: #041663;
    font-weight: 600;
}
.stat1{
    border-right: 1px solid #e3dbdd;
}
.stat1 small{
    font-size: 12px;
    font-weight: bold;
}
.leftindex{
    border-right: 1px solid #e8e8e8;
}
.leftindex li{
    font-size: 16px;
    line-height: 2em;
    list-style-type: square;
}
.rightimage{
    margin-bottom: 10px;
}
.navbar-brand{
    padding: 8px !important;
}
.FBshare,.twittershare{
    margin-top: 10px;
    margin-bottom: 5px;
}
.contentdown{
    clear: both;
    margin-top: 5px;
}
.teamlogo{
    max-height: 140px;
}
@media only screen and (max-width: 1199px) {
    .playerimage{
        width: 250px;
    }
}
@media only screen and (max-width: 991px) {
    .contentleft{
        width:100%;
    }
    .contentright{
        width: 100%;
    }
    .playerimage{
        width: 200px;
    }
}
@media only screen and (max-width: 767px) {
    .playerstats{
        padding-bottom: 20px;
        text-align: center;
    }
    .playerimagepart{
        border-right: none;
    }
    .navbar-nav{
        width: 100%;
        float: left !important;
        padding-left: 10px;
    }
    .navbar-nav li{
        border-bottom: 1px gray solid;
    }
}