h1, h2 { border-bottom: solid 2px #464545; margin: 10px 0px; }
h1 { color: #57B8F9/*#5BC0DE*/; }
h2 { color: #00BC8C/*#00BC8C*/; }
h3 { color: #E08E0B/*#F39C12*/; }
td, th { padding: 10px; }
.small { font-size: x-small; }
.blue { color: #57B8F9; }
.green { color: #00BC8C; }
.orange { color: #E08E0B; }
.red { color: #E43725; }
.logo { width: 100%; max-width: 25rem; }
/* Bootstrap modifiers */
.container { margin-top: 25px; }
.dropdown-menu { margin: 0; border: solid 2px #3D3D3D; }
/* Mask */
#main { position: relative }
#mask { z-index: 100; background: #202020; opacity: 0.5; position: absolute; top: 0; bottom: 0; left: 0; right: 0; }
/* Messages */
#message pre { max-height: 150px; overflow: auto; }
/* Scrollbars */
::-webkit-scrollbar { width: 8px; height: 8px; }
::-webkit-scrollbar-button { width: 0px; height: 0px; }
::-webkit-scrollbar-thumb { background: #A0A0A0; border: none 0px; border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: #A0A0A0; }
::-webkit-scrollbar-thumb:active { background: #A0A0A0; }
::-webkit-scrollbar-track { background: #3D3D3D; border: none 0px; border-radius: 4px; }
::-webkit-scrollbar-track:hover { background: #3D3D3D; }
::-webkit-scrollbar-track:active { background: #3D3D3D; }
::-webkit-scrollbar-corner { background: transparent; }