html, body
{
    height: 100%;
    width: 100%;
    font-family: Monospace;
    background-color: #FFFFFF;
    color: #000000;
    margin: 0px;
    font-family: 'Raleway', sans-serif;
}

/*
* LINKS --------------------------------------------------------------------------------------------------------
*/

a
{
    text-decoration: none;
    color: rgb(202, 80, 87);
}

a:hover
{
    text-decoration: none;
    color: rgb(202, 80, 87);
}


/*
* TITLE --------------------------------------------------------------------------------------------------------
*/

#mainui #titlepanel
{
    position: absolute;
    display: block;
    width:350px;
    font-size: 16px;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    pointer-events: all;
}

#mainui .title
{
    display: block;
    text-align: center;
    pointer-events: all;
    margin-top: 20px;
}

#mainui .subtitle
{
    display: block;
    font-size: 16px;
    text-align: center;
    pointer-events: all;
    margin-top: 20px;
    line-height: 10px;
}

#mainui #screenshot
{
    display: block;
    text-align: center;
    pointer-events: all;
}


#mainui #content
{
    position: relative;
    display: block;
    width: 800px;
    left: 50%;
    top: 400px;
    margin-bottom: 50px;
    transform: translate(-50%,0);
    pointer-events: all;
    line-height: 25px;
	
}







.title
{
    font-size: 36px;
}

.button
{
    background-color: #1a1a1a;
    line-height: 30px;
    border-radius: 5px;
    cursor: default;
    text-align: center;
}

.label
{
    cursor: none;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* IE/Edge */
    user-select: none;           /* non-prefixed version, currently not supported by any browser */
    cursor: default;
}

.centerpanel
{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}

