:root {
    --main-bg-color: #ff9060;
    --main-txt-color: white;
    --main-hover-color:#DBDBDB ;
    --navbar-color:#ef0448;
    --button-bg-color:#ef0448;
    --game-bg-gcolor:coral;
    --bar-bg-color: red;
    
    --omaTableoDD-bg-color: PapayaWhip;
    --disabled-color:#cdc8b1;    
    --progress-bg-color: lightsalmon;
    --nimi-color: darkgrey;
    --verho-border-color:grey;
    --button-hover-color:#cc6600;
    --omaTable-bg-color: whitesmoke;
    --omaTable-txt-color:black;
    --omaOhje-bg-color:lightgrey;
    --tehtOhje-txt-color:black;

    --omaTable-row-bg-color:yellow;
    --omaTable-rowODD-bg-color:blue;
  

}

html, body {
    width: 100%;
    height: 100%;
    /* background: var(--main-bg-color); */
    background: white;
    font-family: 12px 'Roboto', sans-serif;
    overflow-x: hidden; 
    /* font: 20px Montserrat, sans-serif; */
    line-height: 1.8;
    color: #f5f6f7;    
  }

    body {
      /* font: 20px Montserrat, sans-serif; */
      line-height: 1.8;
      color: #f5f6f7;
      margin:0;
    }
    p {font-size: 16px;}
    .margin {margin-bottom: 6px;}    

.alue {
  max-width: 1000px;
  margin: auto;
  background: var(--main-bg-color); 
  padding: 10px;
  height: 100vh;

}
.page {
    width: 100%;
    /* min-height: 100%; */
    /* height: 100vh; */
    margin: auto;
    text-align: center;
    background: var(--main-bg-color);
    color: #fff;
    overflow-x: hidden;
  }

  footer {
    position:absolute;
   bottom:0;
   margin: auto;
   width:100%;
   max-width: 800px;
   height:100px;   /* Height of the footer */  
  }

  
  .logoAlas {
    position:absolute;
   bottom:60px;
   width:100%;
   height:60px;   /* Height of the footer */  
   margin: auto;
  }
    
  p {font-size: 16px;}

  .margin {margin-bottom: 6px;}
  .bg-1 { 
    background-color: #ffffff; /* logoalue valkoinen */
    color: #ffffff;
  }


    .bg-2 { 
      background-color: var(--main-bg-color);/* pelialueen taustavari */
      color: #ffffff;
    }
    .bg-3 { 
      background-color: #ffffff; /* White */
      color: #555555;
    }
    .bg-4 { 
      background-color: #2f2f2f; /* Black Gray */
      color: #fff;
    }
    .container-fluid {
      padding-top: 5px;
      padding-bottom: 5px;
    }    

@media only screen and (max-width: 550px) {  
  .page {
      width: 100%;
      min-height: 100%;
      margin: auto;
      text-align: center;
      background: var(--main-bg-color);
      color: #fff;
      overflow-x: hidden; 
  }
}

@media only screen and  (min-width: 551px)  {
    .page {
        max-width: 90%;
        min-height: 100%;
        margin: auto;
        text-align: center;
        background: var(--main-bg-color);
        color: #fff;
        overflow-x: hidden; 
    }
}
@media only screen and  (max-height: 700px)  {

}



.navbar-default {
  background-color: var(--navbar-color) ;
  border-color: #e7e7e7;
  height:40px;
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  color:white;
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}


    
.page-content {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0.5rem;
    padding-top: 50px; }

.page-content p {
    text-align: left;
    padding: 0.5rem; }
    .page-content p span {
    padding-left: 0.5rem; }
.page-content h1 {
    text-align: left;
    padding: 0.6rem 1rem;
    font-size: 1.5rem;
    font-weight: normal; }

.page-content.without-top-navbar {
padding-top: 0px; }

