body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: black;
    color: white;
}

.endpoint {
    width: 100%;
    margin-bottom: 1em;
    font-size:1em;
}

.endpoint_content {
    width:90%;
    padding: 0.5em;
    border-radius: 0.5em;
    background-color: #333;
    min-width:200px;
    max-width:600px;
    margin-left: auto;
    margin-right: auto;
}

.endpoint_header {
    width: 100%;
    height: 2em;
    font-weight: bold;
}

.endpoint_header img {
    height: 1em;
    width: 1em;
}

.endpoint_item {
    width: 100%;
    height: 1.5em;
    line-height: 1.5em;
}

.endpoint_item img {
    height: 0.75em;
    width: 0.75em;
}

#loginbutton {
    position: fixed;
    bottom: 2%;
    left: 5%;
    width: 2em;
    height: 2em;
    padding: 1em;
    border-radius: 50%;
    background-color: #555;
    cursor: pointer;
}

#loginbutton:hover {
    background-color: #777;
}

#loginbutton img {
    width: 100%;
    height: 100%;
}

#passinput {
    position: fixed;
    bottom: 2%;
    left: 20%;
    right: 20%;
    height: 2em;
    line-height: 2em;
    padding-bottom: 1em;
    display: none;
}

#reloadbutton {
    position: fixed;
    bottom: 2%;
    right: 5%;
    width: 2em;
    height: 2em;
    padding: 1em;
    border-radius: 50%;
    background-color: #555;
    cursor: pointer;
}

#reloadbutton:hover {
    background-color: #777;
}

#reloadbutton img {
    width: 100%;
    height: 100%;
}