@font-face {
    font-family: 'Roboto-Regular';
    src: url('https://lists.kdira.org/fonts/Roboto-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto-Black';
    src: url('https://lists.kdira.org/fonts/Roboto-Black.ttf') format('truetype');
}

html, body
{
    background-color: #555;
}

#menu
{
    display: block;
    width: 95%;
    border-width: 1px;
    border-color: #000;
    border-style: solid;
    padding: 10px;
    margin: 10px auto;
    border-radius: 10px;
    font-family: 'Roboto-Black', sans-serif;
    background-color: #ccc;
    color: #000;
}

#menu a:link, #menu a:visited, #menu a:active
{
    display: inline-block;
    width: 50px;
    border-style: solid;
    border-width: 1px;
    border-color: #000;
    color: #006;
    background-color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 5px;
    margin: 5px;
    border-radius: 10px;
}

#menu a:hover
{
    background-color: #006;
    color: #fff;
}

#menu a.userButtonNoLogin
{
    background-color: #FCC;
    color: #FCC;
}

#menu a.userButtonYesLogin
{
    background-color: #AFA;
    color: #FCC;
}

#app
{
    display: block;
    width: clamp(300px, 90%, 800px);
    border-width: 1px;
    border-color: #000;
    border-style: solid;
    padding: 10px;
    margin: 10px auto;
    border-radius: 10px;
    font-family: 'Roboto-Regular', sans-serif;
    background-color: #eee;
}

.listSelect
{
    display: block;
    width: 95%;
    border-width: 1px;
    border-color: #000;
    border-style: solid;
    padding: 10px;
    margin: 10px auto;
    border-radius: 10px;
    font-family: 'Roboto-Regular', sans-serif;
    background-color: #cfc;
    color: #000;
}

.category
{
    display: block;
    width: 95%;
    border-width: 1px;
    border-color: #000;
    border-style: solid;
    padding: 10px;
    margin: 10px auto;
    border-radius: 10px;
    font-family: 'Roboto-Black', sans-serif;
    background-color: #006;
    color: #fff;
}

.entry
{
    display: block;
    width: 95%;
    border-width: 1px;
    border-color: #000;
    border-style: solid;
    padding: 10px;
    margin: 10px auto;
    border-radius: 10px;
    font-family: 'Roboto-Regular', sans-serif;
    background-color: #fff;
    color: #000;
}

.entryLeftSide
{
    display: inline-block;
    width: 75px;
    text-align: center;
}

.entryMiddle
{
    display: inline-block;
    width: calc(95% - 75px);
}

.entryBottom
{
    display: block;
    width: 100%;
    text-align: center;
}

.entryMoreInfoToggle
{
    display: inline-block;
    margin: 5px auto 0 auto;
    text-align: center;
    width: 150px;
}

.entryOption
{
    display: inline-block;
    border-width: 1px;
    border-color: #000;
    border-style: solid;
    margin-right: 10px;
    text-align: center;
    width: 30px;
}

.eoCheck
{
    background-color: #0a0;
    color: #fff;
}

.entryTitle
{
    display: inline-block;
}

.entryMoreInfo
{
    display: block;
    width: 95%;
    border-width: 1px;
    border-color: #000;
    border-style: solid;
    padding: 10px;
    margin: 10px auto;
    border-radius: 10px;
    font-family: 'Roboto-Regular', sans-serif;
    background-color: #ccf;
    color: #000;
    text-align: left;
}

.textBox
{
    display: block;
    width: 95%;
    border-width: 1px;
    border-color: #000;
    border-style: solid;
    padding: 10px;
    margin: 10px auto;
    border-radius: 10px;
    font-family: 'Roboto-Regular', sans-serif;
    background-color: #cfc;
    color: #000;
}

.textBoxMessage
{
    display: block;
    width: 95%;
    border-width: 1px;
    border-color: #000;
    border-style: solid;
    padding: 10px;
    margin: 10px auto;
    border-radius: 10px;
    font-family: 'Roboto-Regular', sans-serif;
    background-color: #fcf;
    color: #000;
}

.textBoxError
{
    display: block;
    width: 95%;
    border-width: 1px;
    border-color: #000;
    border-style: solid;
    padding: 10px;
    margin: 10px auto;
    border-radius: 10px;
    font-family: 'Roboto-Regular', sans-serif;
    background-color: #600;
    color: #FCC;
}

.textBoxHeader
{
    display: block;
    width: 100%;
    font-family: 'Roboto-Black', sans-serif;
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.textBoxContent
{
    display: block;
    width: 100%;
    text-align: center;
}