#page-shadow {
    opacity: 0.3;
    background: var(--main-bg-color);
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 20; }   


    
    
    .formPop-container {
    max-width: 100%;
    padding: 10px;
    background-color: gray; }    
        



input {
    display: block;
    width: 100%;
    font-size: 1rem;
    outline: none;
    font-family: 'Roboto', sans-serif; 
    border-radius:6px;
    padding-left:10px;

  }


.nappiAlue {
    text-align: center !important ;
    /* width:90%; */
    vertical-align: middle !important; 
    
}





.nappisto { 
  
  position: relative;
  height:80px;
  width:90%;
  padding-left: 5%;
}

@media only screen and  (max-width: 550px)  {
  .nappisto {
    height: 90px;
  }
  .nappisto button {
    margin-bottom: 10px;
    height:35px;

  }
}


@media only screen and  (min-width: 551px)  {
  .nappisto button {
    margin-right: 20px;
    height:40px;
  }
}

.pieniBtn {
  cursor: pointer;
  padding: 8px 24px;
  margin-left: 6%;
}

.isonappi {
  width:3em;
  height:3em;
}


@media only screen and  (min-width: 551px)  {
.nappiAlue  button {
    /* background-color: #4CAF50; /* Green background */
    /*border: 1px solid green; /* Green border */
    /* color: white; /* White text */
    padding: 8px 20px;
    /* Some padding */
    cursor: pointer;
    /* Pointer/hand icon */
    float: left;
    /* Float the buttons side by side */
    margin-left: 5%;
   
    /* width: 25%;  */
  }
  .nappiAlue #btnSkip {
    float:left;
    margin-left:10%;
  }
}

@media only screen and (max-width: 550px) { 
  .nappiAlue  button {
   
    padding: 4px 16px;  
    cursor: pointer;   
    float: left;   
    margin-left: 4%;
   
  } 
  .nappiAlue #btnSkip {
    float:right;
    margin-right:10%;
    
  }

}

 

.nappiAlue  button:not(:last-child) {
    border-right: none;
    /* Prevent double borders */ }


.nappiAlue  button:first-child {
  margin-left: none;
  /* Prevent double borders */ }    


  .napisto button {
  
    padding: 8px 24px; 
    cursor: pointer;  
    float: left;  
    margin-left: 6%;
    /* width: 25%;  */
  }

.napisto  button:not(:last-child) {
    border-right: none;
    /* Prevent double borders */ }    


button:disabled,
button[disabled]{
    border: 1px solid #999999;
    background-color: #cccccc;
    color: #666666;
}
    
    /* Clear floats (clearfix hack) */
.nappiAlue:after {
content: "";
clear: both;
display: table; }
      
/* 
input[type=text],
input[type=password] {
  background: var(--main-bg-color);
  color: #fff;
  padding: 1rem;
  padding-left: 5rem;
  border: 0; } */



input[type=text]::placeholder,
input[type=password]::placeholder {
    color: #ccc;
    margin: 0.5rem 0; }
    


input[type=submit] {
    margin-top: 2rem; }
    
