.typed{
    color: #777;
}

.cursor{
    background-color: #88f;
}
.cursor-misstyped{
    background-color:#F00;
}

.totype{

}




#txt{
    letter-spacing: 0.03em;
    color: #444;
}

#pre, #post{
    color: #777
}

#unfocused div{
    background-color: rgb(210, 210, 255);
    border: 1px solid #88f;
    font-size: 2em;
    text-align: center;
    margin: 50px;
    padding: 30px;
    color:#444;
    border-radius: 30px;
}

#curr{
    color: #000;
    /*text-decoration:underline;*/
    background-color: #88f;
}

#prepre, #postpost{
    color: #AAA
}

#current{
    font-size: 2em;
    text-align: center;

    margin: 50px;
    padding: 30px;

    border-radius: 30px;
    border: 1px solid #aaa;
}

#logo {
    font-size: 2em;
    font-weight: 800;
    font-family: monospace;
}

#logo a, #logo a:link, #logo a:visited, #logo a:hover,#logo a:active {
    color:rgb(102, 102, 241);
    text-decoration: none;
}

.show-cursor{
    text-decoration: underline;
}

#logoline h1, #logoline h2 {
    margin: 0;
    font-size: 1.2em;
    font-weight: normal;
}

/*
#logo .logoa{ color: #000; }
#logo .logob{ color: #900; }
#logo .logoc{ color: #999; }
*/

#textinput { 
    outline: none !important;
    border-width: 0;
    resize:none;
    caret-color: #FFF;
    color: #FFF;
}

#textinput:focus { 
    outline: none !important;
    border-width: 0;
    resize:none;
}

#header, #container, #footer{
    max-width: 1050px;
    margin: 0 auto;
}

#header{
    padding-top:10px;
    padding-bottom:10px;
}

#footer{
    padding-top:10px;
    padding-bottom:10px;
}

.wrapper-b{
    background-color: rgb(48, 48, 48);
    color:#FFF;
    
}

.sticky {
    position: sticky;
    top: 100%;
}

.score-cols {


    display: grid;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
}

.score-col1 {
    border-radius: 7px;
    border: 1px solid #aaa;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 10px;
    padding: 3px;
  }

  .col1 {
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 10px;
    padding: 3px;
  }  



.myButton {
    -webkit-border-radius: 8;
    -moz-border-radius: 8;
    border-radius: 8px;
    font-family: Courier New;
    color: #ffffff;
    font-size: 30px;
    background: #00c75d;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
  }
  
  .myButton:hover {
    background: #00d965;
    text-decoration: none;
  }

  .myButton:disabled {
    background-color: dimgrey;
  }


/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content/Box */
  .modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
    max-width: 50rem;
    padding-left:40px;
  }
  
  /* The Close Button */
  .close {
    color: #aaa;
    float: right;
    font-size: 48px;
    font-weight: normal;
  }
  
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }

  .feature-header{
    margin-bottom: 1rem;
  }

  .feature-item-now {
    padding-bottom: 0.4rem;
    margin-left: 1.8rem;
    }

.feature-item {
    padding-bottom: 1rem;
    margin-left: 0.8rem;
    list-style-type: none; /* Remove bullets */
    padding: 0; /* Remove padding */
    margin: 0; /* Remove margins */  
    padding-bottom: 0.8rem;
    margin-left: 1.8rem;              
}    

.feature{
    background-color: #6666ff61;
    padding: 4px;
    border-radius: 0.4em;
    border: 1px solid #66F;
}

.feature-input{
    background-color: #6666ff30;
    padding: 4px;
    border-radius: 0.4em;
    border: 1px solid #66F;
}


.btn{
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-success{
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-lg{
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}
.btn:disabled {
    background-color: dimgrey;
    border-color: dimgrey;
}
      

ul{
    padding-inline-start: 10px;
}

fieldset{
    padding:0;
    border:0;
    margin:0;   
}

#footer a, #footer a:visited, #footer a:hover {
    color:rgb(210, 210, 255)
}