.error
{
    font-size:20px;
    font-weight:bold;
    color:#ac1e20;
}

.incognito, .get-challenge-clicker, .get-challenge-popper, .get-invitation-clicker, .get-invitation-popper
{
    margin:0;
    padding:0;
    
    font-size:1.0rem;
    font-family:"Calibri", "Arial", sans-serif;
    text-decoration:none;
    color:#deddda;
    background:none;
    border:none;
    cursor:pointer;
}

.incognito:hover, .get-challenge-clicker:hover, .get-challenge-popper:hover, .get-invitation-clicker:hover, .get-invitation-popper:hover
{
    text-decoration:underline;
}

.utility
{
    font-size:1.0rem;
    font-family:"Calibri", "Arial", sans-serif;
    text-decoration:underline;
    color:#ba8f24;
    background:none;
    padding:0;
    border:none;
    cursor:pointer;
}

.peripheral
{
    text-decoration:underline;
    color:#243288;
    background:none;
    border:none;
    cursor:pointer;
}

.peripheral:hover
{
    color:#877c71;
}

input, .shiny
{
    min-height:20px;
}

.shiny
{
    min-height:30px;
    
    border:none;
    
    background-image: linear-gradient(0deg, #ba8f24, #deddda);
    
    cursor:pointer;
}

.shiny:hover
{
    background-image: linear-gradient(0deg, #a67d0b, #a5a4a1);
}

.shiny:focus
{
    background-image: linear-gradient(0deg, #ba8f24, #deddda);
}