input[type=submit] {
    border: 0;
    outline: none;
    display: block;
    font-size: 1rem;
    width: 30%;
    font-family: 'Roboto', sans-serif;
    border-radius: 0.5rem;
    color: #fff;
    padding: 0.8rem;
    padding-left:10px;
    cursor: pointer;
    background: #ff8000;
    box-shadow: 0px 1px 10px -5px #000; }
    
input[type=submit]:hover {
    background: var(--button-hover-color); 
    }  

  button:hover {
      background:var(--button-hover-color); 
  }

  .eiHover:not(.nohover):hover {
    background:var(--button-hover-color); 
  }
  
.oma-button {
   /* background-color: #4CAF50; /* Green background */
    /*border: 1px solid green; /* Green border */
    /* color: white; /* White text */
    padding: 8px 24px;
    /* Some padding */
    cursor: pointer;
    margin-right: 10px;;
    /* Pointer/hand icon */
    /* float: left; */
    /* Float the buttons side by side */
    /* margin-left: 6%; */
    /* width: 25%;  */

}

button {
    border: 0;
    outline: none;
    /* display: block; */
    font-size: 1rem;
    /* width: 20%; */
    font-family: 'Roboto', sans-serif;
    border-radius: 0.5rem;
    color: #fff;
    
    /* padding: 0.8rem; */
    cursor: pointer;
    background: var(--button-bg-color);
    box-shadow: 0px 1px 10px -5px #000; }

    
.select {
    position: center;
    display: flex;
    width: 80%;
    height: 35px;
    line-height: 3;
    background: white;
    overflow: hidden;
    border-radius: .25em;

   }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    /*safari and chrome*/
    select {
        height: 25px;
        /* line-height: 30px; */
        background: #f4f4f4;
        width: 100%; } 
    }    

@media screen\0 {
    /* IE Hacks: targets IE 8, 9 and 10 */
    select {
        height: 40px;
        line-height: 40px;
        width: 100%; } }    


.oma-table {
    background-color: var(--omaTable-bg-color); 
    width:100%;  
    color:var(--omaTable-txt-color); 
    border-collapse:separate;
    border:solid black 1px;
    border-radius:6px;
    border-spacing: 0px;
}

.oma-table tr td th {
    color:red !important;
    height: 8px; 
    
    overflow: hidden !important;
    /* border-left:solid black 1px;
    border-top:solid black 1px; */
  }

  /* .oma-table td:first-child, th:first-child {
    border-left: none;
    border-top: none;
} */

/* 
.oma-table tr:nth-of-type(odd)  {
  background-color: whitesmoke;
}   */


.oma-table input {
    color:var(--omaTable-txt-color);
    /* background-color: var(--omaTable-bg-color); */
    background-color: "whitesmoke";
    /* padding-left: 1rem; */
    height: 20px;
    border: solid 1px #000;
    width:75% ;
    border-radius:6px;
  }
  
.oma-table  input:hover {
      color: black;
      background-color:var(--main-hover-color);
      padding-left: 1rem;
      height: 20px; 
      border: solid 1px #000;
      width:75% 
 
  }


.oma-table  input:disabled {
    color: black;
    background-color:var(--disabled-color);
    padding-left: 1rem;
    height: 9px; 

}
.oma-table  input[type="checkbox"] {
    height: 11px;
    border-radius:6px;


}

.oma-table  input[type="button"] {
    height: 30px;
    border-radius:6px;
}
.oma-table tr.active input[type="text"] {
    background: #ccc;
}

.oma-table tr.active  {
    background: #ccc;
}

.oma-table tr.active select {
    background: #ccc;
   
}

.oma-table button {
    background: gray;
    width:80%
}



.oma-table textarea {
    color:var(--omaTable-txt-color);
    background-color:  "whitesmoke";
    padding-left: 1rem;
    border: 0px;     
    /* width:100%;
    max-width: 100%; */
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
            box-sizing: border-box;
    border-radius:6px;
}  

table textarea {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  border-radius:6px;

}

.ohjetausta {
  background-color: var(--omaOhje-bg-color) !important;
}



.oma-tablelista {
  background-color: var(--omaTable-bg-color); 
  width:98%;  
  color:var(--omaTable-txt-color); 
  border-collapse:separate;
  border:solid black 1px;
  border-radius:6px;
}



.oma-tablelista tr td  {
  color:var(--omaTable-txt-color); 
 
  ;

  border:none;
  height: 9px; 

  /* border-left:solid black 1px;
  border-top:solid black 1px; */
}

.oma-tablelista tr:hover  {
  background-color:var(--main-hover-color);

  /* border-left:solid black 1px;
  border-top:solid black 1px; */
}



.oma-tablelista tr:nth-of-type(even)  {
  background-color: var(--omaTable-row-bg-color)
}   


.oma-tablelista tr:nth-of-type(odd)  {
  /* background-color: var(--omaTable-row-bg-color) */
  background-color: var(--omaTable-rowODD-bg-color);
}   

.oma-tablelista tr:hover  {
  background-color:var(--main-hover-color);
}  

.piilotaTd {
    display: none !important;
  }
  
  .vPiilo {
    display: none;
  }
  
  
  .naytaTd {
    display: table-cell;
  }

  .naytaValtaTd {
    display: table-cell;
  }

  .piilotaValtaTd {
    display: none ;
  }



.kuvausAlku {
    width:44%;
  }
  
  
  .kuvaAlku {
    width:34%
  }
  
  
  .aikaAlku {
  
    width:11%;
  }

  .kuvaKeskelle {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height:100%;
  }


  .keskelle {
    display: flex;
    justify-content: center;
  }
  
  .puolikas {
    width:50%;
    max-width:300px;
    padding:0.2rem;
  
  }  
  .oikea {
    text-align: right ;

  }

  .vasen {
    text-align: left ;

  }

  .center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    
  }

  .keskitaVaaka{
    margin: 0;
    position: absolute;
   
    left: 50%;
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }


  
  .tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
  }

  .tabcontent, .tabcontentTarj{
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
  }

  .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 16px;
    transition: 0.3s;
    font-size: 1rem;
    width:16%;
    color:black;
  }

  .tab button:hover {
    background-color: #ddd;
  }
  
  /* Create an active/current tablink class */
  .tab button.active {
    background-color: #ccc;
  }

  .grid-container {
    display: grid;
   
    gap: 10px;
    background-color: var(--main-bg-color);
    padding: 10px;
  }

  .grid-container  {
    display: grid;
   
    gap: 10px;
    background-color:var(--main-bg-color);
    padding: 10px;
  }

  @media only screen and (max-width: 5000px) {     
    .item1 {
        grid-column: 1  ;
    }
    
    .item2 {
        grid-column: 1   ;
    }    
  
  }
  /* @media only screen and (min-width: 551px) {
    .item1 {
        grid-column: 1 /span 1 ;
    }
    
    .item2 {
        grid-column: 2 / span 1;
    }    
 
  } */

  /* .piilota {
    display: none;
  }
  */
  #id_confrm-div
  {
      /* display: none; */
      background-color: #eee;
      border-radius: 5px;
      border: 1px solid #aaa;
      position: fixed;
      width: 300px;
      left: 50%;
      margin-left: -150px;
      padding: 6px 8px 8px;
      box-sizing: border-box;
      text-align: center;
  }
  #id_confrmd-iv button {
      background-color: #ccc;
      display: inline-block;
      border-radius: 3px;
      border: 1px solid #aaa;
      padding: 2px;
      text-align: center;
      width: 80px;
      cursor: pointer;
  }
  #id_confrm-div button:hover
  {
    
      background-color: #ddd;
  }
  #confirmBox .message
  {
      text-align: left;
      margin-bottom: 8px;
  }  
  
  .auto_height { /* CSS */
    width: 100%;
  }

  
 .textAlue {
    color: var(--main-txt-color );
    background-color: var(--main-bg-color);
    padding-left: 1rem;
    border: 0px;     
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    /* width:100%;
    max-width: 100%; */
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
            box-sizing: border-box;

}  

