html, body, table, tbody, tr, td {
	font-size: 12px;
	font-family: Verdana, Arial;
	background-color: #202020;
	color: #ffffff;
}

html.gallery,
body.gallery,
div.gallery,
table.gallery,
table.gallery tbody,
table.gallery tbody tr,
table.gallery tbody tr td {
	text-align: center;
	width: 100%;
	padding: 0px;
	margin: 0 auto;
	border-spacing: 0px;
}

img {
	border-radius: 8px;
	vertical-align: top;
	margin: 1px;
}

.notrounded {
	border-radius: 0px;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

img.preview {
  max-width: 100%;
  max-height: 400px;
  margin: auto;
}

.striped tbody tr:nth-child(odd) {
  background-color: #f2f2f2;
}

.button {
	color: white;
	background-color: black;
	font-size: 150%;
	padding: 6px 12px;
	margin: 4px 4px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	border: 2px solid #f49f29;
	border-radius: 8px;
	cursor: pointer;
}

.button:hover {
	color: black;
	background-color: white;
}

.update {
	color: white;
	border: 2px solid #008CBA;
}

.update:hover {
	color: white;
	background-color: red;
}

.green {
	color: white;
	background-color: green;
	border: 2px solid green;
}

.red {
	color: white;
	background-color: red;
	border: 2px solid red;
}

.top {
	display: none;
	position: fixed;
	top: 20px;
	right: 30px;
	z-index: 99;
	background-color: red;
	color: white;
	border: 2px solid red;
}

.top:hover {
	color: white;
	background-color: red;
	border: 2px solid red;
}

.progressbox {
	display: inline-block;
	width: 80%;
	border: 2px solid #008CBA;
	border-radius: 8px;
	padding: 6px 12px;
	margin: 4px 2px;
}

.blur {
	-webkit-filter: blur(6px);
	filter: blur(6px);
}

body.paul {
	text-align: center;
	margin: 12px auto;
	min-width: 350px;
}

table.paul {
	border-collapse: separate;
	border-spacing: 0px;
	text-align: center;
	margin: 0px auto;
	min-width: 350px;
}

table.paul tr th,
table.paul tr td {
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	padding: 5px;
	text-align: left;
}

table.paul tr th:first-child,
table.paul tr td:first-child {
	border-left: 1px solid #bbb;
}

table.paul tr th {
	background: #eee;
	border-top: 1px solid #bbb;
	text-align: left;
}

table.paul tr:first-child th:first-child {
	border-top-left-radius: 6px;
}

table.paul tr:first-child th:last-child {
	border-top-right-radius: 6px;
}

table.paul tr:last-child td:first-child {
	border-bottom-left-radius: 6px;
}

table.paul tr:last-child td:last-child {
	border-bottom-right-radius: 6px;
}

#progressBar {
	height: 25px;
	width: 375px;
}

#msg1,
#msg2 {
  min-width: 100px;
  display: inline-block;
  padding: 4px 10px;
  margin: 4px;
  background: #eee;
  border-style: solid;
  border-color: #bbb;
  border-width: 1px;
  border-radius: 10px;
  color: #000000;
}