@font-face {
    font-family: Sans;
    src: url('../fonts/Sans.woff');
}
    body, html {
    height: 98.9%;
    background-image: url('/templates/my/images/bg/2024/bgeuro2024-3.jpg');
    background-position: center;
    background-size: cover;
    position: relative;
    background-color:transparent;
    }
.todaynews{
    width:50%;
    position: relative;
    text-align:left;
    float:left;
}
.todaynewsimg{
    width:30px;
    margin-top:2px;
    margin-left:10px;
    
}
.cupstart{
    width:50%;
    position: relative;
    text-align:right;
 }
.cupstartimg{
    width:22px;
    margin-top:2px;
    margin-right:17px;
}
.topmenuuser{
    position: relative;
}
.myava{
    position: relative;
    height:30px;
}

.cadrtop{
    position: relative;
    border:1px solid white;
    padding:3px;
    margin:1px;
    float:right;
}
.cadrtop img{
    height:52px;
}
.topright {
    width:250px;
    height:550px;
    overflow:auto;
    line-height:2em;
    position: relative;
    text-align: center;
    color:transparent;
    margin-left:10px;
    
}
.topleft {
    width:300px;
    line-height:2em;
    position: relative;
    text-align: center;
    color:transparent;
}
.matne {
    width:320px;
    margin-top:2px;
    margin-bottom:25px;
    line-height:2.5em;
    position: relative;
    text-align: center;
    color:transparent;
}
.topmid {
    width:100%;
    margin-top:55px;
    margin-bottom:80px;
    line-height:2.5em;
    position: relative;
    text-align: center;
    color:transparent;
}
.bottommid {
    margin-top:40px;
    margin-bottom:50px;
    width:350px;
    font-size:18px;
    line-height:2.5em;
    position: relative;
    text-align: center;
    color:transparent;
}
.middlee {
    width:300px;
    margin-top:90px;
    margin-bottom:28px;
    color:transparent;
    font-family: "Sans";
    font-size:20px;
    position: relative;
    text-align: center;
    text-shadow: 0 0 3px #FF0000, 0 0 5px #0000FF;
}
hr {
    position:static;
    margin: 10px 0 0 0;
    width:100%;
}
.brlinn{
    line-height:1.5;
}
.tablink {
    background-color: #555;
    color: white;
    float: right;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 4px 4px;
    font-size: 15px;
    width: 20%;
}

.tablink:hover {
    background-color: #777;
}

/* Style the tab content */
.tabcontent {
    color: white;
    display: none;
    text-align: center;
}

