body{
    text-align:center;
    width:100%;
}
table{
    min-width: 18%;
}
@media screen and (max-width: 767px) {
    .alt-table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #dddddd;
        -webkit-overflow-scrolling: touch;
    }
}
#title {
    /*direction: rtl;*/
    display: inline;
    font-size: 30px;
    padding-bottom: 10px;
    text-align: center;
}
#contentiframe{
    background-color: transparent;
    border: 0 none;
    direction: rtl;
    width: 600px;
    text-align: center;

}
#newsiframe{
    background-color: transparent;
    border: 0 none;
    direction: rtl;
    width: 100%;
    text-align: center;   
    height: 1000px;
    display: none;
}
.ads{
    text-align: center;
    padding-bottom: 10px;
}

#content {
    margin-top: 0;
    padding-bottom: 20px;
}
html, body {
    margin:0; padding:0
}
#container{
    width:100%;
}
#container1{   
}
#container2{  
    direction: rtl;
}
#container3{ 
}
.tdwidth {
    width: 33%;
}
.trwidth {
    text-align: center;
    vertical-align: top;
}
.player{
}
.player_picture {
    max-height: 130px;
    max-width: 130px;
}
.player_info{
    direction:rtl;
    display:block;
}
.title{
    text-align:center;
}
.player_info_title{
    min-width:100px;
}

.player_info_text{
    min-width:100px;
}
.player_picture_conatiner{
    display: block;
    text-align: center;
}
.table_layout{
    table-layout: fixed;
    display: inline-block;
}
.match_image{
    border: 1px solid black;
}

.details {
    border: 1px solid #000000;
    min-width: 130px;
}
.secound_team{
    background-color: #EBEBEB;
    border: 1px solid #CCCCCC;
    font-weight: bold;
}
.first_team{
    background-color: #EBEBEB;
    border: 1px solid #CCCCCC;
    font-weight: bold;
}
.matches_table{
    border-collapse: collapse;
    display: inline-table;
    margin-top: 20px;
    min-width: 45% !important;

} 

.tdmatches{
    text-align: center;
}
td.match_league {
    font-weight:normal;padding:2px 4px;text-align:right;background-color:#696969;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8d8d8d',endColorstr='#454545');background:-webkit-gradient(linear,left top,left bottom,from(#8d8d8d),to(#454545));background:-moz-linear-gradient(top,#8d8d8d,#454545);background:-o-linear-gradient(top,#8d8d8d,#454545);background:-ms-linear-gradient(top,#8d8d8d,#454545);font-size:18px;border:1px solid #999;
    text-align: center;
    font-weight:bold;
    color:#fff;
}
.match_img {
    max-height: 350px;
    max-width: 350px !important;
}

.players_btn {
    background-color: #1B668E;
    border: 1px solid;
    color: #FFFFFF;
    display: inline-block;
    font-size: 20px;
    width: 135px;
    padding: 10px;
    text-decoration: underline;
    cursor: pointer;
}
.matches_btn{
    background-color: #1B668E;
    border: 1px solid;
    color: #FFFFFF;
    display: inline-block;
    font-size: 20px;
    width: 135px;
    padding: 10px;
    text-decoration: underline;   
    cursor: pointer;
}
.points_btn{
    background-color: #1B668E;
    border: 1px solid;
    color: #FFFFFF;
    display: inline-block;
    font-size: 20px;
    width: 135px;
    padding: 10px;
    text-decoration: underline;   
    cursor: pointer;   
}
.space {
    display: block;
    min-height: 20px;
}

.matches_vs {
    font-style: italic;
    font-family: monospace;
    border: 1px solid #CCCCCC;
}
.matches_detail {
    border: 1px solid #CCCCCC;
}
.newsrows{
    display: none;
}

#backbutton {
    display: inline;
    float: left;
    font-size: 20px;
}

#titletext {
    display: inline;
    font-size: 30px;
}
.topdivsection{
    width:33%;
}
.contentImage{
    max-width: 600px;
    max-height:600px;
}
.downloadHereLink{
    display: block;
}
.titlerows {
    direction: rtl;
    display: inline-block;
    float: right;
    max-width: 500px !important;
}