﻿body {
    background-color:#fefefe;
}
form {
    margin-bottom: 1.5rem;
}
   #header {
            margin-bottom: 20px;
        }
h4 {
    font-weight: bold;
            margin-bottom: 5px;
}
input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select {
   
    height: 30px;
    padding: 3px 5px;
    margin-bottom: 5px;
}

.container {
    background-color:white;
    padding:1em;
    -webkit-box-shadow: 0 0 10px 0 #eeeeee;
    box-shadow: 0 0 10px 0 #eeeeee;
}

#header {
    
}
#footer {
    padding:10px;
    font-size:small;
    text-align:center;
}
#footer img {float:right;}

.ui-widget {
    font-size: 0.9em;
}
 


nav {
    font-size: 85%;
    background-color: #999999;
    padding: 0px;
    padding-left: 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    margin-top: 12px;
            
    -webkit-box-shadow: 0 0 5px 0 #cccccc;
    box-shadow: 0 0 5px 0 #cccccc;
}
nav a {
            
    color: #ffffff;
    text-shadow: 1px 1px 0 #000000;
    display: inline-block;
    width: 100px;
    text-decoration: none;
    text-align: center;
    padding: 0px;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    margin: 0px;
    border-left: solid 1px #999999;
    border-right: solid 1px #999999;
}
nav a:hover {
    background-color: #777777;
    color: #ffffaa;
    border-left: solid 1px #444444;
    border-right: solid 1px #444444;
}

ul {
        list-style: none;
    margin: 0;
    margin-bottom: 15px;
}
#todaygames {
           
}
#todaygames li {
    border-bottom: solid 1px #fbfbfb;
    margin-bottom: 0px;
    height: 68px;
    overflow: hidden;
}

#todaygames .game {
    display: inline-block;
    width: 100%;
}
#todaygames .gamestream {
    display: inline-block;
    width: 40px;
    float: right;
    margin-top: 13px;
}
#todaygames .gamestream img {
    max-height: 40px;
    opacity: 0.5;
}

#todaygames a div {
    display: inline-block;
    vertical-align: middle;
}
#todaygames .tid {
    color: #999;
}
    #todaygames .lag {
    font-size: 12px;
    width: 120px;
    height: 65px;
    overflow: hidden;
    line-height: 1em;
    text-align: center;
}
#todaygames .liveimg {
    padding-top: 12px;
    float: right;
}
#todaygames .liveimg img {
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
    max-height: 40px;
}
#todaygames .res {
    color: #999;
    font-weight: bold;
    width: 60px;
    text-align: center;
    height: 45px;
    padding-top: 20px;
    font-size: 100%;
    text-shadow: none;
}
    #todaygames .lag img {
    max-height: 50px;
}
#todaygames li:hover {background-color: #fafafa;}
#todaygames .tidstarted {
    color: #000;
}
#todaygames .resstarted {
    color: #009900;
    font-size: 110%;
    text-shadow: 1px 1px 2px #cccccc;
}
#todaygames .resended {
    color: #999;
    font-size: 100%;
    text-shadow: none;
}
#todaygames .listrubrik {
    margin-top: 15px;
    height: 45px;
}
#todaygames .listrubrik:hover {
    background-color: #ffffff;
}
#todaygames .listrubrik h3 {
    margin-bottom: 10px;
    background-color: #eeeeee;
    border-radius: 6px;
    box-shadow: 0 0 5px 0 #cccccc;
    padding: 5px;
}
        
.table-mini {
    padding: 0px;
    width: 100%;
}
.table-mini td, .table-mini th {
    padding: 0px;
    font-size: 12px;
    padding-right: 5px;
}
.table-mini img {
    max-width: 20px;
    vertical-align: middle;
    margin-right: 2px;
}

 .headerlinks {
            font-size: 12px;
            margin-top: 6px;
            float: right;
            font-weight: normal;
        }
