body {
  font-family: "verdana", "open sans", "sans serif";
  background-color: #444444;
  color: white;
}

table {
  width: 100%;
  border: 0px;
  border-collapse: collapse;
}

div.cell {
  display: inline-block;
  width: 280px;
  height: 220px;
  padding: 8px;
  margin: 2px;
  border: 1px solid #888888;
  border-radius: 8px;
}
div.cell:hover { border-color: #ff5500; }
div.cell:active { border-color: #ff5500; }

a {
  font-size: 8pt;
  text-decoration: none;
}
a:link { color: white; }
a:visited { color: white; }
a:hover { color: #ff5500; }
a:active { color: #ff5500; }

img.comment {
  display: block;
  max-width:480px;
  max-height:320px;
  width: auto;
  height: auto;
}

button.editor {
  display: flex;
  width: 200px;
  height: 32px;
  flex-direction: column;
  align-items: center;
  padding: 6px 14px;
  font-family: 'Verdana', 'Roboto', sans-serif;
  border-radius: 8px;
  border: none;
  background: #555555;
  box-shadow: 0px 0.5px 1px rgba(0, 0, 0, 0.1), inset 0px 0.5px 0.5px rgba(255, 255, 255, 0.5), 0px 0px 0px 0.5px rgba(0, 0, 0, 0.12);
  color: #DFDEDF;
  user-select: none;
  touch-action: manipulation;
}
button.editor:focus {
  box-shadow: inset 0px 0.8px 0px -0.25px rgba(255, 255, 255, 0.2), 0px 0.5px 1px rgba(0, 0, 0, 0.1), 0px 0px 0px 3.5px rgba(58, 108, 217, 0.5);
  outline: 0;
}

.wauto { width: auto; }

.w10pct { width: 10%; }
.w50pct { width: 50%; }
.w80pct { width: 80%; }
.w90pct { width: 90%; }
.w100pct { width: 100%; }

.w60px { width: 60px; }
.w80px { width: 80px; }
.w100px { width: 100px; }
.w120px { width: 120px; }
.w140px { width: 140px; }
.w160px { width: 160px; }
.w180px { width: 180px; }
.w200px { width: 200px; }

.float_left { float: left; }
.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
.middle { vertical-align: middle; }

.scroll { overflow: scroll; }

.mouse_disabled { pointer-events: none; }

.f8pt  { font-size: 8pt; }
.f16pt { font-size: 16pt; }
.f24pt { font-size: 24pt; }

.border_1px_gray1 { border: 1px solid #222222; }
.border_1px_blue1 { border: 1px solid #3779eb; }

.white { color: white; }
.orange { color: #ff5500; }
.green { color: #55aa00; }
.blue { color: #00aaff; }
.gray1 { color: #222222;}
.gray2 { color: #333333;}
.gray3 { color: #444444;}
.gray4 { color: #555555;}
.gray5 { color: #666666;}
.gray6 { color: #777777;}
.gray7 { color: #888888;}

.bg_gray1 { background-color: #222222;}
.bg_gray2 { background-color: #333333;}
.bg_gray3 { background-color: #444444;}
.bg_gray4 { background-color: #555555;}
.bg_gray5 { background-color: #666666;}
.bg_gray6 { background-color: #777777;}
.bg_gray7 { background-color: #888888;}
.bg_gray8 { background-color: #999999;}
.bg_gray9 { background-color: #aaaaaa;}
.bg_gray10 { background-color: #bbbbbb;}