.omaLabel {
    text-decoration: underline;
}

.omaLabel:hover {
    font-size: 1.3rem;
    cursor: pointer;

  }

  .kieli-div {
      text-align: right;
  }

  .lisaaBtn {
    font-size: 1.5rem;
    color:green;
    font-weight: bolder;
    background: white;
  }

  .lisaaBtn:hover {   
    color:darkgreen;
   
  }

  .poistaBtn {
    /* font-size: 1.5rem; */
    color:red;
    font-weight: bolder !important;
    background: white !important;
    width:20px !important;
  }

  .poistaBtn:hover {   
    color:darkred;
   
  }

  .combo {
    border-radius:6px;
  }

  .combo:hover {
    background-color:var(--main-hover-color);
  }



  
.form-popup {
    display: none;
    margin: 0 auto; 
    /* position: fixed; */
    position:relative;
    top: 25%;
    /* top: 20%; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    width: 300px;
    border: 3px solid #f1f1f1;
    border-radius:10px;
    /* padding:30px;  */
    z-index: 9; 
}

.avaaVanhafrm {
 
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
  border: 3px solid black;
  border-radius:15px;
  z-index: 0; 
  max-width: 300px;
  

}

.avaaVanhafrm input {
  border-radius:6px;
  border:1px;
  padding-left:0px;
}

  