.pling {
        float: right;
        font-size: 12px;
        margin-top: 13px;
        font-weight: bold;
    }
 #menuimage{
    width: 25px;
    border: solid 2px #808080;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 4px;
    -webkit-box-shadow: 0 0 5px 0 #B8B8B8;
    box-shadow: 0 0 5px 0 #B8B8B8;
    float: right;
    margin-top: 8px;
    display: none;
    opacity: 0.5;
}
#menuimage img {
    max-width: 25px;
    vertical-align: middle;
}
#menuimage a {
    opacity: 0.5;
}
#menuimage a:hover {
        opacity: 1;
}
#header img {vertical-align: middle;}
nav {
            display: inline-block;
            -webkit-border-radius: 10px;
            border-radius: 10px;
            width: 100%;
        }

 .team {
    display: inline-block;
    width: 20%;
    text-align: center; 
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
    overflow: hidden;
    height: 130px;
}
.team:hover {
    background-color: #fafafa;
    -webkit-box-shadow: 0 0 5px 0 #cccccc;
    box-shadow: 0 0 5px 0 #cccccc;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.team img {
    max-width: 90%;
    height: auto;
    width: auto\9; /* ie8 */
}
 .list-img {
            margin-right: 5px;
            opacity: 0.5;
            width: 35px;
        }

       #leeadspanorama {
            margin: 0px;
            padding: 0px;
            margin-top: -15px;
            margin-left: -15px;
        }
        #leeadspanoramamobil {
            display: none;
            text-align: center;
        }

        #leeadsoutside {
            position: fixed;
            top: 0px;
            right: 15px;
        }

/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/


    @media only screen and (min-width:1440px){
        
    }
    
    @media only screen and (max-width:1440px){
       
    }
    
    
    @media only screen and (max-width:960px){
        .container {
            padding: 0.5em;
        }
        #header {
            text-align: center;
        }
        h4 {
            font-size: 120%;
        }
        #todaygames {
            font-size: 75%;
        }
        #todaygames .lag {
            font-size: 85%;
            width: 90px;
            height: 50px;
        }
        #todaygames .res {
            width: 40px;
        }
        #todaygames .liveimg img {
            max-height: 30px;    
        }
        #todaygames .lag img {
            max-height: 40px;
        
        }
        #todaygames .gamestream {
            width: 30px;
        }
        #todaygames .gamestream img {
            max-height: 30px;
    
        }
        #menuimage {display: inline-block;}
        nav {
            display: none;
            -webkit-border-radius: 0px;
            border-radius: 0px;
        }
        .tablesorter-dropbox td {
            line-height: 15px;
            padding: 0px 1px;
            font-size: 90%;
            
        }
        .team {
            font-size: 12px;
            padding-top: 5px;
            padding-bottom: 5px;
        }
        .list-img {
            margin-right: 5px;
            opacity: 0.5;
            width: 25px;
        }
        
    }
    
    @media only screen and (max-width:480px){
        #leeadspanorama {
            display: none;
        }
        #leeadspanoramamobil {
            display: block;    
        }
        #leeadsoutside {
            position: static;
            text-align: center;
            top: 0px;
            right: 15px;
        }
        .team {
            font-size: 10px;
            padding-top: 2px;
            padding-bottom: 2px;
            height: 67px;
        }
        .container {
            padding: 0.5em;
        }
        #header {
            text-align: center;
        }
        h4 {
            font-size: 120%;
        }
        #todaygames {
            font-size: 75%;
        }
        #todaygames .lag {
            font-size: 75%;
            width: 80px;
            height: 41px;
        }
        #todaygames .res {
            width: 40px;
        }
        #todaygames .liveimg img {
            max-height: 20px;    
        }
        #todaygames .lag img {
            max-height: 30px;
        
        }
        #todaygames .gamestream {
            width: 20px;
        }
        #todaygames .gamestream img {
            max-height: 20px;
    
        }
        .headerlinks {
            margin-top: 2px;
            font-size: 70%;
        }
        .pling {
           
            margin-top: 7px;
        
        }
        .mobile-hide {
            display: none;   
        }
    
        .list-img {
            margin: 2px;
            width: 20px;
        }
    }
    @media only screen and (max-width:380px){
        #todaygames .game {
            
        }
        #todaygames .gamestream {
        margin-top: 10px;
        }
        #todaygames li {
            height: 50px;
            overflow: hidden;
        }
    }

