body {
  padding: 0;
  margin: 0;
  background: #c0c0c0;
  color: #222;
  font-family: Arial;
  font-size: 12px;
}

.window {
    width: 800px;
    margin: auto;
}

body.max .window {
    width: auto;
    margin: 0;
    position: fixed;
    top: 100px;
    right: 5px;
    left: 5px;
    bottom: 10px;
}

body.max .status-bar {
    position: absolute;
    left: 2px;
    right: 2px;
    bottom: 2px;
}

.status-bar img {
    width: 16px;
    margin-right: 5px;
}

.status-bar-field {
    display: flex;
    align-items: center;
}

button[aria-label=Restore] {
  display: none;
}

body.max button[aria-label=Restore] {
    display: block;
}

body.max button[aria-label=Maximize] {
    display: none;
}

h1 {
    text-align: center;
    margin: 20px auto;
    font-size: 60px;
    width: 100%;
}

.online {
  color: #090;
}

button {
  cursor: pointer;
}

.title-bar-text {
    display: flex;
    align-items: center;
}

.title-bar-text img {
    width: 16px;
    margin-right: 5px;
}

p {
    margin-left: 10px;
    margin-bottom: 20px;
}

h3 {
    margin:0;
    font-size: 16px;
    display: flex;
    align-items: center;
}
h3 img {
    width: 32px;
    margin-right: 8px;
}

h3.patreon img {
    margin-top: -26px;
    margin-right: 3px;
}

fieldset {
    margin-top: 5px;
}

fieldset button {
    float: right;
}

.close {
    display: none;
    width: 800px;
    margin: auto;
    text-align: center;
}
#cpu {
  margin-left: 2px;
}

.taskbar {
    display: none;
    position: absolute;
    bottom: 5px;
    left: 5px;
}
.taskbar button {
  display: flex;
  align-items: center;
}
.taskbar img {
    width: 16px;
}