.formPop-container {
max-width: 100%;
padding: 10px;
border-radius:10px;
background-color: gray; }   

.form-popup input {
  border-radius:6px;
  border:1px;
  padding-left:10px;
}

#myProgress {
  width: 100%;
  background-color:var(--progress-bg-color);
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

#myBar {
  width: 1%;
  height: 30px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;

  /* background-color: green; */
}

#myBarS {
  width: 1%;
  height: 30px;
  /* background-color: green; */
}

.nimi {
  font-weight: bold;
  /* font-size: 150%; */
  color:var(--nimi-color);  
}


.nimilista {
  font-weight: normal;
  font-size: 60%; 
  color:var(--tehtOhje-txt-color);  
}


.tehtOhje {
  font-size: 75%;
  color:var(--tehtOhje-txt-color);
}

.orRyhma {
  /* background-color:#7e7373; */
  /* width:90%; */
  margin: 5px;
  transition: 0.5s;
  border-radius: 6px;
  border-style: solid;
  border-width: thin;
  width:100%; 

}

.tehtava {
  font-size: 150%;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}


.pelaajaRyhma {
  /* background-color:#7e7373; */
  /* width:90%; */
  margin: 0px;
 
  border-radius: 6px;
  border-style: solid;
  border-width: thin;
 

}

.tehtavat tr {
  background-color: var(--omaTable-row-bg-color);
}


.tehtavat tr:nth-of-type(odd)  {
  background-color: var(--omaTable-rowODD-bg-color);
}   


.verho {
  background-color:var(--bar-bg-color);
  border-color:  var(--verho-border-color);
  border-style: solid;
  border-width: thin;
  width:100%;
  border-radius: 6px;
  height:30px;
}

.peliverho {
  width:100%;
}

.verhoOtsikko {
  float:left;
  text-align:left;
  width:50%;
  padding-left:10px;
  vertical-align: text-top;
}

.verhoSisalto {
  display: none;
  width:100%;
}

.material-icons {
  display: inherit;
}

.peluri {
  width:90% !important;
}



@media only screen and (min-height: 651px) { 
  .peliOsa {
    min-height: 300px;
    max-height:450px;
    border-style: solid;
    border-width: thin;
    border-radius: 20px;
    background-color: var(--game-bg-color);
    position: relative;
    font-size: 300%;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    line-height:100%;
  }
 
}

@media only screen and (max-height: 650px) { 
  .peliOsa {
    height:65%;
    border-style: solid;
    border-width: thin;
    border-radius: 20px;
    background-color: var(--game-bg-color);
    position: relative;
    font-size: 300%;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    line-height:100%;
  }
  
}

.tunnusOsa {
  border-style: solid;
  border-width: thin;
  border-radius: 10px;
  padding:5px
}

.tietoOsa {
  width:70%;
  max-width:600px;
  margin-top:10px;
}


.hakuOsa{
  width:50%;
  min-width: 300px;
  height:50px;
  border-style: solid;
  border-width: thin;
  border-color: black;
  border-radius: 6px;
  background-color: var(--omaTable-bg-color);
  position: relative;

}

.hakuOsa button{
  margin-right: 2px;
  float: right;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right:10px;
}

.hakuOsa input {
  border-style: solid;
  border-width: thin;
  border-color: lightgray;
  position: absolute;
  height: 80%;
  width:75%;
  top: 50%;
  transform: translateY(-50%);
  left:3px;

}



.palkki {

  width:90%;
  margin:auto;
}

.pallo {
  width:100%;
  text-align :center;

}


.text-center {
  text-align: center;
}

.img-circle {
  border-bottom-left-radius: 175px;
  border-bottom-right-radius: 175px;
  border-top-left-radius: 175px;
  border-top-right-radius: 175px;
  width:350px;

}

.img-circlePieni {
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  width:100px;

}

.img-logo {
  height:31;
  width:105px;

}



@media only screen and (max-width: 550px) {  
  .help-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    border: 3px solid black;
    border-radius:15px;
    z-index: 15; 
    min-height:250px ;
    max-height: -moz-calc(100% - 40px);
    /* WebKit */
    max-height: -webkit-calc(100% - 40px);
    /* Opera */
    max-height: -o-calc(100% - 40px);
    /* Standard */
    max-height: calc(100% - 40px);
  }
}



@media only screen and  (min-width: 551px)  {
  .help-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    border: 3px solid var(--omaTable-txt-color);
    border-radius:15px;
    z-index: 15; 
    min-height:250px ;
    /* max-height: 80vh; */
    /* Firefox */
    max-height: -moz-calc(100% - 18px);
    /* WebKit */
    max-height: -webkit-calc(100% - 18px);
    /* Opera */
    max-height: -o-calc(100% - 18px);
    /* Standard */
    max-height: calc(100% - 18px);

  }
}




.help-container {
  max-width: 100%;
  padding: 10px;
  border-bottom-left-radius:15px;
  border-bottom-right-radius:15px;
  background-color: var(--omaTable-bg-color); 
  color:var(--omaTable-txt-color);
  min-height:250px ;
  overflow:auto;

 


}   

.help label { 
  border:1px;
  padding-left:10px;
}

.helppi {
  text-align: right ;
  cursor: pointer;
}

.helppi-otsikko {
  background-color: black;
  color:white;
  border-top-left-radius:15px;
  border-top-right-radius:15px;
  padding-left:10px;
}

.sulkiBtn {
  margin-right: 10px;
  float: right;
  cursor: pointer;
}
.samaRivi {
 
  vertical-align: middle;

}

.yleisHelppi {
  /* margin-right:5%; */
  float:right;
  width:5%;
 
}

.matIcons {
  text-align: right ;
  cursor: pointer;
  width:5%
}

.vainEka   tr:not(:first) {
  display: none;
}

.naytaEka {
  display: table-cell;
}

.piilotaEka {
  display: none;
}

.piilota {
  display: none;
}


.tehtNapit {
  float:left;
  /* width:20%; */
}

.material-icons.m14 { 
  font-size: 14px; 
}

.material-icons.m40 { 
  font-size: 40px; 
}


#top-bar #player-container #player #level1 .current-track {
  color:#FFFFFF;
  float:left;
  margin-right:5px;
  width:300px;
  font-size:150%;
  line-height:30px;
  overflow:hidden;
  position: relative;
}

.loader {
  border: 16px solid #f3f3f3;
 
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 80px;
  height: 80px;
  /* text-align: center; */
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.valikkoIkoni {
  cursor:pointer;
  width:50%;
  font-size: 2.5em;

}

.combot {
  display: flex;
  width: 50%;
}

.combot select {
  flex: 1;
  margin-left:20px;

}

.verhoOK {
  display: none;
}
.verhoKesken {
  display: block;
}

.pelaajaInfo {
  background-color: var(--omaTable-bg-color); 
  color:black; 
  font-weight: bolder;

}

.uusi {
  font-weight: 700;
  color:blue  !important;
}